You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example mimics what happens in PDFgui. diffpy.Structure has no direct facility for space-group based crystal representation, therefore loadStructure expands the CIF to P1. The user then works with such expanded structure and can constrain it with either the CIF space group or with a lower-symmetry supergroup to allow more distortions in the model.
The second reason is that diffpy.Structure has a bit clunky API for getting the CIF space group. A better option for refining CIF structure with CIF space group is to use pyobjcryst.loadCrystal instead of loadStructure. pyobjcryst has SG-based representation so the space group would be then applied in the refinement by default.
In this example why is the space group not pulled from the cif file?
The text was updated successfully, but these errors were encountered: