Update instructions in containers.rst
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesVariablesWithStaticEvaluationGroups.xml
blobb382cf5d7d2e2120b3bc4f55fbad4cf0617d51f9
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 and x &lt; 2</String>
7     </ParsedVariable>
8     <ParsedSelection Name="Selection1">
9       <String Name="Input">atomnr 1 to 5 and foo</String>
10       <String Name="Text">atomnr 1 to 5 and foo</String>
11       <Bool Name="Dynamic">true</Bool>
12     </ParsedSelection>
13     <ParsedSelection Name="Selection2">
14       <String Name="Input">atomnr 3 to 7 and foo</String>
15       <String Name="Text">atomnr 3 to 7 and 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">2</Int>
23         <Int>3</Int>
24         <Int>4</Int>
25       </Sequence>
26     </Selection>
27     <Selection Name="Selection2">
28       <Sequence Name="Atoms">
29         <Int Name="Length">4</Int>
30         <Int>3</Int>
31         <Int>4</Int>
32         <Int>5</Int>
33         <Int>6</Int>
34       </Sequence>
35     </Selection>
36   </CompiledSelections>
37 </ReferenceData>