Commit 876b999
authored
Clean up
* 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 errorio.vasp.outputs.Outcar docstring (materialsproject#4160)1 parent bd36001 commit 876b999
File tree
10 files changed
+419
-335
lines changed- src/pymatgen
- analysis
- core
- electronic_structure
- entries
- io
- pwmat
- vasp
- transformations
- vis
10 files changed
+419
-335
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
| 919 | + | |
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
872 | | - | |
873 | | - | |
| 872 | + | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
| 792 | + | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
0 commit comments