Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Dec 4, 2024
2 parents 09036fa + efa285c commit fa08b99
Show file tree
Hide file tree
Showing 16 changed files with 211,282 additions and 0 deletions.
164 changes: 164 additions & 0 deletions namd-demos/distances/distance-demo.ipynb

Large diffs are not rendered by default.

3,049 changes: 3,049 additions & 0 deletions namd-demos/distances/imdreader.log

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions namd-demos/exec-files/150mV-2.conf
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 added namd-demos/exec-files/150mV.restart.coor
Binary file not shown.
Binary file added namd-demos/exec-files/150mV.restart.vel
Binary file not shown.
3 changes: 3 additions & 0 deletions namd-demos/exec-files/150mV.restart.xsc
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 namd-demos/exec-files/LANGEVIN_Xray_T3_MNN.pdb

Large diffs are not rendered by default.

37,687 changes: 37,687 additions & 0 deletions namd-demos/exec-files/T3_MNN.pdb

Large diffs are not rendered by default.

88,820 changes: 88,820 additions & 0 deletions namd-demos/exec-files/T3_MNN.psf

Large diffs are not rendered by default.

Loading

0 comments on commit fa08b99

Please sign in to comment.