crysna 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/CHANGES +24 -0
  4. data/Gemfile +26 -0
  5. data/Gemfile.lock +91 -0
  6. data/LICENSE.txt +20 -0
  7. data/README.rdoc +19 -0
  8. data/Rakefile +53 -0
  9. data/VERSION +1 -0
  10. data/bin/checkmodel +66 -0
  11. data/bin/collectcell +92 -0
  12. data/bin/fitframe +68 -0
  13. data/bin/occupiedpolyhedralsite +96 -0
  14. data/bin/occupiedscattersite +77 -0
  15. data/bin/site2poscar +66 -0
  16. data/bin/site2pov +30 -0
  17. data/bin/sitecombination +69 -0
  18. data/bin/sitemigration +80 -0
  19. data/bin/sitemigrationdistance +87 -0
  20. data/bin/siteoperation +109 -0
  21. data/bin/sitesingle +36 -0
  22. data/bin/siteuniq +32 -0
  23. data/bin/symidsite +65 -0
  24. data/bin/transitcell +46 -0
  25. data/crysna.gemspec +219 -0
  26. data/lib/crysna.rb +26 -0
  27. data/lib/crysna/atom.rb +97 -0
  28. data/lib/crysna/cell.rb +314 -0
  29. data/lib/crysna/frameatom.rb +13 -0
  30. data/lib/crysna/frameinterstitialcell.rb +309 -0
  31. data/lib/crysna/interstitialatom.rb +13 -0
  32. data/lib/crysna/modelstructure.rb +333 -0
  33. data/lib/crysna/optionmanager.rb +177 -0
  34. data/lib/crysna/site.rb +35 -0
  35. data/lib/crysna/siteconfiguration.rb +26 -0
  36. data/lib/crysna/sitenamelabeledcell.rb +220 -0
  37. data/lib/crysna/siteoperation.rb +56 -0
  38. data/lib/crysna/sitewithposition.rb +24 -0
  39. data/lib/crysna/transitionfinder.rb +448 -0
  40. data/lib/crysna/transitionfinder/cell.rb +144 -0
  41. data/lib/crysna/transitionfinder/cellmanager.rb +129 -0
  42. data/lib/crysna/transitionfinder/edge.rb +54 -0
  43. data/test/.gitignore +1 -0
  44. data/test/cell_orig/POSCAR +17 -0
  45. data/test/cell_orig/model.yaml +122 -0
  46. data/test/collectcells/.gitignore +2 -0
  47. data/test/collectcells/model.yaml +154 -0
  48. data/test/collectcells/nooutcar/minexpconfiguration.yaml +22 -0
  49. data/test/collectcells/normal-higher/OUTCAR +2406 -0
  50. data/test/collectcells/normal-higher/minexpconfiguration.yaml +22 -0
  51. data/test/collectcells/normal-lower/OUTCAR +2406 -0
  52. data/test/collectcells/normal-lower/minexpconfiguration.yaml +22 -0
  53. data/test/collectcells/normal/OUTCAR +2406 -0
  54. data/test/collectcells/normal/minexpconfiguration.yaml +22 -0
  55. data/test/collectcells/normalB/OUTCAR +2406 -0
  56. data/test/collectcells/normalB/minexpconfiguration.yaml +22 -0
  57. data/test/collectcells/unfinished/OUTCAR +40702 -0
  58. data/test/collectcells/unfinished/minexpconfiguration.yaml +22 -0
  59. data/test/collectcells/unidentified/OUTCAR +3541 -0
  60. data/test/collectcells/unidentified/minexpconfiguration.yaml +2 -0
  61. data/test/fitmodelstructure/.gitignore +1 -0
  62. data/test/fitmodelstructure/AgI/CONTCAR +17 -0
  63. data/test/fitmodelstructure/AgI/fitmodelstructure.log +1161 -0
  64. data/test/fitmodelstructure/AgI/model.yaml +45 -0
  65. data/test/fitmodelstructure/normal/CONTCAR +17 -0
  66. data/test/fitmodelstructure/normal/fitmodelstructure.log +5063 -0
  67. data/test/fitmodelstructure/normal/model.yaml +122 -0
  68. data/test/fitmodelstructure/unidentified/CONTCAR +44 -0
  69. data/test/fitmodelstructure/unidentified/fitmodelstructure.log +8833 -0
  70. data/test/fitmodelstructure/unidentified/model.yaml +154 -0
  71. data/test/helper.rb +17 -0
  72. data/test/identifypolyhedralsites/.gitignore +1 -0
  73. data/test/identifypolyhedralsites/identifyatomsites.log +333 -0
  74. data/test/identifypolyhedralsites/normal/fitmodelstructure.yaml +60 -0
  75. data/test/identifypolyhedralsites/normal/model.yaml +122 -0
  76. data/test/identifypolyhedralsites/unidentified/fitmodelstructure.yaml +2 -0
  77. data/test/identifypolyhedralsites/unidentified/model.yaml +154 -0
  78. data/test/identifypolyhedralsites/volumemismatch/fitmodelstructure.yaml +101 -0
  79. data/test/identifypolyhedralsites/volumemismatch/model.yaml +154 -0
  80. data/test/identifyscattersites/CONTCAR +17 -0
  81. data/test/identifyscattersites/POSCAR +12 -0
  82. data/test/identifyscattersites/fitmodelstructure.log +1 -0
  83. data/test/identifyscattersites/fitmodelstructure.yaml +0 -0
  84. data/test/identifyscattersites/identifyscattersites.yaml +5 -0
  85. data/test/identifyscattersites/model.yaml +45 -0
  86. data/test/minexpconfiguration/.gitignore +1 -0
  87. data/test/minexpconfiguration/collective/AgI/.gitignore +2 -0
  88. data/test/minexpconfiguration/collective/AgI/siteoperations.yaml +51265 -0
  89. data/test/minexpconfiguration/collective/AgI/sitesingle.yaml +15 -0
  90. data/test/minexpconfiguration/collective/AgI/test.sh +2 -0
  91. data/test/minexpconfiguration/normal/identifysites.yaml +22 -0
  92. data/test/minexpconfiguration/normal/minexpconfiguration.log +0 -0
  93. data/test/minexpconfiguration/normal/siteoperations.yaml +1793 -0
  94. data/test/minexpconfiguration/unidentified/identifysites.yaml +2 -0
  95. data/test/minexpconfiguration/unidentified/siteoperations.yaml +1793 -0
  96. data/test/sitecombination/initsites.yaml +7 -0
  97. data/test/sitecombination/initsites_test2.yaml +8 -0
  98. data/test/sitecombination/sitecombination.yaml +29 -0
  99. data/test/siteconfiguration/elements-sitenames.yaml +2 -0
  100. data/test/siteconfiguration/latticeaxes.yaml +3 -0
  101. data/test/siteconfiguration/sitenames-coordinates.yaml +4 -0
  102. data/test/sitemigrationsdistance/model.yaml +45 -0
  103. data/test/siteoperations/.gitignore +2 -0
  104. data/test/siteoperations/model.yaml +43 -0
  105. data/test/siteoperations/symmetryoperations.yaml +1441 -0
  106. data/test/sitesingle/.gitignore +1 -0
  107. data/test/sitesingle/sitecombination.yaml +29 -0
  108. data/test/siteuniq/minexpconfiguration.yaml +15 -0
  109. data/test/siteuniq/siteuniq.yaml +8 -0
  110. data/test/test_atom.rb +206 -0
  111. data/test/test_cell.rb +604 -0
  112. data/test/test_commands.rb +340 -0
  113. data/test/test_crystana.rb +7 -0
  114. data/test/test_frameatom.rb +22 -0
  115. data/test/test_frameinterstitialcell.rb +939 -0
  116. data/test/test_interstitialatom.rb +22 -0
  117. data/test/test_modelstructure.rb +807 -0
  118. data/test/test_optionmanager.rb +172 -0
  119. data/test/test_site.rb +40 -0
  120. data/test/test_siteconfiguration.rb +29 -0
  121. data/test/test_sitenamelabeledcell.rb +528 -0
  122. data/test/test_siteoperation.rb +79 -0
  123. data/test/test_sitewithposition.rb +20 -0
  124. data/test/test_transitionfinder.rb +432 -0
  125. data/test/transitcell/.gitignore +2 -0
  126. data/test/transitcell/collectcells.yaml +51 -0
  127. data/test/transitcell/sitemigrations.yaml +8 -0
  128. data/test/transitcell/siteoperations.yaml +17 -0
  129. data/test/transitcell/transitcell.log +1342 -0
  130. data/test/transitionfinder/collectcells.yaml +81 -0
  131. data/test/transitionfinder/sitemigrations.yaml +33 -0
  132. data/test/transitionfinder/siteoperations.yaml +16 -0
  133. data/test/transitionfinder/test_cell.rb +287 -0
  134. data/test/transitionfinder/test_cellmanager.rb +185 -0
  135. data/test/transitionfinder/test_edge.rb +49 -0
  136. data/test/uniquesitesgenerator/elements-sitenames.yaml +1 -0
  137. data/test/uniquesitesgenerator/siteoperations.yaml +9 -0
  138. metadata +406 -0
@@ -0,0 +1,7 @@
1
+ Ag:
2
+ - ['2A', '2B']
3
+ - ['2A', '2B']
4
+
5
+ I:
6
+ - ['IA']
7
+ - ['IB']
@@ -0,0 +1,8 @@
1
+ Ag:
2
+ - ['1A', '2A']
3
+ - ['1B', '2B']
4
+ - ['1C', '2C']
5
+
6
+ I:
7
+ - ['IA']
8
+ - ['IB', '2X']
@@ -0,0 +1,29 @@
1
+ ---
2
+ '0':
3
+ Ag:
4
+ - 2A
5
+ - 2A
6
+ I:
7
+ - IA
8
+ - IB
9
+ '1':
10
+ Ag:
11
+ - 2A
12
+ - 2B
13
+ I:
14
+ - IA
15
+ - IB
16
+ '2':
17
+ Ag:
18
+ - 2B
19
+ - 2A
20
+ I:
21
+ - IA
22
+ - IB
23
+ '3':
24
+ Ag:
25
+ - 2B
26
+ - 2B
27
+ I:
28
+ - IA
29
+ - IB
@@ -0,0 +1,2 @@
1
+ 0: ["S00", "S01"]
2
+ 1: ["S02", "S03"]
@@ -0,0 +1,3 @@
1
+ - [ 2.0, 0.0, 0.0 ]
2
+ - [ 0.0, 2.0, 0.0 ]
3
+ - [ 0.0, 0.0, 2.0 ]
@@ -0,0 +1,4 @@
1
+ S00: [0.00, 0.00, 0.00]
2
+ S01: [0.00, 0.00, 0.25]
3
+ S02: [0.00, 0.00, 0.50]
4
+ S03: [0.00, 0.00, 0.75]
@@ -0,0 +1,45 @@
1
+ frame_elements: ['1']
2
+
3
+ frame_sites:
4
+ IB: [0.500000000, 0.500000000, 0.500000000]
5
+ IA: [0.000000000, 0.000000000, 0.000000000]
6
+
7
+ scatter_sites:
8
+ 2X: [ 0.885, 0.500, 0.885]
9
+ 2W: [ 0.500, 0.885, 0.885]
10
+ 2V: [ 0.500, 0.115, 0.885]
11
+ 2U: [ 0.115, 0.500, 0.885]
12
+ 2T: [ 0.615, 0.000, 0.615]
13
+ 2S: [ 0.385, 0.000, 0.615]
14
+ 2R: [ 0.000, 0.615, 0.615]
15
+ 2Q: [ 0.000, 0.385, 0.615]
16
+ 2P: [ 0.885, 0.885, 0.500]
17
+ 2O: [ 0.885, 0.115, 0.500]
18
+ 2N: [ 0.115, 0.885, 0.500]
19
+ 2M: [ 0.115, 0.115, 0.500]
20
+ 2L: [ 0.615, 0.000, 0.385]
21
+ 2K: [ 0.385, 0.000, 0.385]
22
+ 2J: [ 0.000, 0.615, 0.385]
23
+ 2I: [ 0.000, 0.385, 0.385]
24
+ 2H: [ 0.885, 0.500, 0.115]
25
+ 2G: [ 0.500, 0.885, 0.115]
26
+ 2F: [ 0.500, 0.115, 0.115]
27
+ 2E: [ 0.115, 0.500, 0.115]
28
+ 2D: [ 0.615, 0.615, 0.000]
29
+ 2C: [ 0.615, 0.385, 0.000]
30
+ 2B: [ 0.385, 0.615, 0.000]
31
+ 2A: [ 0.385, 0.385, 0.000]
32
+ 1L: [ 0.500, 0.000, 0.750]
33
+ 1K: [ 0.000, 0.500, 0.750]
34
+ 1J: [ 0.750, 0.000, 0.500]
35
+ 1I: [ 0.250, 0.000, 0.500]
36
+ 1H: [ 0.000, 0.750, 0.500]
37
+ 1G: [ 0.000, 0.250, 0.500]
38
+ 1F: [ 0.500, 0.000, 0.250]
39
+ 1E: [ 0.000, 0.500, 0.250]
40
+ 1D: [ 0.750, 0.500, 0.000]
41
+ 1C: [ 0.500, 0.750, 0.000]
42
+ 1B: [ 0.500, 0.250, 0.000]
43
+ 1A: [ 0.250, 0.500, 0.000]
44
+ IB: [ 0.500, 0.500, 0.500]
45
+ IA: [ 0.000, 0.000, 0.000]
@@ -0,0 +1,2 @@
1
+ siteoperations.log
2
+ siteoperations.yaml
@@ -0,0 +1,43 @@
1
+ frame_sites:
2
+ IB: [0.500000000, 0.500000000, 0.500000000]
3
+ IA: [0.000000000, 0.000000000, 0.000000000]
4
+
5
+ scatter_sites:
6
+ 2X: [ 0.885, 0.500, 0.885]
7
+ 2W: [ 0.500, 0.885, 0.885]
8
+ 2V: [ 0.500, 0.115, 0.885]
9
+ 2U: [ 0.115, 0.500, 0.885]
10
+ 2T: [ 0.615, 0.000, 0.615]
11
+ 2S: [ 0.385, 0.000, 0.615]
12
+ 2R: [ 0.000, 0.615, 0.615]
13
+ 2Q: [ 0.000, 0.385, 0.615]
14
+ 2P: [ 0.885, 0.885, 0.500]
15
+ 2O: [ 0.885, 0.115, 0.500]
16
+ 2N: [ 0.115, 0.885, 0.500]
17
+ 2M: [ 0.115, 0.115, 0.500]
18
+ 2L: [ 0.615, 0.000, 0.385]
19
+ 2K: [ 0.385, 0.000, 0.385]
20
+ 2J: [ 0.000, 0.615, 0.385]
21
+ 2I: [ 0.000, 0.385, 0.385]
22
+ 2H: [ 0.885, 0.500, 0.115]
23
+ 2G: [ 0.500, 0.885, 0.115]
24
+ 2F: [ 0.500, 0.115, 0.115]
25
+ 2E: [ 0.115, 0.500, 0.115]
26
+ 2D: [ 0.615, 0.615, 0.000]
27
+ 2C: [ 0.615, 0.385, 0.000]
28
+ 2B: [ 0.385, 0.615, 0.000]
29
+ 2A: [ 0.385, 0.385, 0.000]
30
+ 1L: [ 0.500, 0.000, 0.750]
31
+ 1K: [ 0.000, 0.500, 0.750]
32
+ 1J: [ 0.750, 0.000, 0.500]
33
+ 1I: [ 0.250, 0.000, 0.500]
34
+ 1H: [ 0.000, 0.750, 0.500]
35
+ 1G: [ 0.000, 0.250, 0.500]
36
+ 1F: [ 0.500, 0.000, 0.250]
37
+ 1E: [ 0.000, 0.500, 0.250]
38
+ 1D: [ 0.750, 0.500, 0.000]
39
+ 1C: [ 0.500, 0.750, 0.000]
40
+ 1B: [ 0.500, 0.250, 0.000]
41
+ 1A: [ 0.250, 0.500, 0.000]
42
+ IB: [ 0.500, 0.500, 0.500]
43
+ IA: [ 0.000, 0.000, 0.000]
@@ -0,0 +1,1441 @@
1
+ ---
2
+ - operation_id: 0
3
+ rotation:
4
+ - - 1.0
5
+ - 0.0
6
+ - 0.0
7
+ - - 0.0
8
+ - 1.0
9
+ - 0.0
10
+ - - 0.0
11
+ - 0.0
12
+ - 1.0
13
+ translation:
14
+ - 0.0
15
+ - 0.0
16
+ - 0.0
17
+ - operation_id: 1
18
+ rotation:
19
+ - - -1.0
20
+ - 0.0
21
+ - 0.0
22
+ - - 0.0
23
+ - -1.0
24
+ - 0.0
25
+ - - 0.0
26
+ - 0.0
27
+ - -1.0
28
+ translation:
29
+ - 0.9999999999999999
30
+ - 0.9999999999999999
31
+ - 0.9999999999999999
32
+ - operation_id: 2
33
+ rotation:
34
+ - - 0.0
35
+ - 1.0
36
+ - 0.0
37
+ - - -1.0
38
+ - 0.0
39
+ - 0.0
40
+ - - 0.0
41
+ - 0.0
42
+ - 1.0
43
+ translation:
44
+ - 2.77555756156289e-17
45
+ - 0.9999999999999999
46
+ - 6.162975822039155e-33
47
+ - operation_id: 3
48
+ rotation:
49
+ - - 0.0
50
+ - -1.0
51
+ - 0.0
52
+ - - 1.0
53
+ - 0.0
54
+ - 0.0
55
+ - - 0.0
56
+ - 0.0
57
+ - -1.0
58
+ translation:
59
+ - 0.9999999999999999
60
+ - 1.0
61
+ - 0.9999999999999999
62
+ - operation_id: 4
63
+ rotation:
64
+ - - -1.0
65
+ - 0.0
66
+ - 0.0
67
+ - - 0.0
68
+ - -1.0
69
+ - 0.0
70
+ - - 0.0
71
+ - 0.0
72
+ - 1.0
73
+ translation:
74
+ - 0.9999999999999999
75
+ - 0.9999999999999999
76
+ - 0.0
77
+ - operation_id: 5
78
+ rotation:
79
+ - - 1.0
80
+ - 0.0
81
+ - 0.0
82
+ - - 0.0
83
+ - 1.0
84
+ - 0.0
85
+ - - 0.0
86
+ - 0.0
87
+ - -1.0
88
+ translation:
89
+ - 1.2771463172610159e-33
90
+ - 1.2771463172610159e-33
91
+ - 0.9999999999999999
92
+ - operation_id: 6
93
+ rotation:
94
+ - - 0.0
95
+ - -1.0
96
+ - 0.0
97
+ - - 1.0
98
+ - 0.0
99
+ - 0.0
100
+ - - 0.0
101
+ - 0.0
102
+ - 1.0
103
+ translation:
104
+ - 0.9999999999999999
105
+ - 1.0
106
+ - 0.0
107
+ - operation_id: 7
108
+ rotation:
109
+ - - 0.0
110
+ - 1.0
111
+ - 0.0
112
+ - - -1.0
113
+ - 0.0
114
+ - 0.0
115
+ - - 0.0
116
+ - 0.0
117
+ - -1.0
118
+ translation:
119
+ - 2.77555756156289e-17
120
+ - 0.9999999999999999
121
+ - 0.9999999999999999
122
+ - operation_id: 8
123
+ rotation:
124
+ - - -1.0
125
+ - 0.0
126
+ - 0.0
127
+ - - 0.0
128
+ - 1.0
129
+ - 0.0
130
+ - - 0.0
131
+ - 0.0
132
+ - -1.0
133
+ translation:
134
+ - 0.9999999999999999
135
+ - 1.0
136
+ - 0.9999999999999999
137
+ - operation_id: 9
138
+ rotation:
139
+ - - 1.0
140
+ - 0.0
141
+ - 0.0
142
+ - - 0.0
143
+ - -1.0
144
+ - 0.0
145
+ - - 0.0
146
+ - 0.0
147
+ - 1.0
148
+ translation:
149
+ - 0.0
150
+ - 0.9999999999999999
151
+ - 0.0
152
+ - operation_id: 10
153
+ rotation:
154
+ - - 0.0
155
+ - -1.0
156
+ - 0.0
157
+ - - -1.0
158
+ - 0.0
159
+ - 0.0
160
+ - - 0.0
161
+ - 0.0
162
+ - -1.0
163
+ translation:
164
+ - 0.9999999999999999
165
+ - 0.9999999999999999
166
+ - 0.9999999999999999
167
+ - operation_id: 11
168
+ rotation:
169
+ - - 0.0
170
+ - 1.0
171
+ - 0.0
172
+ - - 1.0
173
+ - 0.0
174
+ - 0.0
175
+ - - 0.0
176
+ - 0.0
177
+ - 1.0
178
+ translation:
179
+ - 2.7755575615628907e-17
180
+ - 1.0
181
+ - 1.5407439555097887e-33
182
+ - operation_id: 12
183
+ rotation:
184
+ - - 1.0
185
+ - 0.0
186
+ - 0.0
187
+ - - 0.0
188
+ - -1.0
189
+ - 0.0
190
+ - - 0.0
191
+ - 0.0
192
+ - -1.0
193
+ translation:
194
+ - 0.0
195
+ - 0.9999999999999999
196
+ - 0.9999999999999999
197
+ - operation_id: 13
198
+ rotation:
199
+ - - -1.0
200
+ - 0.0
201
+ - 0.0
202
+ - - 0.0
203
+ - 1.0
204
+ - 0.0
205
+ - - 0.0
206
+ - 0.0
207
+ - 1.0
208
+ translation:
209
+ - 0.9999999999999999
210
+ - 1.0
211
+ - 1.0
212
+ - operation_id: 14
213
+ rotation:
214
+ - - 0.0
215
+ - 1.0
216
+ - 0.0
217
+ - - 1.0
218
+ - 0.0
219
+ - 0.0
220
+ - - 0.0
221
+ - 0.0
222
+ - -1.0
223
+ translation:
224
+ - 2.7755575615628914e-17
225
+ - 1.0
226
+ - 0.9999999999999999
227
+ - operation_id: 15
228
+ rotation:
229
+ - - 0.0
230
+ - -1.0
231
+ - 0.0
232
+ - - -1.0
233
+ - 0.0
234
+ - 0.0
235
+ - - 0.0
236
+ - 0.0
237
+ - 1.0
238
+ translation:
239
+ - 0.9999999999999999
240
+ - 0.9999999999999999
241
+ - 0.0
242
+ - operation_id: 16
243
+ rotation:
244
+ - - 0.0
245
+ - 1.0
246
+ - 0.0
247
+ - - 0.0
248
+ - 0.0
249
+ - -1.0
250
+ - - -1.0
251
+ - 0.0
252
+ - 0.0
253
+ translation:
254
+ - 2.77555756156289e-17
255
+ - 0.9999999999999999
256
+ - 0.9999999999999999
257
+ - operation_id: 17
258
+ rotation:
259
+ - - 0.0
260
+ - -1.0
261
+ - 0.0
262
+ - - 0.0
263
+ - 0.0
264
+ - 1.0
265
+ - - 1.0
266
+ - 0.0
267
+ - 0.0
268
+ translation:
269
+ - 0.9999999999999999
270
+ - 1.0
271
+ - 1.0
272
+ - operation_id: 18
273
+ rotation:
274
+ - - -1.0
275
+ - 0.0
276
+ - 0.0
277
+ - - 0.0
278
+ - 0.0
279
+ - -1.0
280
+ - - 0.0
281
+ - -1.0
282
+ - 0.0
283
+ translation:
284
+ - 0.9999999999999999
285
+ - 0.9999999999999999
286
+ - 0.9999999999999999
287
+ - operation_id: 19
288
+ rotation:
289
+ - - 1.0
290
+ - 0.0
291
+ - 0.0
292
+ - - 0.0
293
+ - 0.0
294
+ - 1.0
295
+ - - 0.0
296
+ - 1.0
297
+ - 0.0
298
+ translation:
299
+ - 0.0
300
+ - 0.0
301
+ - 0.0
302
+ - operation_id: 20
303
+ rotation:
304
+ - - 0.0
305
+ - -1.0
306
+ - 0.0
307
+ - - 0.0
308
+ - 0.0
309
+ - -1.0
310
+ - - 1.0
311
+ - 0.0
312
+ - 0.0
313
+ translation:
314
+ - 0.9999999999999999
315
+ - 0.9999999999999999
316
+ - 1.0
317
+ - operation_id: 21
318
+ rotation:
319
+ - - 0.0
320
+ - 1.0
321
+ - 0.0
322
+ - - 0.0
323
+ - 0.0
324
+ - 1.0
325
+ - - -1.0
326
+ - 0.0
327
+ - 0.0
328
+ translation:
329
+ - 2.7755575615628907e-17
330
+ - 6.162975822039155e-33
331
+ - 0.9999999999999999
332
+ - operation_id: 22
333
+ rotation:
334
+ - - 1.0
335
+ - 0.0
336
+ - 0.0
337
+ - - 0.0
338
+ - 0.0
339
+ - -1.0
340
+ - - 0.0
341
+ - 1.0
342
+ - 0.0
343
+ translation:
344
+ - 0.0
345
+ - 0.9999999999999999
346
+ - 0.0
347
+ - operation_id: 23
348
+ rotation:
349
+ - - -1.0
350
+ - 0.0
351
+ - 0.0
352
+ - - 0.0
353
+ - 0.0
354
+ - 1.0
355
+ - - 0.0
356
+ - -1.0
357
+ - 0.0
358
+ translation:
359
+ - 0.9999999999999999
360
+ - 1.0
361
+ - 0.9999999999999999
362
+ - operation_id: 24
363
+ rotation:
364
+ - - 0.0
365
+ - 1.0
366
+ - 0.0
367
+ - - 0.0
368
+ - 0.0
369
+ - 1.0
370
+ - - 1.0
371
+ - 0.0
372
+ - 0.0
373
+ translation:
374
+ - 2.7755575615628907e-17
375
+ - 3.0814879110195774e-33
376
+ - 1.0
377
+ - operation_id: 25
378
+ rotation:
379
+ - - 0.0
380
+ - -1.0
381
+ - 0.0
382
+ - - 0.0
383
+ - 0.0
384
+ - -1.0
385
+ - - -1.0
386
+ - 0.0
387
+ - 0.0
388
+ translation:
389
+ - 0.9999999999999999
390
+ - 0.9999999999999999
391
+ - 0.9999999999999999
392
+ - operation_id: 26
393
+ rotation:
394
+ - - -1.0
395
+ - 0.0
396
+ - 0.0
397
+ - - 0.0
398
+ - 0.0
399
+ - 1.0
400
+ - - 0.0
401
+ - 1.0
402
+ - 0.0
403
+ translation:
404
+ - 0.9999999999999999
405
+ - 1.0
406
+ - 1.0
407
+ - operation_id: 27
408
+ rotation:
409
+ - - 1.0
410
+ - 0.0
411
+ - 0.0
412
+ - - 0.0
413
+ - 0.0
414
+ - -1.0
415
+ - - 0.0
416
+ - -1.0
417
+ - 0.0
418
+ translation:
419
+ - 0.0
420
+ - 0.9999999999999999
421
+ - 0.9999999999999999
422
+ - operation_id: 28
423
+ rotation:
424
+ - - 0.0
425
+ - -1.0
426
+ - 0.0
427
+ - - 0.0
428
+ - 0.0
429
+ - 1.0
430
+ - - -1.0
431
+ - 0.0
432
+ - 0.0
433
+ translation:
434
+ - 0.9999999999999999
435
+ - 0.0
436
+ - 0.9999999999999999
437
+ - operation_id: 29
438
+ rotation:
439
+ - - 0.0
440
+ - 1.0
441
+ - 0.0
442
+ - - 0.0
443
+ - 0.0
444
+ - -1.0
445
+ - - 1.0
446
+ - 0.0
447
+ - 0.0
448
+ translation:
449
+ - 2.77555756156289e-17
450
+ - 0.9999999999999999
451
+ - 1.0
452
+ - operation_id: 30
453
+ rotation:
454
+ - - 1.0
455
+ - 0.0
456
+ - 0.0
457
+ - - 0.0
458
+ - 0.0
459
+ - 1.0
460
+ - - 0.0
461
+ - -1.0
462
+ - 0.0
463
+ translation:
464
+ - 1.2771463172610159e-33
465
+ - 1.2771463172610159e-33
466
+ - 0.9999999999999999
467
+ - operation_id: 31
468
+ rotation:
469
+ - - -1.0
470
+ - 0.0
471
+ - 0.0
472
+ - - 0.0
473
+ - 0.0
474
+ - -1.0
475
+ - - 0.0
476
+ - 1.0
477
+ - 0.0
478
+ translation:
479
+ - 0.9999999999999999
480
+ - 0.9999999999999999
481
+ - 0.0
482
+ - operation_id: 32
483
+ rotation:
484
+ - - 0.0
485
+ - 0.0
486
+ - -1.0
487
+ - - 1.0
488
+ - 0.0
489
+ - 0.0
490
+ - - 0.0
491
+ - -1.0
492
+ - 0.0
493
+ translation:
494
+ - 0.9999999999999999
495
+ - 1.0
496
+ - 0.9999999999999999
497
+ - operation_id: 33
498
+ rotation:
499
+ - - 0.0
500
+ - 0.0
501
+ - 1.0
502
+ - - -1.0
503
+ - 0.0
504
+ - 0.0
505
+ - - 0.0
506
+ - 1.0
507
+ - 0.0
508
+ translation:
509
+ - 2.77555756156289e-17
510
+ - 0.9999999999999999
511
+ - 6.162975822039155e-33
512
+ - operation_id: 34
513
+ rotation:
514
+ - - 0.0
515
+ - 0.0
516
+ - -1.0
517
+ - - 0.0
518
+ - 1.0
519
+ - 0.0
520
+ - - 1.0
521
+ - 0.0
522
+ - 0.0
523
+ translation:
524
+ - 0.9999999999999999
525
+ - 1.0
526
+ - 1.0
527
+ - operation_id: 35
528
+ rotation:
529
+ - - 0.0
530
+ - 0.0
531
+ - 1.0
532
+ - - 0.0
533
+ - -1.0
534
+ - 0.0
535
+ - - -1.0
536
+ - 0.0
537
+ - 0.0
538
+ translation:
539
+ - 2.77555756156289e-17
540
+ - 0.9999999999999999
541
+ - 0.9999999999999999
542
+ - operation_id: 36
543
+ rotation:
544
+ - - 0.0
545
+ - 0.0
546
+ - -1.0
547
+ - - -1.0
548
+ - 0.0
549
+ - 0.0
550
+ - - 0.0
551
+ - 1.0
552
+ - 0.0
553
+ translation:
554
+ - 0.9999999999999999
555
+ - 0.9999999999999999
556
+ - 0.0
557
+ - operation_id: 37
558
+ rotation:
559
+ - - 0.0
560
+ - 0.0
561
+ - 1.0
562
+ - - 1.0
563
+ - 0.0
564
+ - 0.0
565
+ - - 0.0
566
+ - -1.0
567
+ - 0.0
568
+ translation:
569
+ - 2.7755575615628914e-17
570
+ - 1.0
571
+ - 0.9999999999999999
572
+ - operation_id: 38
573
+ rotation:
574
+ - - 0.0
575
+ - 0.0
576
+ - -1.0
577
+ - - 0.0
578
+ - -1.0
579
+ - 0.0
580
+ - - -1.0
581
+ - 0.0
582
+ - 0.0
583
+ translation:
584
+ - 0.9999999999999999
585
+ - 0.9999999999999999
586
+ - 0.9999999999999999
587
+ - operation_id: 39
588
+ rotation:
589
+ - - 0.0
590
+ - 0.0
591
+ - 1.0
592
+ - - 0.0
593
+ - 1.0
594
+ - 0.0
595
+ - - 1.0
596
+ - 0.0
597
+ - 0.0
598
+ translation:
599
+ - 2.7755575615628907e-17
600
+ - 3.0814879110195774e-33
601
+ - 1.0
602
+ - operation_id: 40
603
+ rotation:
604
+ - - 0.0
605
+ - 0.0
606
+ - 1.0
607
+ - - -1.0
608
+ - 0.0
609
+ - 0.0
610
+ - - 0.0
611
+ - -1.0
612
+ - 0.0
613
+ translation:
614
+ - 2.77555756156289e-17
615
+ - 0.9999999999999999
616
+ - 0.9999999999999999
617
+ - operation_id: 41
618
+ rotation:
619
+ - - 0.0
620
+ - 0.0
621
+ - -1.0
622
+ - - 1.0
623
+ - 0.0
624
+ - 0.0
625
+ - - 0.0
626
+ - 1.0
627
+ - 0.0
628
+ translation:
629
+ - 0.9999999999999999
630
+ - 1.0
631
+ - 0.0
632
+ - operation_id: 42
633
+ rotation:
634
+ - - 0.0
635
+ - 0.0
636
+ - 1.0
637
+ - - 0.0
638
+ - -1.0
639
+ - 0.0
640
+ - - 1.0
641
+ - 0.0
642
+ - 0.0
643
+ translation:
644
+ - 2.77555756156289e-17
645
+ - 0.9999999999999999
646
+ - 1.0
647
+ - operation_id: 43
648
+ rotation:
649
+ - - 0.0
650
+ - 0.0
651
+ - -1.0
652
+ - - 0.0
653
+ - 1.0
654
+ - 0.0
655
+ - - -1.0
656
+ - 0.0
657
+ - 0.0
658
+ translation:
659
+ - 0.9999999999999999
660
+ - 0.0
661
+ - 0.9999999999999999
662
+ - operation_id: 44
663
+ rotation:
664
+ - - 0.0
665
+ - 0.0
666
+ - 1.0
667
+ - - 1.0
668
+ - 0.0
669
+ - 0.0
670
+ - - 0.0
671
+ - 1.0
672
+ - 0.0
673
+ translation:
674
+ - 2.7755575615628907e-17
675
+ - 1.0
676
+ - 1.5407439555097887e-33
677
+ - operation_id: 45
678
+ rotation:
679
+ - - 0.0
680
+ - 0.0
681
+ - -1.0
682
+ - - -1.0
683
+ - 0.0
684
+ - 0.0
685
+ - - 0.0
686
+ - -1.0
687
+ - 0.0
688
+ translation:
689
+ - 0.9999999999999999
690
+ - 0.9999999999999999
691
+ - 0.9999999999999999
692
+ - operation_id: 46
693
+ rotation:
694
+ - - 0.0
695
+ - 0.0
696
+ - 1.0
697
+ - - 0.0
698
+ - 1.0
699
+ - 0.0
700
+ - - -1.0
701
+ - 0.0
702
+ - 0.0
703
+ translation:
704
+ - 2.7755575615628907e-17
705
+ - 6.162975822039155e-33
706
+ - 0.9999999999999999
707
+ - operation_id: 47
708
+ rotation:
709
+ - - 0.0
710
+ - 0.0
711
+ - -1.0
712
+ - - 0.0
713
+ - -1.0
714
+ - 0.0
715
+ - - 1.0
716
+ - 0.0
717
+ - 0.0
718
+ translation:
719
+ - 0.9999999999999999
720
+ - 0.9999999999999999
721
+ - 1.0
722
+ - operation_id: 48
723
+ rotation:
724
+ - - 1.0
725
+ - 0.0
726
+ - 0.0
727
+ - - 0.0
728
+ - 1.0
729
+ - 0.0
730
+ - - 0.0
731
+ - 0.0
732
+ - 1.0
733
+ translation:
734
+ - 0.5
735
+ - 0.5
736
+ - 0.5
737
+ - operation_id: 49
738
+ rotation:
739
+ - - -1.0
740
+ - 0.0
741
+ - 0.0
742
+ - - 0.0
743
+ - -1.0
744
+ - 0.0
745
+ - - 0.0
746
+ - 0.0
747
+ - -1.0
748
+ translation:
749
+ - 0.49999999999999994
750
+ - 0.4999999999999999
751
+ - 0.4999999999999999
752
+ - operation_id: 50
753
+ rotation:
754
+ - - 0.0
755
+ - 1.0
756
+ - 0.0
757
+ - - -1.0
758
+ - 0.0
759
+ - 0.0
760
+ - - 0.0
761
+ - 0.0
762
+ - 1.0
763
+ translation:
764
+ - 0.5
765
+ - 0.4999999999999999
766
+ - 0.5
767
+ - operation_id: 51
768
+ rotation:
769
+ - - 0.0
770
+ - -1.0
771
+ - 0.0
772
+ - - 1.0
773
+ - 0.0
774
+ - 0.0
775
+ - - 0.0
776
+ - 0.0
777
+ - -1.0
778
+ translation:
779
+ - 0.4999999999999999
780
+ - 0.5
781
+ - 0.4999999999999999
782
+ - operation_id: 52
783
+ rotation:
784
+ - - -1.0
785
+ - 0.0
786
+ - 0.0
787
+ - - 0.0
788
+ - -1.0
789
+ - 0.0
790
+ - - 0.0
791
+ - 0.0
792
+ - 1.0
793
+ translation:
794
+ - 0.49999999999999994
795
+ - 0.4999999999999999
796
+ - 0.5
797
+ - operation_id: 53
798
+ rotation:
799
+ - - 1.0
800
+ - 0.0
801
+ - 0.0
802
+ - - 0.0
803
+ - 1.0
804
+ - 0.0
805
+ - - 0.0
806
+ - 0.0
807
+ - -1.0
808
+ translation:
809
+ - 0.5
810
+ - 0.5
811
+ - 0.4999999999999999
812
+ - operation_id: 54
813
+ rotation:
814
+ - - 0.0
815
+ - -1.0
816
+ - 0.0
817
+ - - 1.0
818
+ - 0.0
819
+ - 0.0
820
+ - - 0.0
821
+ - 0.0
822
+ - 1.0
823
+ translation:
824
+ - 0.4999999999999999
825
+ - 0.5
826
+ - 0.5
827
+ - operation_id: 55
828
+ rotation:
829
+ - - 0.0
830
+ - 1.0
831
+ - 0.0
832
+ - - -1.0
833
+ - 0.0
834
+ - 0.0
835
+ - - 0.0
836
+ - 0.0
837
+ - -1.0
838
+ translation:
839
+ - 0.5
840
+ - 0.4999999999999999
841
+ - 0.4999999999999999
842
+ - operation_id: 56
843
+ rotation:
844
+ - - -1.0
845
+ - 0.0
846
+ - 0.0
847
+ - - 0.0
848
+ - 1.0
849
+ - 0.0
850
+ - - 0.0
851
+ - 0.0
852
+ - -1.0
853
+ translation:
854
+ - 0.49999999999999994
855
+ - 0.5
856
+ - 0.4999999999999999
857
+ - operation_id: 57
858
+ rotation:
859
+ - - 1.0
860
+ - 0.0
861
+ - 0.0
862
+ - - 0.0
863
+ - -1.0
864
+ - 0.0
865
+ - - 0.0
866
+ - 0.0
867
+ - 1.0
868
+ translation:
869
+ - 0.5
870
+ - 0.4999999999999999
871
+ - 0.5
872
+ - operation_id: 58
873
+ rotation:
874
+ - - 0.0
875
+ - -1.0
876
+ - 0.0
877
+ - - -1.0
878
+ - 0.0
879
+ - 0.0
880
+ - - 0.0
881
+ - 0.0
882
+ - -1.0
883
+ translation:
884
+ - 0.4999999999999999
885
+ - 0.4999999999999999
886
+ - 0.4999999999999999
887
+ - operation_id: 59
888
+ rotation:
889
+ - - 0.0
890
+ - 1.0
891
+ - 0.0
892
+ - - 1.0
893
+ - 0.0
894
+ - 0.0
895
+ - - 0.0
896
+ - 0.0
897
+ - 1.0
898
+ translation:
899
+ - 0.5
900
+ - 0.5
901
+ - 0.5
902
+ - operation_id: 60
903
+ rotation:
904
+ - - 1.0
905
+ - 0.0
906
+ - 0.0
907
+ - - 0.0
908
+ - -1.0
909
+ - 0.0
910
+ - - 0.0
911
+ - 0.0
912
+ - -1.0
913
+ translation:
914
+ - 0.5
915
+ - 0.4999999999999999
916
+ - 0.4999999999999999
917
+ - operation_id: 61
918
+ rotation:
919
+ - - -1.0
920
+ - 0.0
921
+ - 0.0
922
+ - - 0.0
923
+ - 1.0
924
+ - 0.0
925
+ - - 0.0
926
+ - 0.0
927
+ - 1.0
928
+ translation:
929
+ - 0.49999999999999994
930
+ - 0.5
931
+ - 0.5
932
+ - operation_id: 62
933
+ rotation:
934
+ - - 0.0
935
+ - 1.0
936
+ - 0.0
937
+ - - 1.0
938
+ - 0.0
939
+ - 0.0
940
+ - - 0.0
941
+ - 0.0
942
+ - -1.0
943
+ translation:
944
+ - 0.5
945
+ - 0.5
946
+ - 0.4999999999999999
947
+ - operation_id: 63
948
+ rotation:
949
+ - - 0.0
950
+ - -1.0
951
+ - 0.0
952
+ - - -1.0
953
+ - 0.0
954
+ - 0.0
955
+ - - 0.0
956
+ - 0.0
957
+ - 1.0
958
+ translation:
959
+ - 0.4999999999999999
960
+ - 0.4999999999999999
961
+ - 0.5
962
+ - operation_id: 64
963
+ rotation:
964
+ - - 0.0
965
+ - 1.0
966
+ - 0.0
967
+ - - 0.0
968
+ - 0.0
969
+ - -1.0
970
+ - - -1.0
971
+ - 0.0
972
+ - 0.0
973
+ translation:
974
+ - 0.5
975
+ - 0.4999999999999999
976
+ - 0.4999999999999999
977
+ - operation_id: 65
978
+ rotation:
979
+ - - 0.0
980
+ - -1.0
981
+ - 0.0
982
+ - - 0.0
983
+ - 0.0
984
+ - 1.0
985
+ - - 1.0
986
+ - 0.0
987
+ - 0.0
988
+ translation:
989
+ - 0.4999999999999999
990
+ - 0.5
991
+ - 0.49999999999999994
992
+ - operation_id: 66
993
+ rotation:
994
+ - - -1.0
995
+ - 0.0
996
+ - 0.0
997
+ - - 0.0
998
+ - 0.0
999
+ - -1.0
1000
+ - - 0.0
1001
+ - -1.0
1002
+ - 0.0
1003
+ translation:
1004
+ - 0.49999999999999994
1005
+ - 0.4999999999999999
1006
+ - 0.4999999999999999
1007
+ - operation_id: 67
1008
+ rotation:
1009
+ - - 1.0
1010
+ - 0.0
1011
+ - 0.0
1012
+ - - 0.0
1013
+ - 0.0
1014
+ - 1.0
1015
+ - - 0.0
1016
+ - 1.0
1017
+ - 0.0
1018
+ translation:
1019
+ - 0.5
1020
+ - 0.5
1021
+ - 0.5
1022
+ - operation_id: 68
1023
+ rotation:
1024
+ - - 0.0
1025
+ - -1.0
1026
+ - 0.0
1027
+ - - 0.0
1028
+ - 0.0
1029
+ - -1.0
1030
+ - - 1.0
1031
+ - 0.0
1032
+ - 0.0
1033
+ translation:
1034
+ - 0.4999999999999999
1035
+ - 0.4999999999999999
1036
+ - 0.5
1037
+ - operation_id: 69
1038
+ rotation:
1039
+ - - 0.0
1040
+ - 1.0
1041
+ - 0.0
1042
+ - - 0.0
1043
+ - 0.0
1044
+ - 1.0
1045
+ - - -1.0
1046
+ - 0.0
1047
+ - 0.0
1048
+ translation:
1049
+ - 0.5
1050
+ - 0.5
1051
+ - 0.4999999999999999
1052
+ - operation_id: 70
1053
+ rotation:
1054
+ - - 1.0
1055
+ - 0.0
1056
+ - 0.0
1057
+ - - 0.0
1058
+ - 0.0
1059
+ - -1.0
1060
+ - - 0.0
1061
+ - 1.0
1062
+ - 0.0
1063
+ translation:
1064
+ - 0.5
1065
+ - 0.4999999999999999
1066
+ - 0.5
1067
+ - operation_id: 71
1068
+ rotation:
1069
+ - - -1.0
1070
+ - 0.0
1071
+ - 0.0
1072
+ - - 0.0
1073
+ - 0.0
1074
+ - 1.0
1075
+ - - 0.0
1076
+ - -1.0
1077
+ - 0.0
1078
+ translation:
1079
+ - 0.49999999999999994
1080
+ - 0.5
1081
+ - 0.4999999999999999
1082
+ - operation_id: 72
1083
+ rotation:
1084
+ - - 0.0
1085
+ - 1.0
1086
+ - 0.0
1087
+ - - 0.0
1088
+ - 0.0
1089
+ - 1.0
1090
+ - - 1.0
1091
+ - 0.0
1092
+ - 0.0
1093
+ translation:
1094
+ - 0.5
1095
+ - 0.5
1096
+ - 0.5
1097
+ - operation_id: 73
1098
+ rotation:
1099
+ - - 0.0
1100
+ - -1.0
1101
+ - 0.0
1102
+ - - 0.0
1103
+ - 0.0
1104
+ - -1.0
1105
+ - - -1.0
1106
+ - 0.0
1107
+ - 0.0
1108
+ translation:
1109
+ - 0.4999999999999999
1110
+ - 0.4999999999999999
1111
+ - 0.4999999999999999
1112
+ - operation_id: 74
1113
+ rotation:
1114
+ - - -1.0
1115
+ - 0.0
1116
+ - 0.0
1117
+ - - 0.0
1118
+ - 0.0
1119
+ - 1.0
1120
+ - - 0.0
1121
+ - 1.0
1122
+ - 0.0
1123
+ translation:
1124
+ - 0.49999999999999994
1125
+ - 0.5
1126
+ - 0.5
1127
+ - operation_id: 75
1128
+ rotation:
1129
+ - - 1.0
1130
+ - 0.0
1131
+ - 0.0
1132
+ - - 0.0
1133
+ - 0.0
1134
+ - -1.0
1135
+ - - 0.0
1136
+ - -1.0
1137
+ - 0.0
1138
+ translation:
1139
+ - 0.5
1140
+ - 0.4999999999999999
1141
+ - 0.4999999999999999
1142
+ - operation_id: 76
1143
+ rotation:
1144
+ - - 0.0
1145
+ - -1.0
1146
+ - 0.0
1147
+ - - 0.0
1148
+ - 0.0
1149
+ - 1.0
1150
+ - - -1.0
1151
+ - 0.0
1152
+ - 0.0
1153
+ translation:
1154
+ - 0.4999999999999999
1155
+ - 0.5
1156
+ - 0.4999999999999999
1157
+ - operation_id: 77
1158
+ rotation:
1159
+ - - 0.0
1160
+ - 1.0
1161
+ - 0.0
1162
+ - - 0.0
1163
+ - 0.0
1164
+ - -1.0
1165
+ - - 1.0
1166
+ - 0.0
1167
+ - 0.0
1168
+ translation:
1169
+ - 0.5
1170
+ - 0.4999999999999999
1171
+ - 0.5
1172
+ - operation_id: 78
1173
+ rotation:
1174
+ - - 1.0
1175
+ - 0.0
1176
+ - 0.0
1177
+ - - 0.0
1178
+ - 0.0
1179
+ - 1.0
1180
+ - - 0.0
1181
+ - -1.0
1182
+ - 0.0
1183
+ translation:
1184
+ - 0.5
1185
+ - 0.5
1186
+ - 0.4999999999999999
1187
+ - operation_id: 79
1188
+ rotation:
1189
+ - - -1.0
1190
+ - 0.0
1191
+ - 0.0
1192
+ - - 0.0
1193
+ - 0.0
1194
+ - -1.0
1195
+ - - 0.0
1196
+ - 1.0
1197
+ - 0.0
1198
+ translation:
1199
+ - 0.49999999999999994
1200
+ - 0.4999999999999999
1201
+ - 0.5
1202
+ - operation_id: 80
1203
+ rotation:
1204
+ - - 0.0
1205
+ - 0.0
1206
+ - -1.0
1207
+ - - 1.0
1208
+ - 0.0
1209
+ - 0.0
1210
+ - - 0.0
1211
+ - -1.0
1212
+ - 0.0
1213
+ translation:
1214
+ - 0.4999999999999999
1215
+ - 0.5
1216
+ - 0.4999999999999999
1217
+ - operation_id: 81
1218
+ rotation:
1219
+ - - 0.0
1220
+ - 0.0
1221
+ - 1.0
1222
+ - - -1.0
1223
+ - 0.0
1224
+ - 0.0
1225
+ - - 0.0
1226
+ - 1.0
1227
+ - 0.0
1228
+ translation:
1229
+ - 0.5
1230
+ - 0.4999999999999999
1231
+ - 0.5
1232
+ - operation_id: 82
1233
+ rotation:
1234
+ - - 0.0
1235
+ - 0.0
1236
+ - -1.0
1237
+ - - 0.0
1238
+ - 1.0
1239
+ - 0.0
1240
+ - - 1.0
1241
+ - 0.0
1242
+ - 0.0
1243
+ translation:
1244
+ - 0.4999999999999999
1245
+ - 0.5
1246
+ - 0.49999999999999994
1247
+ - operation_id: 83
1248
+ rotation:
1249
+ - - 0.0
1250
+ - 0.0
1251
+ - 1.0
1252
+ - - 0.0
1253
+ - -1.0
1254
+ - 0.0
1255
+ - - -1.0
1256
+ - 0.0
1257
+ - 0.0
1258
+ translation:
1259
+ - 0.5
1260
+ - 0.4999999999999999
1261
+ - 0.4999999999999999
1262
+ - operation_id: 84
1263
+ rotation:
1264
+ - - 0.0
1265
+ - 0.0
1266
+ - -1.0
1267
+ - - -1.0
1268
+ - 0.0
1269
+ - 0.0
1270
+ - - 0.0
1271
+ - 1.0
1272
+ - 0.0
1273
+ translation:
1274
+ - 0.4999999999999999
1275
+ - 0.4999999999999999
1276
+ - 0.5
1277
+ - operation_id: 85
1278
+ rotation:
1279
+ - - 0.0
1280
+ - 0.0
1281
+ - 1.0
1282
+ - - 1.0
1283
+ - 0.0
1284
+ - 0.0
1285
+ - - 0.0
1286
+ - -1.0
1287
+ - 0.0
1288
+ translation:
1289
+ - 0.5
1290
+ - 0.5
1291
+ - 0.4999999999999999
1292
+ - operation_id: 86
1293
+ rotation:
1294
+ - - 0.0
1295
+ - 0.0
1296
+ - -1.0
1297
+ - - 0.0
1298
+ - -1.0
1299
+ - 0.0
1300
+ - - -1.0
1301
+ - 0.0
1302
+ - 0.0
1303
+ translation:
1304
+ - 0.4999999999999999
1305
+ - 0.4999999999999999
1306
+ - 0.4999999999999999
1307
+ - operation_id: 87
1308
+ rotation:
1309
+ - - 0.0
1310
+ - 0.0
1311
+ - 1.0
1312
+ - - 0.0
1313
+ - 1.0
1314
+ - 0.0
1315
+ - - 1.0
1316
+ - 0.0
1317
+ - 0.0
1318
+ translation:
1319
+ - 0.5
1320
+ - 0.5
1321
+ - 0.5
1322
+ - operation_id: 88
1323
+ rotation:
1324
+ - - 0.0
1325
+ - 0.0
1326
+ - 1.0
1327
+ - - -1.0
1328
+ - 0.0
1329
+ - 0.0
1330
+ - - 0.0
1331
+ - -1.0
1332
+ - 0.0
1333
+ translation:
1334
+ - 0.5
1335
+ - 0.4999999999999999
1336
+ - 0.4999999999999999
1337
+ - operation_id: 89
1338
+ rotation:
1339
+ - - 0.0
1340
+ - 0.0
1341
+ - -1.0
1342
+ - - 1.0
1343
+ - 0.0
1344
+ - 0.0
1345
+ - - 0.0
1346
+ - 1.0
1347
+ - 0.0
1348
+ translation:
1349
+ - 0.4999999999999999
1350
+ - 0.5
1351
+ - 0.5
1352
+ - operation_id: 90
1353
+ rotation:
1354
+ - - 0.0
1355
+ - 0.0
1356
+ - 1.0
1357
+ - - 0.0
1358
+ - -1.0
1359
+ - 0.0
1360
+ - - 1.0
1361
+ - 0.0
1362
+ - 0.0
1363
+ translation:
1364
+ - 0.5
1365
+ - 0.4999999999999999
1366
+ - 0.5
1367
+ - operation_id: 91
1368
+ rotation:
1369
+ - - 0.0
1370
+ - 0.0
1371
+ - -1.0
1372
+ - - 0.0
1373
+ - 1.0
1374
+ - 0.0
1375
+ - - -1.0
1376
+ - 0.0
1377
+ - 0.0
1378
+ translation:
1379
+ - 0.4999999999999999
1380
+ - 0.5
1381
+ - 0.4999999999999999
1382
+ - operation_id: 92
1383
+ rotation:
1384
+ - - 0.0
1385
+ - 0.0
1386
+ - 1.0
1387
+ - - 1.0
1388
+ - 0.0
1389
+ - 0.0
1390
+ - - 0.0
1391
+ - 1.0
1392
+ - 0.0
1393
+ translation:
1394
+ - 0.5
1395
+ - 0.5
1396
+ - 0.5
1397
+ - operation_id: 93
1398
+ rotation:
1399
+ - - 0.0
1400
+ - 0.0
1401
+ - -1.0
1402
+ - - -1.0
1403
+ - 0.0
1404
+ - 0.0
1405
+ - - 0.0
1406
+ - -1.0
1407
+ - 0.0
1408
+ translation:
1409
+ - 0.4999999999999999
1410
+ - 0.4999999999999999
1411
+ - 0.4999999999999999
1412
+ - operation_id: 94
1413
+ rotation:
1414
+ - - 0.0
1415
+ - 0.0
1416
+ - 1.0
1417
+ - - 0.0
1418
+ - 1.0
1419
+ - 0.0
1420
+ - - -1.0
1421
+ - 0.0
1422
+ - 0.0
1423
+ translation:
1424
+ - 0.5
1425
+ - 0.5
1426
+ - 0.4999999999999999
1427
+ - operation_id: 95
1428
+ rotation:
1429
+ - - 0.0
1430
+ - 0.0
1431
+ - -1.0
1432
+ - - 0.0
1433
+ - -1.0
1434
+ - 0.0
1435
+ - - 1.0
1436
+ - 0.0
1437
+ - 0.0
1438
+ translation:
1439
+ - 0.4999999999999999
1440
+ - 0.4999999999999999
1441
+ - 0.5