Update instructions in containers.rst
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesNumericConstantsInVariables.xml
blobfb30a725fd6bc2e9dc6a83273f6a6faabc66f09e
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">constint = 4</String>
7     </ParsedVariable>
8     <ParsedVariable Name="Variable2">
9       <String Name="Input">constreal1 = 0.5</String>
10     </ParsedVariable>
11     <ParsedVariable Name="Variable3">
12       <String Name="Input">constreal2 = 2.7</String>
13     </ParsedVariable>
14     <ParsedSelection Name="Selection1">
15       <String Name="Input">resnr &lt; constint</String>
16       <String Name="Text">resnr &lt; constint</String>
17       <Bool Name="Dynamic">false</Bool>
18     </ParsedSelection>
19     <ParsedSelection Name="Selection2">
20       <String Name="Input">x + constreal1 &lt; constreal2</String>
21       <String Name="Text">x + constreal1 &lt; constreal2</String>
22       <Bool Name="Dynamic">true</Bool>
23     </ParsedSelection>
24   </ParsedSelections>
25   <CompiledSelections Name="Compiled">
26     <Selection Name="Selection1">
27       <Sequence Name="Atoms">
28         <Int Name="Length">9</Int>
29         <Int>0</Int>
30         <Int>1</Int>
31         <Int>2</Int>
32         <Int>3</Int>
33         <Int>4</Int>
34         <Int>5</Int>
35         <Int>6</Int>
36         <Int>7</Int>
37         <Int>8</Int>
38       </Sequence>
39     </Selection>
40     <Selection Name="Selection2">
41       <Sequence Name="Atoms">
42         <Int Name="Length">15</Int>
43         <Int>0</Int>
44         <Int>1</Int>
45         <Int>2</Int>
46         <Int>3</Int>
47         <Int>4</Int>
48         <Int>5</Int>
49         <Int>6</Int>
50         <Int>7</Int>
51         <Int>8</Int>
52         <Int>9</Int>
53         <Int>10</Int>
54         <Int>11</Int>
55         <Int>12</Int>
56         <Int>13</Int>
57         <Int>14</Int>
58       </Sequence>
59     </Selection>
60   </CompiledSelections>
61   <EvaluatedSelections Name="Frame1">
62     <Selection Name="Selection1">
63       <Sequence Name="Atoms">
64         <Int Name="Length">9</Int>
65         <Int>0</Int>
66         <Int>1</Int>
67         <Int>2</Int>
68         <Int>3</Int>
69         <Int>4</Int>
70         <Int>5</Int>
71         <Int>6</Int>
72         <Int>7</Int>
73         <Int>8</Int>
74       </Sequence>
75       <Sequence Name="Positions">
76         <Int Name="Length">9</Int>
77         <Position>
78           <Vector Name="Coordinates">
79             <Real Name="X">1</Real>
80             <Real Name="Y">1</Real>
81             <Real Name="Z">0</Real>
82           </Vector>
83         </Position>
84         <Position>
85           <Vector Name="Coordinates">
86             <Real Name="X">1</Real>
87             <Real Name="Y">2</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">3</Real>
95             <Real Name="Z">0</Real>
96           </Vector>
97         </Position>
98         <Position>
99           <Vector Name="Coordinates">
100             <Real Name="X">1</Real>
101             <Real Name="Y">4</Real>
102             <Real Name="Z">0</Real>
103           </Vector>
104         </Position>
105         <Position>
106           <Vector Name="Coordinates">
107             <Real Name="X">2</Real>
108             <Real Name="Y">1</Real>
109             <Real Name="Z">0</Real>
110           </Vector>
111         </Position>
112         <Position>
113           <Vector Name="Coordinates">
114             <Real Name="X">2</Real>
115             <Real Name="Y">2</Real>
116             <Real Name="Z">0</Real>
117           </Vector>
118         </Position>
119         <Position>
120           <Vector Name="Coordinates">
121             <Real Name="X">2</Real>
122             <Real Name="Y">3</Real>
123             <Real Name="Z">0</Real>
124           </Vector>
125         </Position>
126         <Position>
127           <Vector Name="Coordinates">
128             <Real Name="X">2</Real>
129             <Real Name="Y">4</Real>
130             <Real Name="Z">0</Real>
131           </Vector>
132         </Position>
133         <Position>
134           <Vector Name="Coordinates">
135             <Real Name="X">3</Real>
136             <Real Name="Y">1</Real>
137             <Real Name="Z">0</Real>
138           </Vector>
139         </Position>
140       </Sequence>
141     </Selection>
142     <Selection Name="Selection2">
143       <Sequence Name="Atoms">
144         <Int Name="Length">8</Int>
145         <Int>0</Int>
146         <Int>1</Int>
147         <Int>2</Int>
148         <Int>3</Int>
149         <Int>4</Int>
150         <Int>5</Int>
151         <Int>6</Int>
152         <Int>7</Int>
153       </Sequence>
154       <Sequence Name="Positions">
155         <Int Name="Length">8</Int>
156         <Position>
157           <Vector Name="Coordinates">
158             <Real Name="X">1</Real>
159             <Real Name="Y">1</Real>
160             <Real Name="Z">0</Real>
161           </Vector>
162         </Position>
163         <Position>
164           <Vector Name="Coordinates">
165             <Real Name="X">1</Real>
166             <Real Name="Y">2</Real>
167             <Real Name="Z">0</Real>
168           </Vector>
169         </Position>
170         <Position>
171           <Vector Name="Coordinates">
172             <Real Name="X">1</Real>
173             <Real Name="Y">3</Real>
174             <Real Name="Z">0</Real>
175           </Vector>
176         </Position>
177         <Position>
178           <Vector Name="Coordinates">
179             <Real Name="X">1</Real>
180             <Real Name="Y">4</Real>
181             <Real Name="Z">0</Real>
182           </Vector>
183         </Position>
184         <Position>
185           <Vector Name="Coordinates">
186             <Real Name="X">2</Real>
187             <Real Name="Y">1</Real>
188             <Real Name="Z">0</Real>
189           </Vector>
190         </Position>
191         <Position>
192           <Vector Name="Coordinates">
193             <Real Name="X">2</Real>
194             <Real Name="Y">2</Real>
195             <Real Name="Z">0</Real>
196           </Vector>
197         </Position>
198         <Position>
199           <Vector Name="Coordinates">
200             <Real Name="X">2</Real>
201             <Real Name="Y">3</Real>
202             <Real Name="Z">0</Real>
203           </Vector>
204         </Position>
205         <Position>
206           <Vector Name="Coordinates">
207             <Real Name="X">2</Real>
208             <Real Name="Y">4</Real>
209             <Real Name="Z">0</Real>
210           </Vector>
211         </Position>
212       </Sequence>
213     </Selection>
214   </EvaluatedSelections>
215 </ReferenceData>