Skip to content

Commit

Permalink
keep non-imperative
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Aug 5, 2024
1 parent 2378f85 commit 0ffeac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymatgen/io/vasp/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def from_dict(cls, dct: dict) -> Self:
def set_temperature(self, temperature: float) -> None:
"""
Initialize the velocities based on Maxwell-Boltzmann distribution.
Remove linear, but not angular drift (same as VASP).
Removes linear, but not angular drift (same as VASP).
Scale the energies to the exact temperature (microcanonical ensemble)
Velocities are given in A/fs. This is the VASP default when
Expand Down

0 comments on commit 0ffeac4

Please sign in to comment.