-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect site symmetry symbol for some Wyckoff sites #295
Comments
And some more: {
150: {
"f": ".2.",
"e": ".2."},
152: {
"a": ".2.",
"b": ".2."},
154: {
"a": ".2.",
"b": ".2."},
155: {
"e": ".2",
"d": ".2"},
164: {
"g": ".2.",
"h": ".2."},
165: {
"f": ".2."},
166: {
"f": ".2",
"g": ".2"},
167: {
"e": ".2"
},
177: {
"j": ".2.",
"k": ".2."},
178: {
"a": ".2."
},
179: {
"a": ".2."
},
180: {
"g": ".2.",
"h": ".2."},
181: {
"g": ".2.",
"h": ".2."},
182: {
"g": ".2."},
190: {
"g": ".2."},
191: {
"o": ".m."},
192: {
"j": ".2."},
194: {
"i": ".2.",
"k": ".m."}
} |
This is related to the interpretation of site symmetry class. Needs to look it again. |
@kazeevn I think this bug has been fixed after my commits today. Can you try to run the updated code from the master branch with more examples? I will close this issue after getting a green light from you. |
I found the problem by discovering that some Wyckoff positions with the same symmetry had different multiplicity, this is no longer that case: check_site_symmetry.py.gz, the problem is fixed as far as I can tell. Thank you! |
Hello!
pyXtal reports that Wyckoff sites f and e in group 150 have site symmetry
1
. International Tables for Crystallography (2016). Vol. A, ch. 2.3, Space group 150. lists site symmetry as.2.
; another source.Version: latest commit e086219
The text was updated successfully, but these errors were encountered: