128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesConstantPositionsWithModifiers.xml
blob24f59c694027c08f4579cde15a79f2f116042ace
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">[0, 0, 0] plus [0, 1, 0]</String>
7       <String Name="Text">[0, 0, 0] plus [0, 1, 0]</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10   </ParsedSelections>
11   <CompiledSelections Name="Compiled">
12     <Selection Name="Selection1">
13       <Sequence Name="Atoms">
14         <Int Name="Length">0</Int>
15       </Sequence>
16       <Sequence Name="Positions">
17         <Int Name="Length">2</Int>
18         <Position>
19           <Int Name="RefId">0</Int>
20           <Int Name="MappedId">0</Int>
21         </Position>
22         <Position>
23           <Int Name="RefId">1</Int>
24           <Int Name="MappedId">0</Int>
25         </Position>
26       </Sequence>
27     </Selection>
28   </CompiledSelections>
29   <EvaluatedSelections Name="Frame1">
30     <Selection Name="Selection1">
31       <Sequence Name="Atoms">
32         <Int Name="Length">0</Int>
33       </Sequence>
34       <Sequence Name="Positions">
35         <Int Name="Length">2</Int>
36         <Position>
37           <Vector Name="Coordinates">
38             <Real Name="X">0</Real>
39             <Real Name="Y">0</Real>
40             <Real Name="Z">0</Real>
41           </Vector>
42           <Int Name="RefId">0</Int>
43           <Int Name="MappedId">0</Int>
44         </Position>
45         <Position>
46           <Vector Name="Coordinates">
47             <Real Name="X">0</Real>
48             <Real Name="Y">1</Real>
49             <Real Name="Z">0</Real>
50           </Vector>
51           <Int Name="RefId">1</Int>
52           <Int Name="MappedId">0</Int>
53         </Position>
54       </Sequence>
55     </Selection>
56   </EvaluatedSelections>
57 </ReferenceData>