Skip to content

Commit 5cc8536

Browse files
committed
Samll updates: Change MD engine input
1 parent 1cab662 commit 5cc8536

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

workshop/sample_simulation/GROMACS/input/input-streaming.mdp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ comm_grps = SOLU SOLV
4141
IMD-group = System
4242
IMD-version = 3
4343
IMD-nst = 10
44-
IMD-time = No
44+
IMD-time = Yes
4545
IMD-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
5050
IMD-energies = No

workshop/sample_simulation/LAMMPS/input/input-streaming.inp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4444
thermo 5000
4545
thermo_style custom step time temp press pe ke etotal evdwl ecoul elong ebond eangle edihed eimp vol

workshop/sample_simulation/NAMD/input/input-streaming.inp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ IMDsendPositions yes
158158
# IMDsendEnergies -- sending energies and bonded, non-bonded and other contributions
159159
IMDsendEnergies 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
173173
numsteps 500000; # run stops when this step is reached

0 commit comments

Comments
 (0)