-
Notifications
You must be signed in to change notification settings - Fork 83
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
PhCalculation
: add symmetry related exit codes
#1017
Changes from 1 commit
0003a3b
83375c9
addb8eb
3c1f982
071fd3a
10a88e4
aa456ff
3ce5821
29a6b12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Unchanged files with check annotations Beta
hubbard_structure = HubbardStructureData.from_structure(structure) | ||
if is_intersite_hubbard(orig_structure.hubbard): | ||
raise NotImplementedError('Intersite Hubbard parameters are not yet supported.') | ||
Check failure on line 49 in src/aiida_quantumespresso/calculations/functions/seekpath_structure_analysis.py
|
||
for parameter in orig_structure.hubbard.parameters: | ||
hubbard_structure.initialize_onsites_hubbard( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too please ^^