Skip to content

Commit f996c72

Browse files
docstr
1 parent 1d8113b commit f996c72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymatgen/io/validation/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class LightOutcar(BaseModel):
115115

116116

117117
class LightElectronicStep(BaseModel):
118+
"""Lightweight representation of electronic step data from VASP."""
118119

119120
e_0_energy: float | None = None
120121
e_fr_energy: float | None = None
@@ -123,6 +124,7 @@ class LightElectronicStep(BaseModel):
123124

124125

125126
class LightIonicStep(BaseModel):
127+
"""Lightweight representation of ionic step data from VASP."""
126128

127129
e_0_energy: float | None = None
128130
e_fr_energy: float | None = None

0 commit comments

Comments
 (0)