128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / IndexBlockTest_CreatesResidueBlock.xml
blob4c1593cb8ff8ca0faafc71f21fbbb36712f1198f
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <BlockAtoms Name="Block">
5     <Sequence Name="Input">
6       <Int Name="Length">5</Int>
7       <Int>0</Int>
8       <Int>1</Int>
9       <Int>3</Int>
10       <Int>6</Int>
11       <Int>7</Int>
12     </Sequence>
13     <Int Name="Count">3</Int>
14     <Block>
15       <Sequence Name="Atoms">
16         <Int Name="Length">2</Int>
17         <Int>0</Int>
18         <Int>1</Int>
19       </Sequence>
20     </Block>
21     <Block>
22       <Sequence Name="Atoms">
23         <Int Name="Length">1</Int>
24         <Int>3</Int>
25       </Sequence>
26     </Block>
27     <Block>
28       <Sequence Name="Atoms">
29         <Int Name="Length">2</Int>
30         <Int>6</Int>
31         <Int>7</Int>
32       </Sequence>
33     </Block>
34   </BlockAtoms>
35 </ReferenceData>