New entry
[gromacs/rigid-bodies.git] / man / man1 / g_velacc.1
blob6a25e5280c67ffc1a45d547961e3daae4a3124aa
1 .TH g_velacc 1 "Mon 4 Apr 2011" "" "GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c"
2 .SH NAME
3 g_velacc - calculates velocity autocorrelation functions
5 .B VERSION 4.5.4-dev-20110404-bc5695c
6 .SH SYNOPSIS
7 \f3g_velacc\fP
8 .BI "\-f" " traj.trr "
9 .BI "\-s" " topol.tpr "
10 .BI "\-n" " index.ndx "
11 .BI "\-o" " vac.xvg "
12 .BI "\-[no]h" ""
13 .BI "\-[no]version" ""
14 .BI "\-nice" " int "
15 .BI "\-b" " time "
16 .BI "\-e" " time "
17 .BI "\-dt" " time "
18 .BI "\-[no]w" ""
19 .BI "\-xvg" " enum "
20 .BI "\-[no]m" ""
21 .BI "\-[no]mol" ""
22 .BI "\-acflen" " int "
23 .BI "\-[no]normalize" ""
24 .BI "\-P" " enum "
25 .BI "\-fitfn" " enum "
26 .BI "\-ncskip" " int "
27 .BI "\-beginfit" " real "
28 .BI "\-endfit" " real "
29 .SH DESCRIPTION
30 \&\fB g_velacc\fR computes the velocity autocorrelation function.
31 \&When the \fB \-m\fR option is used, the momentum autocorrelation
32 \&function is calculated.
35 \&With option \fB \-mol\fR the velocity autocorrelation function of
36 \&molecules is calculated. In this case the index group should consist
37 \&of molecule numbers instead of atom numbers.
38 .SH FILES
39 .BI "\-f" " traj.trr" 
40 .B Input
41  Full precision trajectory: trr trj cpt 
43 .BI "\-s" " topol.tpr" 
44 .B Input, Opt.
45  Structure+mass(db): tpr tpb tpa gro g96 pdb 
47 .BI "\-n" " index.ndx" 
48 .B Input, Opt.
49  Index file 
51 .BI "\-o" " vac.xvg" 
52 .B Output
53  xvgr/xmgr file 
55 .SH OTHER OPTIONS
56 .BI "\-[no]h"  "no    "
57  Print help info and quit
59 .BI "\-[no]version"  "no    "
60  Print version info and quit
62 .BI "\-nice"  " int" " 19" 
63  Set the nicelevel
65 .BI "\-b"  " time" " 0     " 
66  First frame (ps) to read from trajectory
68 .BI "\-e"  " time" " 0     " 
69  Last frame (ps) to read from trajectory
71 .BI "\-dt"  " time" " 0     " 
72  Only use frame when t MOD dt = first time (ps)
74 .BI "\-[no]w"  "no    "
75  View output \fB .xvg\fR, \fB .xpm\fR, \fB .eps\fR and \fB .pdb\fR files
77 .BI "\-xvg"  " enum" " xmgrace" 
78  xvg plot formatting: \fB xmgrace\fR, \fB xmgr\fR or \fB none\fR
80 .BI "\-[no]m"  "no    "
81  Calculate the momentum autocorrelation function
83 .BI "\-[no]mol"  "no    "
84  Calculate the velocity acf of molecules
86 .BI "\-acflen"  " int" " \-1" 
87  Length of the ACF, default is half the number of frames
89 .BI "\-[no]normalize"  "yes   "
90  Normalize ACF
92 .BI "\-P"  " enum" " 0" 
93  Order of Legendre polynomial for ACF (0 indicates none): \fB 0\fR, \fB 1\fR, \fB 2\fR or \fB 3\fR
95 .BI "\-fitfn"  " enum" " none" 
96  Fit function: \fB none\fR, \fB exp\fR, \fB aexp\fR, \fB exp_exp\fR, \fB vac\fR, \fB exp5\fR, \fB exp7\fR, \fB exp9\fR or \fB erffit\fR
98 .BI "\-ncskip"  " int" " 0" 
99  Skip N points in the output file of correlation functions
101 .BI "\-beginfit"  " real" " 0     " 
102  Time where to begin the exponential fit of the correlation function
104 .BI "\-endfit"  " real" " \-1    " 
105  Time where to end the exponential fit of the correlation function, \-1 is until the end
107 .SH SEE ALSO
108 .BR gromacs(7)
110 More information about \fBGROMACS\fR is available at <\fIhttp://www.gromacs.org/\fR>.