From 9eaf45d680a70e2aa9416fe5139a1c5222cd80ab Mon Sep 17 00:00:00 2001 From: BowenD-UCB <84425382+BowenD-UCB@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:17:48 -0700 Subject: [PATCH] fixed doc strings --- chgnet/model/dynamics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chgnet/model/dynamics.py b/chgnet/model/dynamics.py index 2348a050..afbca9ed 100644 --- a/chgnet/model/dynamics.py +++ b/chgnet/model/dynamics.py @@ -381,7 +381,7 @@ def __init__( Default = "nvt" thermostat (str): Thermostat to use choose from "Nose-Hoover", "Berendsen", "Berendsen_inhomogeneous" - Default = "Nose-Hoover" + Default = "Berendsen_inhomogeneous" temperature (float): temperature for MD simulation, in K Default = 300 starting_temperature (float): starting temperature of MD simulation, in K