Next: AMBER force field parameters
Up: Input and Output Files
Previous: File formats
Contents
Index
Subsections
NAMD configuration parameters
- coordinates
coordinate PDB file
Acceptable Values: UNIX filename
Description: The PDB file containing initial position coordinate data.
Note that path names can be either absolute or relative.
Only one value may be specified.
- structure
PSF file
Acceptable Values: UNIX filename
Description: The X-PLOR format PSF file describing the molecular
system to be simulated.
Only one value may be specified.
- parameters
parameter file
Acceptable Values: UNIX filename
Description: A CHARMM19, CHARMM22, or CHARMM27 parameter file that defines all or part
of the parameters necessary for the molecular system to be simulated.
At least one parameter file must be specified for each simulation.
Multiple definitions (but only one file per definition)
are allowed for systems that require more than one parameter file.
The files will be read
in the order that they appear in the configuration file. If duplicate
parameters are read, a warning message is printed and the last
parameter value read is used. Thus, the order that files are read
can be important in cases where duplicate values appear in
separate files.
- paraTypeXplor
Is the parameter file in X-PLOR format?
Acceptable Values: on or off
Default Value: on
Description: Specifies whether or not the parameter file(s) are in X-PLOR format.
X-PLOR format is the default for parameter files!
Caveat: The PSF file should be also constructed with X-PLOR in
case of an X-PLOR parameter file because X-PLOR stores information
about the multiplicity of dihedrals in the PSF file. See the X-PLOR
manual for details.
- paraTypeCharmm
Is the parameter file in CHARMM format?
Acceptable Values: on or off
Default Value: off
Description: Specifies whether or not the parameter file(s) are in CHARMM format.
X-PLOR format is the default for parameter files!
Caveat: The information about multiplicity of dihedrals will be
obtained directly from the parameter file, and the full multiplicity
will be used (same behavior as in CHARMM). If the PSF file originates
from X-PLOR, consecutive multiple entries for the same dihedral
(indicating the dihedral multiplicity for X-PLOR) will be ignored.
- velocities
velocity PDB file
Acceptable Values: UNIX filename
Description: The PDB file containing the initial velocities for all
atoms in the simulation.
This is typically a restart file or final velocity file written
by NAMD during a previous simulation.
Either the temperature
or the velocities/binvelocities
option must be defined to determine an initial set of velocities.
Both options cannot be used together.
- binvelocities
binary velocity file
Acceptable Values: UNIX filename
Description: The binary file containing initial velocities for all
atoms in the simulation.
A binary velocity file is created as output from NAMD
by activating the binaryrestart or binaryoutput options.
The binvelocities option should be used as
an alternative to velocities.
Either the temperature
or the velocities/binvelocities
option must be defined to determine an initial set of velocities.
Both options cannot be used together.
- bincoordinates
binary coordinate restart file
Acceptable Values: UNIX filename
Description:
The binary restart file containing initial position
coordinate data.
A binary coordinate restart file is created as output from NAMD
by activating the binaryrestart or binaryoutput options.
Note that, in the current implementation at least,
the bincoordinates option must be used in addition
to the coordinates option,
but the positions specified by coordinates will then be ignored.
- cwd
default directory
Acceptable Values: UNIX directory name
Description: The default directory for input and output files.
If a value is given, all filenames that
do not begin with a / are assumed to be in this directory.
For example, if cwd is set to /scr, then a
filename of outfile would be modified to /scr/outfile
while a filename of /tmp/outfile would remain unchanged.
If no value for cwd is specified, than all filenames are
left unchanged but are assumed to be relative to the directory
which contains the configuration file given on the command line.
- outputname
output file prefix
Acceptable Values: UNIX filename prefix
Description: At the end of every simulation, NAMD writes two files, one
containing the final coordinates and another containing
the final velocities of all atoms in the simulation.
This option specifies the file prefix for these two files as
well as the default prefix for trajectory and restart files.
The position coordinates will be saved to a file named as this prefix
with .coor appended.
The velocities will be saved to a file
named as this prefix with .vel appended.
For example,
if the prefix specified using this option was /tmp/output,
then the two files
would be /tmp/output.coor and /tmp/output.vel.
- binaryoutput
use binary output files?
Acceptable Values: yes or no
Default Value: yes
Description:
Enables the use of binary output files.
If this option is not set to no, then the final output files
will be written in binary rather than PDB format.
Binary files preserve more accuracy between NAMD restarts
than ASCII PDB files,
but the binary files are not guaranteed to be transportable
between computer architectures. (The atom count record is used
to detect wrong-endian files, which works for most atom counts.
The utility program flipbinpdb is provided
to reformat these files if necessary.)
- restartname
restart files prefix
Acceptable Values: UNIX filename prefix
Default Value: outputname.restart
Description:
The prefix to use for restart filenames.
NAMD produces restart files
that store the current positions and velocities of all
atoms at some step of the simulation.
This option specifies the prefix to use for restart
files in the same way that outputname
specifies a filename prefix for the final
positions and velocities.
If restartname is defined then
the parameter restartfreq must also be defined.
- restartfreq
frequency of restart file generation
Acceptable Values: positive integer
Description:
The number of timesteps between the generation of restart files.
- restartsave
use timestep in restart filenames?
Acceptable Values: yes or no
Default Value: no
Description:
Appends the current timestep to the restart filename prefix, producing
a sequence of restart files rather than only the last version written.
- binaryrestart
use binary restart files?
Acceptable Values: yes or no
Default Value: yes
Description:
Enables the use of binary restart files.
If this option is not set to no, then the restart files
will be written in binary rather than PDB format.
Binary files preserve more accuracy between NAMD restarts
than ASCII PDB files,
but the binary files are not guaranteed to be transportable
between computer architectures. (The atom count record is used
to detect wrong-endian files, which works for most atom counts.
The utility program flipbinpdb is provided
to reformat these files if necessary.)
- DCDfile
coordinate trajectory output file
Acceptable Values: UNIX filename
Default Value: outputname.dcd
Description:
The binary DCD position coordinate trajectory filename.
This file stores the trajectory of all atom position coordinates
using the same format (binary DCD) as X-PLOR.
If DCDfile is defined, then DCDfreq must also be defined.
- DCDfreq
timesteps between writing coordinates to trajectory file
Acceptable Values: positive integer
Description:
The number of timesteps between the writing of position coordinates
to the trajectory file.
The initial positions will not be included in the trajectory file.
Positions in DCD files are stored in Å.
- DCDUnitCell
write unit cell data to dcd file?
Acceptable Values: yes or no
Default Value: yes if periodic cell
Description:
If this option is set to yes, then DCD files will contain unit
cell information in the style of Charmm DCD files.
By default this option is enabled if the simulation cell is periodic
in all three dimensions and disabled otherwise.
- velDCDfile
velocity trajectory output file
Acceptable Values: UNIX filename
Default Value: outputname.veldcd
Description:
The binary DCD velocity trajectory filename.
This file stores the trajectory of
all atom velocities using the same format (binary DCD) as X-PLOR.
If velDCDfile is defined, then velDCDfreq must also
be defined.
- velDCDfreq
timesteps between writing velocities to trajectory file
Acceptable Values: positive integer
Description:
The number of timesteps between the writing of
velocities to the trajectory file.
The initial velocities will not be included in the trajectory file.
Velocities in DCD files are stored in NAMD internal
units and must be multiplied by PDBVELFACTOR=20.45482706
to convert to Å/ps.
- forceDCDfile
force trajectory output file
Acceptable Values: UNIX filename
Default Value: outputname.forcedcd
Description:
The binary DCD force trajectory filename.
This file stores the trajectory of
all atom forces using the same format (binary DCD) as X-PLOR.
If forceDCDfile is defined, then forceDCDfreq must also
be defined.
- forceDCDfreq
timesteps between writing force to trajectory file
Acceptable Values: positive integer
Description:
The number of timesteps between the writing of
forces to the trajectory file.
The initial forces will not be included in the trajectory file.
Forces in DCD files are stored in kcal/mol/Å.
In the current implementation only those forces that are
evaluated during the timestep that a frame is written are
included in that frame. This is different from the behavior
of TclForces and is likely to change based on user feedback.
For this reason it is strongly recommended that forceDCDfreq
be a multiple of fullElectFrequency.
NAMD logs a variety of summary information to standard output.
The standard units used by NAMD are
Angstroms for length, kcal/mol for energy,
Kelvin for temperature, and bar for pressure.
Wallclock or CPU times are given in seconds unless otherwise noted.
BOUNDARY energy is from spherical boundary conditions and harmonic restraints,
while MISC energy is from external electric fields and various steering forces.
TOTAL is the sum of the various potential energies, and the KINETIC energy.
TOTAL2 uses a slightly different kinetic energy that is better conserved
during equilibration in a constant energy ensemble.
TOTAL3 is another variation with much smaller short-time fluctuations that
is also adjusted to have the same running average as TOTAL2.
Defects in constant energy simulations are much easier to spot in TOTAL3
than in TOTAL or TOTAL2.
PRESSURE is the pressure calculated based on individual atoms, while
GPRESSURE incorporates hydrogen atoms into the heavier atoms to which
they are bonded, producing smaller fluctuations.
The TEMPAVG, PRESSAVG, and GPRESSAVG are the average of temperature and
pressure values since the previous ENERGY output; for the first step
in the simulation they will be identical to TEMP, PRESSURE, and GPRESSURE.
Next: AMBER force field parameters
Up: Input and Output Files
Previous: File formats
Contents
Index
http://www.ks.uiuc.edu/Research/namd/