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