Skip to content

Commit 877062e

Browse files
committed
Update OUTCAR docstring
1 parent a7a71a7 commit 877062e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/pymatgen/io/vasp/outputs.py

+2
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,8 @@ class Outcar:
18621862
Attributes:
18631863
magnetization (tuple): Magnetization on each ion as a tuple of dict, e.g.
18641864
({"d": 0.0, "p": 0.003, "s": 0.002, "tot": 0.005}, ... )
1865+
orbital_moment (tuple): Orbital moments on each ion as a tuple of dict, e.g.,
1866+
({"d": 0.109, "p": -0.001, "tot": 0.108}, ... )
18651867
chemical_shielding (dict): Chemical shielding on each ion as a dictionary with core and valence contributions.
18661868
unsym_cs_tensor (list): Unsymmetrized chemical shielding tensor matrixes on each ion as a list.
18671869
e.g. [[[sigma11, sigma12, sigma13], [sigma21, sigma22, sigma23], [sigma31, sigma32, sigma33]], ...]

0 commit comments

Comments
 (0)