128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesAtomnr.xml
blobd0af612a0e3a4aa605390346380c23ca20f20aa4
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <ParsedSelections Name="Parsed">
5     <ParsedSelection Name="Selection1">
6       <String Name="Input">atomnr 1 to 3 6 to 8</String>
7       <String Name="Text">atomnr 1 to 3 6 to 8</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10     <ParsedSelection Name="Selection2">
11       <String Name="Input">atomnr 4 2 5 to 7</String>
12       <String Name="Text">atomnr 4 2 5 to 7</String>
13       <Bool Name="Dynamic">false</Bool>
14     </ParsedSelection>
15     <ParsedSelection Name="Selection3">
16       <String Name="Input">atomnr &lt;= 5</String>
17       <String Name="Text">atomnr &lt;= 5</String>
18       <Bool Name="Dynamic">false</Bool>
19     </ParsedSelection>
20   </ParsedSelections>
21   <CompiledSelections Name="Compiled">
22     <Selection Name="Selection1">
23       <Sequence Name="Atoms">
24         <Int Name="Length">6</Int>
25         <Int>0</Int>
26         <Int>1</Int>
27         <Int>2</Int>
28         <Int>5</Int>
29         <Int>6</Int>
30         <Int>7</Int>
31       </Sequence>
32     </Selection>
33     <Selection Name="Selection2">
34       <Sequence Name="Atoms">
35         <Int Name="Length">5</Int>
36         <Int>1</Int>
37         <Int>3</Int>
38         <Int>4</Int>
39         <Int>5</Int>
40         <Int>6</Int>
41       </Sequence>
42     </Selection>
43     <Selection Name="Selection3">
44       <Sequence Name="Atoms">
45         <Int Name="Length">5</Int>
46         <Int>0</Int>
47         <Int>1</Int>
48         <Int>2</Int>
49         <Int>3</Int>
50         <Int>4</Int>
51       </Sequence>
52     </Selection>
53   </CompiledSelections>
54 </ReferenceData>