-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug when parsing PROCAR with spin polarsation (#32)
* Fix a bug when parsing PROCAR with spin polarsation The list of parsed kpoints should only be upated after parsing is completed, otherwise the second set of spin down projections is completely skipped. * PROCAR normalisation to be on by default To make it more consistent * Add missing PROCAR files * Some small tidy up * Remove unused kidx_internal * Small fix for parsed kpoints handling (so it skips a repeated kpoint in the _same_ PROCAR, if in the same (spin) section) * Update tests (revert to previous numbers with fix, and explicitly test expected normalisation behaviour) * Small fix for k-weighting (though rarely used) and add test --------- Co-authored-by: Sean Kavanagh <s.kavanagh19@imperial.ac.uk>
- Loading branch information
Showing
6 changed files
with
18,766 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ POTCAR | |
*.check | ||
*.cst_esp | ||
KPOINTS | ||
PROCAR | ||
*.json | ||
*.DS_Store | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.