File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
workshop/sample_simulation Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ comm_grps = SOLU SOLV
4141IMD-group = System
4242IMD-version = 3
4343IMD-nst = 10
44- IMD-time = No
44+ IMD-time = Yes
4545IMD-coords = Yes
46- IMD-vels = No
47- IMD-forces = No
48- IMD-box = No
49- IMD-unwrap = No
46+ IMD-vels = Yes
47+ IMD-forces = Yes
48+ IMD-box = Yes
49+ IMD-unwrap = Yes
5050IMD-energies = No
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fix mom all momentum 100 linear 1 1 1
3939## IMD settings (version 3, port 8890, trate 10 = send every 10 steps)
4040## https://docs.lammps.org/fix_imd.html
4141## Note: trate is transmission rate (send data every N steps)
42- fix 3 all imd 8890 trate 10 version 3 unwrap off nowait on fscale 1.0
42+ fix 3 all imd 8890 trate 10 version 3 unwrap on time on box on coordinates on velocities on forces on nowait on fscale 1.0
4343
4444thermo 5000
4545thermo_style custom step time temp press pe ke etotal evdwl ecoul elong ebond eangle edihed eimp vol
Original file line number Diff line number Diff line change @@ -158,16 +158,16 @@ IMDsendPositions yes
158158# IMDsendEnergies -- sending energies and bonded, non-bonded and other contributions
159159IMDsendEnergies no
160160# IMDsendTime -- sending time information (time, dt, step)
161- IMDsendTime no
161+ IMDsendTime yes
162162# IMDsendBoxDimensions -- sending box dimensions (lattice vectors a, b, c)
163163# If box dimensions are not defined, default unit box is sent
164- IMDsendBoxDimensions no
164+ IMDsendBoxDimensions yes
165165# IMDsendVelocities -- sending velocities of entire system
166- IMDsendVelocities no
166+ IMDsendVelocities yes
167167# IMDsendForces -- sending forces on all atoms
168- IMDsendForces no
168+ IMDsendForces yes
169169# IMDwrapPositions -- wrapping positions to box; applicable when IMDsendPositions is yes
170- IMDwrapPositions yes
170+ IMDwrapPositions no
171171
172172# run
173173numsteps 500000; # run stops when this step is reached
You can’t perform that action at this time.
0 commit comments