Skip to content
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

Issue with symmetry and 1/3, 2/3 #72

Open
paulsaxe opened this issue Dec 5, 2023 · 0 comments
Open

Issue with symmetry and 1/3, 2/3 #72

paulsaxe opened this issue Dec 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@paulsaxe
Copy link
Collaborator

paulsaxe commented Dec 5, 2023

  • molsystem version: 2023.11.5
  • Python version: 3.11
  • Operating System: MacOS

Description

It appears that there is a problem with symmetry in CIF files with 3-fold symmetry and atoms on the sites with fixed coordinates of 1/3 or 2/3. The CIF files encode these with a truncated decimal value, like 0.3333 and 0.6667. The truncation seems to cause problems with the symmetry operators resulting in duplicate atoms close to each other. The problem seems to be that 2/3 - 1/3 = 0.6667 - 0.3333 = 0.3334 which is not 1/3.

What I Did

Try to use CSD ABANUN ... and got a structure with too many atoms

@paulsaxe paulsaxe added the bug Something isn't working label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant