#include <molfile_plugin.h>
Public Attributes | |
| double * | carthessian |
| int * | imag_modes |
| double * | inthessian |
| float * | wavenumbers |
| float * | intensities |
| float * | normalmodes |
A noteworthy comment from one of Axel's emails: The molfile_qm_hessian_t, I'd rename to molfile_hessian_t (one can do vibrational analysis without QM) and would make this a completely separate entity. This could then be also used to read in data from, say, principal component analysis or normal mode analysis and VMD could contain code to either project a trajectory on the contained eigenvectors or animate them and so on. There is a bunch of possible applications...
Definition at line 452 of file molfile_plugin.h.
|
|
hessian matrix in cartesian coordinates (ncart)*(ncart) as a single array of doubles (row(1), ...,row(natoms)) Definition at line 453 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
|
list(nimag) of imaginary modes Definition at line 455 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
|
array(ncart) of intensities of normal modes Definition at line 460 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
|
hessian matrix in internal coordinates (nintcoords*nintcoords) as a single array of doubles (row(1), ...,row(nintcoords)) Definition at line 456 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
|
matrix(ncart*ncart) of normal modes Definition at line 461 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
|
array(ncart) of wavenumbers of normal modes Definition at line 459 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002