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

SPECIAL_K still misses some cases #46

Open
blokhin opened this issue Sep 23, 2020 · 3 comments
Open

SPECIAL_K still misses some cases #46

blokhin opened this issue Sep 23, 2020 · 3 comments

Comments

@blokhin
Copy link
Member

blokhin commented Sep 23, 2020

Already discussed in #30 but not resolved.

  File "/usr/local/lib/python3.7/dist-packages/aiida_crystal_dft/utils/kpoints.py", line 179, in construct_kpoints_path
    special_k = {v: k for k, v in get_special_kpoints(sg_symbol, sg_number).items()}
  File "/usr/local/lib/python3.7/dist-packages/aiida_crystal_dft/utils/kpoints.py", line 125, in get_special_kpoints
    return SPECIAL_K[(lattice, symbol[0])]
KeyError: ('orthorhombic', 'A')

Similar: KeyError: ('orthorhombic', 'C')

@blokhin
Copy link
Member Author

blokhin commented Sep 23, 2020

Also, an origin of SPECIAL_K should be stated.

blokhin added a commit that referenced this issue Sep 23, 2020
@blokhin
Copy link
Member Author

blokhin commented Sep 23, 2020

What is even more strange, this case is yielded by fort.34 of a cubic SrTiO3/221/cP5 at /data/aiida/repository/node/5d/51/a8d7-1f38-40a6-b7d1-733cd1ff0256/path/ at the aiida-rev-3 server

@blokhin
Copy link
Member Author

blokhin commented Aug 15, 2022

@ansobolev should this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant