From 0ffeac4be4ee0375450e967d2b8b7ea52506a37d Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Mon, 5 Aug 2024 23:56:49 +0800 Subject: [PATCH] keep non-imperative --- src/pymatgen/io/vasp/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymatgen/io/vasp/inputs.py b/src/pymatgen/io/vasp/inputs.py index dccad2f7017..9875b1616e1 100644 --- a/src/pymatgen/io/vasp/inputs.py +++ b/src/pymatgen/io/vasp/inputs.py @@ -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