Skip to content

Commit 4c0db06

Browse files
committed
add taut option to commandline
1 parent f1028e5 commit 4c0db06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mattersim/cli/mattersim_app.py

+6
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ def add_moldyn_args(parser: argparse.ArgumentParser):
268268
default="md.traj",
269269
help="Path to the trajectory file.",
270270
)
271+
parser.add_argument(
272+
"--taut",
273+
type=float,
274+
default=None,
275+
help="Taut in femtoseconds. It is used for the Nose-Hoover thermostat.",
276+
)
271277

272278

273279
def parse_atoms_list(

0 commit comments

Comments
 (0)