Skip to content

Commit 53cbabd

Browse files
committed
Update OUTCAR docstring
1 parent b8a3f66 commit 53cbabd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymatgen/io/vasp/outputs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,8 @@ class Outcar:
15721572
Attributes:
15731573
magnetization (tuple): Magnetization on each ion as a tuple of dict, e.g.,
15741574
({"d": 0.0, "p": 0.003, "s": 0.002, "tot": 0.005}, ... )
1575+
orbital_moment (tuple): Orbital moments on each ion as a tuple of dict, e.g.,
1576+
({"d": 0.109, "p": -0.001, "tot": 0.108}, ... )
15751577
chemical_shielding (dict): Chemical shielding on each ion as a dictionary with core and valence contributions.
15761578
unsym_cs_tensor (list): Unsymmetrized chemical shielding tensor matrixes on each ion as a list.
15771579
e.g., [[[sigma11, sigma12, sigma13], [sigma21, sigma22, sigma23], [sigma31, sigma32, sigma33]], ...]

0 commit comments

Comments
 (0)