Skip to content

Commit

Permalink
Update OUTCAR docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oashour committed Sep 21, 2024
1 parent a7a71a7 commit 877062e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymatgen/io/vasp/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,8 @@ class Outcar:
Attributes:
magnetization (tuple): Magnetization on each ion as a tuple of dict, e.g.
({"d": 0.0, "p": 0.003, "s": 0.002, "tot": 0.005}, ... )
orbital_moment (tuple): Orbital moments on each ion as a tuple of dict, e.g.,
({"d": 0.109, "p": -0.001, "tot": 0.108}, ... )
chemical_shielding (dict): Chemical shielding on each ion as a dictionary with core and valence contributions.
unsym_cs_tensor (list): Unsymmetrized chemical shielding tensor matrixes on each ion as a list.
e.g. [[[sigma11, sigma12, sigma13], [sigma21, sigma22, sigma23], [sigma31, sigma32, sigma33]], ...]
Expand Down

0 comments on commit 877062e

Please sign in to comment.