Next: CORREL Command Manipulations, Previous: Correlations on Normal Modes, Up: Correlation Functions
In this section, we describe what time series can be calculated for use by the correlation functions.
{ ATOM atom-correl-spec } { BOND bond-correl-spec } { ANGLE angle-correl-spec } { TORSION torsion-correl-spec } { IMPROPER improper-torsion-correl-spec } { VECTOR vector-correl-spec } { SCP/VEC vector-correl-spec } correlation-spec ::= { CRS/SCP/VEC vector-correl-spec } { SCP/ATM atom-correl-spec } { CRS/SCP/ATM vector-correl-spec } { FLCT/ATM atom-correl-spec } { SCP/FLCT/ATM atom-correl-spec } { CRS/SCP/FLCT/ATM vector-correl-spec } { RSQ/ATM atom-correl-spec } { GYRATION real } { DENSITY real } { MODE } { TEMP }
The correlation-spec option is required. This option specifies the property for which the time dependence is sought. The program determines whether the correlation function requested is auto or cross correlation. When a colon appears in the middle of correlation-spec, the program assumes that a cross correlation has been requested between the quantities on either side of the colon. (In special cases like SCP/ATM, SCP/VEC, SCP/FLCT/ATM, which are auto correlation quantities, a colon may be needed .)
The options in correlation-spec are the same for both coordinates and velocities . Those options that are exclusive to coordinates (c) or velocities (v) are thus noted. The Time series is determined for one (auto) or two (cross) quantities desired. If more than one quantity is specified, then the average of those quantities are determined as the time series. For example,
ATOM A 1 CA ! auto correlation for first alpha carbon ATOM A 1 CA : A 2 CA ! cross correlation between first and second ! alpha carbons. ATOM A 1 CA : A 1 CB $ - A 2 CA : A 2 CB $ ! cross correlation between the average of ! alpha carbons in residues 1 and 2 and the ! average of beta carbons in residues 1 and 2.
The options are listed below with the property they represent.
The following are the syntax of the specifications used above.
atom-correl-spec ::= repeat(atom-spec [: atom-spec] del) bond-correl-spec ::= repeat(atom-spec - atom-spec [: atom-spec - atom-spec] del) angle-correl-spec ::= repeat(atom-spec - atom-spec - atom-spec [: atom-spec - atom-spec - atom-spec ] del) torsion-correl-spec ::= repeat(atom-spec - atom-spec - atom-spec - atom-spec [: atom-spec - atom-spec - atom-spec - atom-spec ] del) vector-correl-spec ::= repeat(atom-spec - atom-spec [: atom-spec - atom-spec] del) atom-spec ::= [segid] [resid] [iupac]
NOTE: The unnamed parts of an atom-spec default to those used previously in the individual correlation specification.