-
Notifications
You must be signed in to change notification settings - Fork 864
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
Fix branch directory check in io.vasp.outputs.get_band_structure_from_vasp_multiple_branches
#4061
base: master
Are you sure you want to change the base?
Fix branch directory check in io.vasp.outputs.get_band_structure_from_vasp_multiple_branches
#4061
Conversation
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.
that was super fast! thanks a lot @DanielYang59, esp. for the new unit test! 👍
…ielYang59/pymatgen into fix-multi-branch-band-struct
|
||
class TestGetBandStructureFromVaspMultipleBranches: | ||
def test_read_multi_branches(self): | ||
"""TODO: use real multi-branch bandstructure calculation.""" |
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.
I would mark this as ready for review but I have to leave this TODO tag here because I have no experience with multi-branch bandstructure calculation. This may not be a real world calculation as the vasprun.xml
is the same for all branches.
Summary
io.vasp.outputs.get_band_structure_from_vasp_multiple_branches
, to fix get_band_structure_from_vasp_multiple_branches #4060