Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up io.vasp.outputs.Outcar docstring #4160

Merged
merged 44 commits into from
Jan 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
869b006
improve docstring
DanielYang59 Nov 9, 2024
02cc814
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 9, 2024
ea1f268
relocate private parser method and as_dict
DanielYang59 Nov 9, 2024
0184d9c
tweak class docstring
DanielYang59 Nov 9, 2024
6b80819
NEED CONFIRM: deprecate read_pattern, rename to _parse_pattern
DanielYang59 Nov 9, 2024
b87517e
update available readers
DanielYang59 Nov 9, 2024
6b18437
micro_pyawk doc clean up
DanielYang59 Nov 9, 2024
f3dc1e1
schedule debug arg for removal
DanielYang59 Nov 9, 2024
5164beb
remove umask that is doing nothing
DanielYang59 Nov 9, 2024
de4af27
the docstring must be incorrect, tuple is not mutable
DanielYang59 Nov 9, 2024
6bd1c32
unpack tuple for readability
DanielYang59 Nov 9, 2024
1a18fa5
fix return type
DanielYang59 Nov 9, 2024
32a554a
use is to check None
DanielYang59 Nov 9, 2024
e058c33
Revert "NEED CONFIRM: deprecate read_pattern, rename to _parse_pattern"
DanielYang59 Nov 9, 2024
c7fab4b
relocate read_pattern
DanielYang59 Nov 9, 2024
875d957
add type, use is to check None
DanielYang59 Nov 12, 2024
726c7da
enhance type
DanielYang59 Nov 12, 2024
ad6b43d
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 13, 2024
70324f1
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 14, 2024
cc06af5
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 16, 2024
ba61df4
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 16, 2024
3903e35
getattr default as False instead of None when using as condition
DanielYang59 Nov 17, 2024
44a895f
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 18, 2024
81974c2
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Nov 19, 2024
4363d1b
DEBUG: to be reverted, comment out isotope check
DanielYang59 Nov 21, 2024
21256af
Revert "DEBUG: to be reverted, comment out isotope check"
DanielYang59 Nov 21, 2024
f2ffec4
add test for make_symmetric_matrix_from_upper_tri
DanielYang59 Nov 22, 2024
65902f4
add shape require
DanielYang59 Nov 22, 2024
f2c3252
simplify implementation
DanielYang59 Nov 22, 2024
b24ee35
add tabledata type alias
DanielYang59 Nov 23, 2024
86620d5
revert unrelated changes
DanielYang59 Nov 23, 2024
c0eba68
type and comment clean up
DanielYang59 Nov 23, 2024
90e9dbf
avoid np.array as type in docstring
DanielYang59 Nov 23, 2024
a1a5cfd
clean up read_electrostatic_potential and read_freq_dielectric
DanielYang59 Nov 23, 2024
2e90e45
fix a lot of NMR CS parser
DanielYang59 Nov 23, 2024
49cb8e1
more types
DanielYang59 Nov 23, 2024
dadb5a7
more type
DanielYang59 Nov 23, 2024
e9856ca
fix the rest
DanielYang59 Nov 23, 2024
d11aedf
finish read_igpar
DanielYang59 Nov 23, 2024
1daed65
fix mypy error
DanielYang59 Nov 23, 2024
4ec5cff
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Dec 11, 2024
ae13265
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Jan 1, 2025
a5504ee
Merge remote-tracking branch 'upstream/master' into outcar-parse-nbands
DanielYang59 Jan 10, 2025
cffa06e
Merge branch 'master' into outcar-parse-nbands
DanielYang59 Jan 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
type and comment clean up
  • Loading branch information
DanielYang59 committed Nov 23, 2024
commit c0eba68f7b8adf3cd21e325507186f7a326bdd74
Loading
Loading