You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes incompatibilities introduced into previous releases of vasppy (post 0.4.0.12) that changed the internal data structures for k-point and band data, and the API for interacting with these.
Takes advantage of new vasppy.Procar.from_file() and vasppy.Procar.from_files() methods, in particular to allow reading of multiple PROCAR files as a single dataset.
Passes additional keyword arguments to vasppy.Procar.from_file() to take advantage of e.g. selecting only zero-weighted k-points.