Skip to content

Commit

Permalink
fixed doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bowen-bd committed Oct 30, 2023
1 parent b90b44a commit 9eaf45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chgnet/model/dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eaf45d

Please sign in to comment.