128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesPositionVariableInModifier.xml
blob6381ff5e07c33a0c87ed1841bb1ac7379c764fc9
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 = cog of resnr 1</String>
7     </ParsedVariable>
8     <ParsedSelection Name="Selection1">
9       <String Name="Input">cog of resnr 2 plus foo</String>
10       <String Name="Text">cog of resnr 2 plus foo</String>
11       <Bool Name="Dynamic">false</Bool>
12     </ParsedSelection>
13     <ParsedSelection Name="Selection2">
14       <String Name="Input">cog of resnr 3 plus foo</String>
15       <String Name="Text">cog of resnr 3 plus foo</String>
16       <Bool Name="Dynamic">false</Bool>
17     </ParsedSelection>
18   </ParsedSelections>
19   <CompiledSelections Name="Compiled">
20     <Selection Name="Selection1">
21       <Sequence Name="Atoms">
22         <Int Name="Length">6</Int>
23         <Int>3</Int>
24         <Int>4</Int>
25         <Int>5</Int>
26         <Int>0</Int>
27         <Int>1</Int>
28         <Int>2</Int>
29       </Sequence>
30     </Selection>
31     <Selection Name="Selection2">
32       <Sequence Name="Atoms">
33         <Int Name="Length">6</Int>
34         <Int>6</Int>
35         <Int>7</Int>
36         <Int>8</Int>
37         <Int>0</Int>
38         <Int>1</Int>
39         <Int>2</Int>
40       </Sequence>
41     </Selection>
42   </CompiledSelections>
43   <EvaluatedSelections Name="Frame1">
44     <Selection Name="Selection1">
45       <Sequence Name="Atoms">
46         <Int Name="Length">6</Int>
47         <Int>3</Int>
48         <Int>4</Int>
49         <Int>5</Int>
50         <Int>0</Int>
51         <Int>1</Int>
52         <Int>2</Int>
53       </Sequence>
54       <Sequence Name="Positions">
55         <Int Name="Length">2</Int>
56         <Position>
57           <Vector Name="Coordinates">
58             <Real Name="X">1.6666666666666665</Real>
59             <Real Name="Y">2.333333333333333</Real>
60             <Real Name="Z">0</Real>
61           </Vector>
62         </Position>
63         <Position>
64           <Vector Name="Coordinates">
65             <Real Name="X">1</Real>
66             <Real Name="Y">2</Real>
67             <Real Name="Z">0</Real>
68           </Vector>
69         </Position>
70       </Sequence>
71     </Selection>
72     <Selection Name="Selection2">
73       <Sequence Name="Atoms">
74         <Int Name="Length">6</Int>
75         <Int>6</Int>
76         <Int>7</Int>
77         <Int>8</Int>
78         <Int>0</Int>
79         <Int>1</Int>
80         <Int>2</Int>
81       </Sequence>
82       <Sequence Name="Positions">
83         <Int Name="Length">2</Int>
84         <Position>
85           <Vector Name="Coordinates">
86             <Real Name="X">2.333333333333333</Real>
87             <Real Name="Y">2.6666666666666665</Real>
88             <Real Name="Z">0</Real>
89           </Vector>
90         </Position>
91         <Position>
92           <Vector Name="Coordinates">
93             <Real Name="X">1</Real>
94             <Real Name="Y">2</Real>
95             <Real Name="Z">0</Real>
96           </Vector>
97         </Position>
98       </Sequence>
99     </Selection>
100   </EvaluatedSelections>
101 </ReferenceData>