forked from materialsproject/pymatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up
io.vasp.outputs.Outcar
docstring (materialsproject#4160)
* improve docstring * relocate private parser method and as_dict * tweak class docstring * NEED CONFIRM: deprecate read_pattern, rename to _parse_pattern * update available readers * micro_pyawk doc clean up * schedule debug arg for removal * remove umask that is doing nothing * the docstring must be incorrect, tuple is not mutable * unpack tuple for readability * fix return type * use is to check None * Revert "NEED CONFIRM: deprecate read_pattern, rename to _parse_pattern" This reverts commit 6b80819. * relocate read_pattern * add type, use is to check None * enhance type * getattr default as False instead of None when using as condition * DEBUG: to be reverted, comment out isotope check * Revert "DEBUG: to be reverted, comment out isotope check" This reverts commit 4363d1b. * add test for make_symmetric_matrix_from_upper_tri * add shape require * simplify implementation * add tabledata type alias * revert unrelated changes * type and comment clean up * avoid np.array as type in docstring * clean up read_electrostatic_potential and read_freq_dielectric * fix a lot of NMR CS parser * more types * more type * fix the rest * finish read_igpar * fix mypy error
- Loading branch information
1 parent
bd36001
commit 876b999
Showing
10 changed files
with
419 additions
and
335 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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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