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