128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesBooleanStaticAnalysis.xml
blob8c95d044c7ea937b292e4624fa5e2a6e782a3826
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 5 and atomnr 2 to 7 and x &lt; 2</String>
7       <String Name="Text">atomnr 1 to 5 and atomnr 2 to 7 and x &lt; 2</String>
8       <Bool Name="Dynamic">true</Bool>
9     </ParsedSelection>
10     <ParsedSelection Name="Selection2">
11       <String Name="Input">atomnr 1 to 5 and (atomnr 4 to 7 or x &lt; 2)</String>
12       <String Name="Text">atomnr 1 to 5 and (atomnr 4 to 7 or x &lt; 2)</String>
13       <Bool Name="Dynamic">true</Bool>
14     </ParsedSelection>
15     <ParsedSelection Name="Selection3">
16       <String Name="Input">atomnr 1 to 5 and y &lt; 3 and (atomnr 4 to 7 or x &lt; 2)</String>
17       <String Name="Text">atomnr 1 to 5 and y &lt; 3 and (atomnr 4 to 7 or x &lt; 2)</String>
18       <Bool Name="Dynamic">true</Bool>
19     </ParsedSelection>
20     <ParsedSelection Name="Selection4">
21       <String Name="Input">atomnr 1 to 5 and not (atomnr 4 to 7 or x &lt; 2)</String>
22       <String Name="Text">atomnr 1 to 5 and not (atomnr 4 to 7 or x &lt; 2)</String>
23       <Bool Name="Dynamic">true</Bool>
24     </ParsedSelection>
25     <ParsedSelection Name="Selection5">
26       <String Name="Input">atomnr 1 to 5 or (atomnr 4 to 6 and (atomnr 5 to 7 or x &lt; 2))</String>
27       <String Name="Text">atomnr 1 to 5 or (atomnr 4 to 6 and (atomnr 5 to 7 or x &lt; 2))</String>
28       <Bool Name="Dynamic">true</Bool>
29     </ParsedSelection>
30   </ParsedSelections>
31   <CompiledSelections Name="Compiled">
32     <Selection Name="Selection1">
33       <Sequence Name="Atoms">
34         <Int Name="Length">4</Int>
35         <Int>1</Int>
36         <Int>2</Int>
37         <Int>3</Int>
38         <Int>4</Int>
39       </Sequence>
40     </Selection>
41     <Selection Name="Selection2">
42       <Sequence Name="Atoms">
43         <Int Name="Length">5</Int>
44         <Int>0</Int>
45         <Int>1</Int>
46         <Int>2</Int>
47         <Int>3</Int>
48         <Int>4</Int>
49       </Sequence>
50     </Selection>
51     <Selection Name="Selection3">
52       <Sequence Name="Atoms">
53         <Int Name="Length">5</Int>
54         <Int>0</Int>
55         <Int>1</Int>
56         <Int>2</Int>
57         <Int>3</Int>
58         <Int>4</Int>
59       </Sequence>
60     </Selection>
61     <Selection Name="Selection4">
62       <Sequence Name="Atoms">
63         <Int Name="Length">3</Int>
64         <Int>0</Int>
65         <Int>1</Int>
66         <Int>2</Int>
67       </Sequence>
68     </Selection>
69     <Selection Name="Selection5">
70       <Sequence Name="Atoms">
71         <Int Name="Length">6</Int>
72         <Int>0</Int>
73         <Int>1</Int>
74         <Int>2</Int>
75         <Int>3</Int>
76         <Int>4</Int>
77         <Int>5</Int>
78       </Sequence>
79     </Selection>
80   </CompiledSelections>
81 </ReferenceData>