File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 146
146
" settings = PlainMDProtocol.default_settings()\n " ,
147
147
" settings.simulation_settings.equilibration_length_nvt = 0.01 * unit.nanosecond # setting the nvt equilibration length to 10 ps\n " ,
148
148
" 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 " ,
149
150
" settings.simulation_settings.production_length = 0.02 * unit.nanosecond # setting the npt production length to 20 ps\n " ,
150
151
" settings.output_settings.checkpoint_interval = 0.02 * unit.nanosecond # setting the checkpoint interval to 20 ps\n " ,
151
152
" settings.engine_settings.compute_platform = 'CPU' # running the simulation on the cpu"
You can’t perform that action at this time.
0 commit comments