Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

g_clustsize(1) [debian man page]

g_clustsize(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c				    g_clustsize(1)

NAME
g_clustsize - calculate size distributions of atomic clusters VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_clustsize -f traj.xtc -s topol.tpr -n index.ndx -o csize.xpm -ow csizew.xpm -nc nclust.xvg -mc maxclust.xvg -ac avclust.xvg -hc histo-clust.xvg -temp temp.xvg -mcn maxclust.ndx -[no]h -[no]version -nice int -b time -e time -dt time -tu enum -[no]w -xvg enum -cut real -[no]mol -[no]pbc -nskip int -nlevels int -ndf int -rgblo vector -rgbhi vector DESCRIPTION
This program computes the size distributions of molecular/atomic clusters in the gas phase. The output is given in the form of an .xpm file. The total number of clusters is written to an .xvg file. When the -mol option is given clusters will be made out of molecules rather than atoms, which allows clustering of large molecules. In this case an index file would still contain atom numbers or your calculation will die with a SEGV. When velocities are present in your trajectory, the temperature of the largest cluster will be printed in a separate .xvg file assuming that the particles are free to move. If you are using constraints, please correct the temperature. For instance water simulated with SHAKE or SETTLE will yield a temperature that is 1.5 times too low. You can compensate for this with the -ndf option. Remember to take the removal of center of mass motion into account. The -mc option will produce an index file containing the atom numbers of the largest cluster. FILES
-f traj.xtc Input Trajectory: xtc trr trj gro g96 pdb cpt -s topol.tpr Input, Opt. Portable xdr run input file -n index.ndx Input, Opt. Index file -o csize.xpm Output X PixMap compatible matrix file -ow csizew.xpm Output X PixMap compatible matrix file -nc nclust.xvg Output xvgr/xmgr file -mc maxclust.xvg Output xvgr/xmgr file -ac avclust.xvg Output xvgr/xmgr file -hc histo-clust.xvg Output xvgr/xmgr file -temp temp.xvg Output, Opt. xvgr/xmgr file -mcn maxclust.ndx Output, Opt. Index file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -b time 0 First frame (ps) to read from trajectory -e time 0 Last frame (ps) to read from trajectory -dt time 0 Only use frame when t MOD dt = first time (ps) -tu enum ps Time unit: fs, ps, ns, us, ms or s -[no]wno View output .xvg, .xpm, .eps and .pdb files -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -cut real 0.35 Largest distance (nm) to be considered in a cluster -[no]molno Cluster molecules rather than atoms (needs .tpr file) -[no]pbcyes Use periodic boundary conditions -nskip int 0 Number of frames to skip between writing -nlevels int 20 Number of levels of grey in .xpm output -ndf int -1 Number of degrees of freedom of the entire system for temperature calculation. If not set, the number of atoms times three is used. -rgblo vector 1 1 0 RGB values for the color of the lowest occupied cluster size -rgbhi vector 0 0 1 RGB values for the color of the highest occupied cluster size SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_clustsize(1)

Check Out this Related Man Page

g_bond(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					 g_bond(1)

NAME
g_bond - calculates distances between atoms VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_bond -f traj.xtc -n index.ndx -s topol.tpr -o bonds.xvg -l bonds.log -d distance.xvg -[no]h -[no]version -nice int -b time -e time -dt time -[no]w -xvg enum -blen real -tol real -[no]aver -[no]averdist DESCRIPTION
g_bond makes a distribution of bond lengths. If all is well a Gaussian distribution should be made when using a harmonic potential. Bonds are read from a single group in the index file in order i1-j1 i2-j2 through in-jn. -tol gives the half-width of the distribution as a fraction of the bondlength ( -blen). That means, for a bond of 0.2 a tol of 0.1 gives a distribution from 0.18 to 0.22. Option -d plots all the distances as a function of time. This requires a structure file for the atom and residue names in the output. If however the option -averdist is given (as well or separately) the average bond length is plotted instead. FILES
-f traj.xtc Input Trajectory: xtc trr trj gro g96 pdb cpt -n index.ndx Input Index file -s topol.tpr Input, Opt. Structure+mass(db): tpr tpb tpa gro g96 pdb -o bonds.xvg Output xvgr/xmgr file -l bonds.log Output, Opt. Log file -d distance.xvg Output, Opt. xvgr/xmgr file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -b time 0 First frame (ps) to read from trajectory -e time 0 Last frame (ps) to read from trajectory -dt time 0 Only use frame when t MOD dt = first time (ps) -[no]wno View output .xvg, .xpm, .eps and .pdb files -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -blen real -1 Bond length. By default length of first bond -tol real 0.1 Half width of distribution as fraction of blen -[no]averyes Average bond length distributions -[no]averdistyes Average distances (turns on -d) KNOWN PROBLEMS
- It should be possible to get bond information from the topology. SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_bond(1)
Man Page