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

Adding Symprec Widget #85

Merged
merged 7 commits into from
Sep 23, 2024
Merged

Adding Symprec Widget #85

merged 7 commits into from
Sep 23, 2024

Conversation

AndresOrtegaGuerrero
Copy link
Collaborator

Pending: Discussion , Tests

@@ -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"],
Copy link
Owner

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"]?

Copy link
Collaborator Author

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

Copy link
Owner

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!

@AndresOrtegaGuerrero AndresOrtegaGuerrero merged commit 9881c23 into main Sep 23, 2024
2 checks passed
@AndresOrtegaGuerrero AndresOrtegaGuerrero deleted the symmetry_control_widget branch September 23, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants