| NAME
PLOT – Write solute coordinates and connection table to a history file in Protein Data Bank Format (PDB). |
| SYNOPSIS
PLOT fplot OPEN filename PLOT FRAGMENT fplot OPEN filename PLOT ALCHEMY fplot OPEN filename PLOT CENTER fplot OPEN filename PLOT STEER fplot OPEN filename PLOT STEER_ANALYTIC fplot OPEN filename PLOT STEER_TEMPERATURE fplot OPEN filename |
| DESCRIPTION
It writes a history formatted file containing the coordinates of selected part of the solute (and) the solvent coordinates. The dumping frequency in fs is fplot. |
| EXAMPLES
PLOT 10.0 OPEN test.pdb Write coordinates of the backbone atoms of the solute in PDB format every 10 fs to file test.pdb PLOT CENTER 10.0 OPEN test.pdb Write coordinates of all atoms of the system in PDB format every 10 fs to file test.pdb. Identical to ASCII_OUTBOX(&INOUT) PLOT FRAGMENT 10.0 OPEN test.xyz Write coordinates of a fragment of the solute (in xyz format) selected according the DEF_FRAGMENT (&PROPERTIES) directive every 10 fs to file test.xyz. The fragment is defined as follows: &PROPERTIES .... DEF_FRAGMENT 1 38 ... &ENDThe file test.xyz can be animated using the XMOL public domain molecular graphics program.
This defines a fragment consisting of the first 38 atoms
of the solute. The numeral order of the atoms corresponds to that specified
in the topology file (Sec. 10.3).
|