#include <molfile_plugin.h>
Public Attributes | |
unsigned int | count |
unsigned int | avg_bytes_per_timestep |
int | has_gradient |
int | num_scfiter |
int | num_orbitals_per_wavef [MOLFILE_MAXWAVEPERTS] |
int | has_orben_per_wavef [MOLFILE_MAXWAVEPERTS] |
int | has_occup_per_wavef [MOLFILE_MAXWAVEPERTS] |
int | num_wavef |
int | wavef_size |
int | num_charge_sets |
Definition at line 532 of file molfile_plugin.h.
|
bytes per timestep Definition at line 534 of file molfile_plugin.h. |
|
total # timesteps; -1 if unknown Definition at line 533 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
if timestep contains gradient Definition at line 535 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
orbital occupancy flags Definition at line 539 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
orbital energy flags Definition at line 538 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
# of charge values per atom Definition at line 543 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
# orbitals for each wavefunction Definition at line 537 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
# scf iterations for this ts Definition at line 536 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
# wavefunctions in this ts Definition at line 540 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |
|
size of one wavefunction (# of gaussian basis fctns) Definition at line 541 of file molfile_plugin.h. Referenced by read_qm_timestep_metadata. |