-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SmallStructure: add symop_xyz and determine_spacegroup_from()
In chemical CIF files, the space group name might be less reliable than using symmetry operations from _space_group_symop_operation_xyz or _symmetry_equiv_pos_as_xyz. Calling determine_spacegroup_from("xn") tries to determine SG from the operations first; if it's not there, H-M name is used; The argument can be "n" or "x" or "xn" or "nx". n = spacegroup H-M name, x = list of xyz symmetry operation This is a tentative and backward compatible API. It may change. It's not documented yet. for #308
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters