Skip to content

Commit 1b429b9

Browse files
committed
Added extra Space Group synonyms for P2221 and P21212 non-std settings
1 parent 101f49f commit 1b429b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

mxcubecore/model/crystal_symmetry.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,16 @@
207207
),
208208
SpaceGroupInfo(number=16, name="P222", crystal_class="222P", synonyms=("P 2 2 2",)),
209209
SpaceGroupInfo(
210-
number=17, name="P2221", crystal_class="222P", synonyms=("P 2 2 21",)
210+
number=17,
211+
name="P2221",
212+
crystal_class="222P",
213+
synonyms=("P 2 2 21", 'P2212', 'P 2 21 2', 'P2122', 'P 21 2 2')
211214
),
212215
SpaceGroupInfo(
213-
number=18, name="P21212", crystal_class="222P", synonyms=("P 21 21 2",)
216+
number=18,
217+
name="P21212",
218+
crystal_class="222P",
219+
synonyms=("P 21 21 2",'P21221', 'P 21 2 21', 'P22121', 'P 2 21 21')
214220
),
215221
SpaceGroupInfo(
216222
number=19, name="P212121", crystal_class="222P", synonyms=("P 21 21 21",)

0 commit comments

Comments
 (0)