-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/MDAnalysis/imd-workshop-2024
- Loading branch information
Showing
16 changed files
with
211,282 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# NAMD config file for step | ||
|
||
### run specific parameters | ||
structure T3_MNN.psf | ||
coordinates T3_MNN.pdb | ||
outputName 150mV-2 | ||
XSTfile 150mV-2.xst | ||
|
||
# set up cell size or bincoordinates and extended system | ||
bincoordinates 150mV.restart.coor | ||
binvelocities 150mV.restart.vel | ||
extendedSystem 150mV.restart.xsc # average the dimension of last 5ns pf NPT | ||
|
||
# procedure to get the first time step for the new simulation | ||
# from the old simulation whether it be a completed sim or one | ||
# to be restarted | ||
|
||
constraints on | ||
consKCol B | ||
consref restraint_Xray_T3_MNN.pdb # CA of protein | ||
consKFile restraint_Xray_T3_MNN.pdb | ||
|
||
#temperature controll | ||
langevin on | ||
langevinTemp 295 | ||
langevinFile LANGEVIN_Xray_T3_MNN.pdb #heavy atoms of lipid | ||
langevinCol B | ||
|
||
|
||
switching on | ||
switchDist 10 | ||
cutoff 12 | ||
pairlistdist 13.5 | ||
|
||
### common parameters | ||
binaryOutput yes | ||
binaryRestart yes | ||
|
||
parameters par_all36m_prot.prm | ||
parameters par_all36_lipid.prm | ||
parameters par_all36_na.prm | ||
parameters toppar_water_ions.str | ||
|
||
|
||
rigidBonds all | ||
rigidTolerance 1.0e-8 | ||
|
||
paraTypeCharmm on | ||
wrapAll yes | ||
wrapNearest yes | ||
COMmotion no | ||
|
||
outputEnergies 1 | ||
outputTiming 2400 | ||
xstFreq 2400 | ||
dcdFreq 2400 | ||
restartFreq 2400 | ||
|
||
timestep 2 | ||
nonBondedFreq 1 | ||
fullElectFrequency 2 | ||
|
||
|
||
# usePMECUDA on | ||
# SOAintegrate on | ||
# CUDASOAintegrate on | ||
# bondedCUDA 255 | ||
|
||
stepsPerCycle 400 | ||
pairListsPerCycle 40 | ||
#margin 8 | ||
|
||
|
||
Pme on | ||
PmeGridSpacing 1.0 | ||
|
||
exclude scaled1-4 | ||
1-4scaling 1 | ||
|
||
|
||
set zlength 83.125715709 | ||
#z dimension of box size | ||
set voltage 0.15 | ||
### electric field | ||
eFieldOn on | ||
eField 0.0 0.0 [expr 23.06054917 * $voltage / $zlength] | ||
|
||
# IMD parameters | ||
|
||
# standard IMD parameters | ||
# IMDon streaming -- on or off | ||
IMDon yes | ||
# IMDport -- port number to listen on | ||
IMDport 9918 | ||
# IMDfreq -- frequency to send data | ||
IMDfreq 1 | ||
# IMDwait -- wait for client to connect before starting simulation | ||
IMDwait on | ||
|
||
# IMD version -- 2 for VMD and 3 for latest protocol | ||
IMDversion 3 | ||
# IMD session info settings | ||
# IMDsendPositions -- sending positions of entire system | ||
IMDsendPositions yes | ||
# IMDsendEnergies -- sending energies and bonded, non-bonded and other contributions | ||
IMDsendEnergies yes | ||
# IMDsendTime -- sending time information (time, dt, step) | ||
IMDsendTime yes | ||
# IMDsendBoxDimensions -- sending box dimensions (lattice vectors a, b, c) | ||
# If box dimensions are not defined, default unit box is sent | ||
IMDsendBoxDimensions yes | ||
# IMDsendVelocities -- sending velocities of entire system | ||
IMDsendVelocities yes | ||
# IMDsendForces -- sending forces on all atoms | ||
IMDsendForces yes | ||
# IMDwrapPositions -- wrapping positions to box; applicable when IMDsendPositions is yes | ||
IMDwrapPositions yes | ||
|
||
run 144000000 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# NAMD extended system configuration restart file | ||
#$LABELS step a_x a_y a_z b_x b_y b_z c_x c_y c_z o_x o_y o_z | ||
144000000 65.9159773737 0 0 0 65.9159773737 0 0 0 83.125715709 0 0 0 |
37,687 changes: 37,687 additions & 0 deletions
37,687
namd-demos/exec-files/LANGEVIN_Xray_T3_MNN.pdb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.