QM per trajectory timestep info Note that each timestep can contain multiple wavefunctions. More...
#include <molfile_plugin.h>
Public Attributes | |
| int * | charge_types |
| type of each charge set | |
| double * | charges |
| per-atom charges | |
| float * | gradient |
| force on each atom (=gradient of energy) | |
| double * | scfenergies |
| energies from the SCF cycles | |
| molfile_qm_wavefunction_t * | wave |
| array of wavefunction objects | |
QM per trajectory timestep info Note that each timestep can contain multiple wavefunctions.
| int* PLMD::molfile::molfile_qm_timestep_t::charge_types |
type of each charge set
| double* PLMD::molfile::molfile_qm_timestep_t::charges |
per-atom charges
| float* PLMD::molfile::molfile_qm_timestep_t::gradient |
force on each atom (=gradient of energy)
| double* PLMD::molfile::molfile_qm_timestep_t::scfenergies |
energies from the SCF cycles
| molfile_qm_wavefunction_t* PLMD::molfile::molfile_qm_timestep_t::wave |
array of wavefunction objects
Hosted by GitHub
|
1.17.0
|