updated FindCUDA to version from cmake 2.8.1 for CUDA 2.3 support
[gromacs/rigid-bodies.git] / man / man1 / g_velacc.1
blob5851ca7731e596b688e59c1c24a8c29f5d63e895
1 .TH g_velacc 1 "Thu 16 Oct 2008"
2 .SH NAME
3 g_velacc - calculates velocity autocorrelation functions
5 .B VERSION 4.0
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 "-nice" " int "
14 .BI "-b" " time "
15 .BI "-e" " time "
16 .BI "-dt" " time "
17 .BI "-[no]w" ""
18 .BI "-[no]xvgr" ""
19 .BI "-[no]m" ""
20 .BI "-[no]mol" ""
21 .BI "-acflen" " int "
22 .BI "-[no]normalize" ""
23 .BI "-P" " enum "
24 .BI "-fitfn" " enum "
25 .BI "-ncskip" " int "
26 .BI "-beginfit" " real "
27 .BI "-endfit" " real "
28 .SH DESCRIPTION
29 g_velacc computes the velocity autocorrelation function.
30 When the 
31 .B -m
32 option is used, the momentum autocorrelation
33 function is calculated.
36 With option 
37 .B -mol
38 the velocity autocorrelation function of
39 molecules is calculated. In this case the index group should consist
40 of molecule numbers instead of atom numbers.
41 .SH FILES
42 .BI "-f" " traj.trr" 
43 .B Input
44  Full precision trajectory: trr trj cpt 
46 .BI "-s" " topol.tpr" 
47 .B Input, Opt.
48  Structure+mass(db): tpr tpb tpa gro g96 pdb 
50 .BI "-n" " index.ndx" 
51 .B Input, Opt.
52  Index file 
54 .BI "-o" " vac.xvg" 
55 .B Output
56  xvgr/xmgr file 
58 .SH OTHER OPTIONS
59 .BI "-[no]h"  "no    "
60  Print help 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 xvg, xpm, eps and pdb files
77 .BI "-[no]xvgr"  "yes   "
78  Add specific codes (legends etc.) in the output xvg files for the xmgrace program
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): 
94 .B 0
95
96 .B 1
97
98 .B 2
99 or 
100 .B 3
103 .BI "-fitfn"  " enum" " none" 
104  Fit function: 
105 .B none
107 .B exp
109 .B aexp
111 .B exp_exp
113 .B vac
115 .B exp5
117 .B exp7
118 or 
119 .B exp9
122 .BI "-ncskip"  " int" " 0" 
123  Skip N points in the output file of correlation functions
125 .BI "-beginfit"  " real" " 0     " 
126  Time where to begin the exponential fit of the correlation function
128 .BI "-endfit"  " real" " -1    " 
129  Time where to end the exponential fit of the correlation function, -1 is till the end