.TH g_nmeig 1 "Mon 4 Apr 2011" "" "GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c" .SH NAME g_nmeig - diagonalizes the Hessian .B VERSION 4.5.4-dev-20110404-bc5695c .SH SYNOPSIS \f3g_nmeig\fP .BI "\-f" " hessian.mtx " .BI "\-s" " topol.tpr " .BI "\-of" " eigenfreq.xvg " .BI "\-ol" " eigenval.xvg " .BI "\-qc" " quant_corr.xvg " .BI "\-v" " eigenvec.trr " .BI "\-[no]h" "" .BI "\-[no]version" "" .BI "\-nice" " int " .BI "\-xvg" " enum " .BI "\-[no]m" "" .BI "\-first" " int " .BI "\-last" " int " .BI "\-T" " real " .BI "\-[no]constr" "" .SH DESCRIPTION \&\fB g_nmeig\fR calculates the eigenvectors/values of a (Hessian) matrix, \&which can be calculated with \fB mdrun\fR. \&The eigenvectors are written to a trajectory file (\fB \-v\fR). \&The structure is written first with t=0. The eigenvectors \&are written as frames with the eigenvector number as timestamp. \&The eigenvectors can be analyzed with \fB g_anaeig\fR. \&An ensemble of structures can be generated from the eigenvectors with \&\fB g_nmens\fR. When mass weighting is used, the generated eigenvectors \&will be scaled back to plain Cartesian coordinates before generating the \&output. In this case, they will no longer be exactly orthogonal in the \&standard Cartesian norm, but in the mass\-weighted norm they would be. \&This program can be optionally used to compute quantum corrections to heat capacity \&and enthalpy by providing an extra file argument \fB \-qcorr\fR. See the GROMACS \&manual, Chapter 1, for details. The result includes subtracting a harmonic \°ree of freedom at the given temperature. \&The total correction is printed on the terminal screen. \&The recommended way of getting the corrections out is: \&\fB g_nmeig \-s topol.tpr \-f nm.mtx \-first 7 \-last 10000 \-T 300 \-qc [\-constr]\fR \&The \fB \-constr\fR option should be used when bond constraints were used during the \&simulation \fB for all the covalent bonds\fR. If this is not the case, \&you need to analyze the \fB quant_corr.xvg\fR file yourself. \&To make things more flexible, the program can also take virtual sites into account \&when computing quantum corrections. When selecting \fB \-constr\fR and \&\fB \-qc\fR, the \fB \-begin\fR and \fB \-end\fR options will be set automatically as well. \&Again, if you think you know it better, please check the \fB eigenfreq.xvg\fR \&output. .SH FILES .BI "\-f" " hessian.mtx" .B Input Hessian matrix .BI "\-s" " topol.tpr" .B Input Run input file: tpr tpb tpa .BI "\-of" " eigenfreq.xvg" .B Output xvgr/xmgr file .BI "\-ol" " eigenval.xvg" .B Output xvgr/xmgr file .BI "\-qc" " quant_corr.xvg" .B Output, Opt. xvgr/xmgr file .BI "\-v" " eigenvec.trr" .B Output Full precision trajectory: trr trj cpt .SH OTHER OPTIONS .BI "\-[no]h" "no " Print help info and quit .BI "\-[no]version" "no " Print version info and quit .BI "\-nice" " int" " 19" Set the nicelevel .BI "\-xvg" " enum" " xmgrace" xvg plot formatting: \fB xmgrace\fR, \fB xmgr\fR or \fB none\fR .BI "\-[no]m" "yes " Divide elements of Hessian by product of sqrt(mass) of involved atoms prior to diagonalization. This should be used for 'Normal Modes' analysis .BI "\-first" " int" " 1" First eigenvector to write away .BI "\-last" " int" " 50" Last eigenvector to write away .BI "\-T" " real" " 298.15" Temperature for computing quantum heat capacity and enthalpy when using normal mode calculations to correct classical simulations .BI "\-[no]constr" "no " If constraints were used in the simulation but not in the normal mode analysis (this is the recommended way of doing it) you will need to set this for computing the quantum corrections. .SH SEE ALSO .BR gromacs(7) More information about \fBGROMACS\fR is available at <\fIhttp://www.gromacs.org/\fR>.