-
Notifications
You must be signed in to change notification settings - Fork 876
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix:
io.pwscf.PWInput.from_str()
(#3931)
* Bugfix: `io.pwscf.PWInput.from_str()` Fixes wrong parsing of: - Namelist options ending with comma (`,`) - `ATOMIC_SPECIES` and `ATOMIC_POSITIONS` cards for structures with oxidation states * Additional fix in regexp - Must only have one of either + or - in oxidation states, not one of both --------- Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 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
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