-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding Symprec Widget #85
Conversation
@@ -439,18 +439,24 @@ def get_builder_from_protocol( | |||
if structure.pbc == (True, False, False): | |||
builder.phonopy_bands_dict = Dict( | |||
dict={ | |||
"symmetry_tolerance": 1e-3, | |||
"symmetry_tolerance": overrides["symmetry"]["symprec"], |
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.
Hi @AndresOrtegaGuerrero , do we really need to update the symprec here? is it not sufficient to do builder_harmonic.phonon.symmetry = overrides["symmetry"]
?
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 phonopy calculation is different , since is part of the three independent phonopy calculations to obtain the bands, pdos, and thermal properties
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.
right, I was not taking into account this. Thanks!
Pending: Discussion , Tests