We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8113b commit f996c72Copy full SHA for f996c72
pymatgen/io/validation/common.py
@@ -115,6 +115,7 @@ class LightOutcar(BaseModel):
115
116
117
class LightElectronicStep(BaseModel):
118
+ """Lightweight representation of electronic step data from VASP."""
119
120
e_0_energy: float | None = None
121
e_fr_energy: float | None = None
@@ -123,6 +124,7 @@ class LightElectronicStep(BaseModel):
123
124
125
126
class LightIonicStep(BaseModel):
127
+ """Lightweight representation of ionic step data from VASP."""
128
129
130
0 commit comments