Skip to content

Commit

Permalink
Update 00-simple_nve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm authored and fishjojo committed Jan 23, 2024
1 parent da4b305 commit 12c9c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/md/00-simple_nve.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# or for 50 a.u.
myintegrator = pyscf.md.NVE(myscanner,
dt=5,
steps=10,
steps=100,
data_output="BOMD.md.data",
trajectory_output="BOMD.md.xyz").run()

Expand Down

0 comments on commit 12c9c43

Please sign in to comment.