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