Skip to content

Commit

Permalink
fixed docstring for md ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
bowen-bd committed Mar 1, 2024
1 parent 2fb442d commit 3719f70
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 @@ -439,7 +439,7 @@ def __init__(
model (CHGNet): instance of a CHGNet model or CHGNetCalculator.
If set to None, the pretrained CHGNet is loaded.
Default = None
ensemble (str): choose from 'nve', 'nvt', 'npt', 'npt_berendsen'
ensemble (str): choose from 'nve', 'nvt', 'npt'
Default = "nvt"
thermostat (str): Thermostat to use
choose from "Nose-Hoover", "Berendsen", "Berendsen_inhomogeneous"
Expand Down

0 comments on commit 3719f70

Please sign in to comment.