128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / tests / refdata / IndexBlockTest_CreatesMoleculeBlockWithCompletion.xml
blobbd81848b18e7fa2e5a5d7b2ad7a32205c8002f60
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>3</Int>
8       <Int>4</Int>
9       <Int>7</Int>
10       <Int>8</Int>
11       <Int>13</Int>
12     </Sequence>
13     <Int Name="Count">3</Int>
14     <Block>
15       <Sequence Name="Atoms">
16         <Int Name="Length">3</Int>
17         <Int>3</Int>
18         <Int>4</Int>
19         <Int>5</Int>
20       </Sequence>
21     </Block>
22     <Block>
23       <Sequence Name="Atoms">
24         <Int Name="Length">3</Int>
25         <Int>6</Int>
26         <Int>7</Int>
27         <Int>8</Int>
28       </Sequence>
29     </Block>
30     <Block>
31       <Sequence Name="Atoms">
32         <Int Name="Length">3</Int>
33         <Int>12</Int>
34         <Int>13</Int>
35         <Int>14</Int>
36       </Sequence>
37     </Block>
38   </BlockAtoms>
39 </ReferenceData>