Skip to content

Commit 3297cd1

Browse files
Update openmm_md/plain_md.ipynb
Co-authored-by: Irfan Alibay <[email protected]>
1 parent a53aa7c commit 3297cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmm_md/plain_md.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
"settings = PlainMDProtocol.default_settings()\n",
147147
"settings.simulation_settings.equilibration_length_nvt = 0.01 * unit.nanosecond # setting the nvt equilibration length to 10 ps\n",
148148
"settings.simulation_settings.equilibration_length = 0.01 * unit.nanosecond # setting the npt equilibration length to 10 ps\n",
149+
"# Setting the production length and checkpoint interval to 20 ps to match the trajectory write interval, so one frame will be written\n",
149150
"settings.simulation_settings.production_length = 0.02 * unit.nanosecond # setting the npt production length to 20 ps\n",
150151
"settings.output_settings.checkpoint_interval = 0.02 * unit.nanosecond # setting the checkpoint interval to 20 ps\n",
151152
"settings.engine_settings.compute_platform = 'CPU' # running the simulation on the cpu"

0 commit comments

Comments
 (0)