Skip to content

Commit

Permalink
fix typo in docstring (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 authored Sep 6, 2024
1 parent 5e208f4 commit 2cbffd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pymatgen/io/lobster/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class Cohpcar:
energies (Sequence[float]): Sequence of energies in eV. Note that LOBSTER
shifts the energies so that the Fermi level is at zero.
is_spin_polarized (bool): True if the calculation is spin polarized.
orb_cohp (dict[str, Dict[str, Dict[str, Any]]]): The orbital-resolved COHPs of the form:
orb_cohp[label] = {bond_data["orb_label"]: {
orb_res_cohp (dict[str, Dict[str, Dict[str, Any]]]): The orbital-resolved COHPs of the form:
orb_res_cohp[label] = {bond_data["orb_label"]: {
"COHP": {Spin.up: cohps, Spin.down:cohps},
"ICOHP": {Spin.up: icohps, Spin.down: icohps},
"orbitals": orbitals,
Expand Down

0 comments on commit 2cbffd9

Please sign in to comment.