128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesBooleanStaticAnalysisWithMoreVariables.xml
blob41a489fc997d77a564d6c2c69dc442246ce6abcc
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</String>
7     </ParsedVariable>
8     <ParsedVariable Name="Variable2">
9       <String Name="Input">bar = foo and x &lt; 2</String>
10     </ParsedVariable>
11     <ParsedVariable Name="Variable3">
12       <String Name="Input">bar2 = foo and y &lt; 2</String>
13     </ParsedVariable>
14     <ParsedSelection Name="Selection1">
15       <String Name="Input">atomnr 1 to 4 and bar</String>
16       <String Name="Text">atomnr 1 to 4 and bar</String>
17       <Bool Name="Dynamic">true</Bool>
18     </ParsedSelection>
19     <ParsedSelection Name="Selection2">
20       <String Name="Input">atomnr 2 to 6 and y &lt; 3 and bar2</String>
21       <String Name="Text">atomnr 2 to 6 and y &lt; 3 and bar2</String>
22       <Bool Name="Dynamic">true</Bool>
23     </ParsedSelection>
24     <ParsedSelection Name="Selection3">
25       <String Name="Input">atomnr 6 to 10 and not foo</String>
26       <String Name="Text">atomnr 6 to 10 and not foo</String>
27       <Bool Name="Dynamic">false</Bool>
28     </ParsedSelection>
29   </ParsedSelections>
30   <CompiledSelections Name="Compiled">
31     <Selection Name="Selection1">
32       <Sequence Name="Atoms">
33         <Int Name="Length">1</Int>
34         <Int>3</Int>
35       </Sequence>
36     </Selection>
37     <Selection Name="Selection2">
38       <Sequence Name="Atoms">
39         <Int Name="Length">3</Int>
40         <Int>3</Int>
41         <Int>4</Int>
42         <Int>5</Int>
43       </Sequence>
44     </Selection>
45     <Selection Name="Selection3">
46       <Sequence Name="Atoms">
47         <Int Name="Length">3</Int>
48         <Int>7</Int>
49         <Int>8</Int>
50         <Int>9</Int>
51       </Sequence>
52     </Selection>
53   </CompiledSelections>
54 </ReferenceData>