#include <molfile_plugin.h>
Public Attributes | |
int | nproc |
int | memory |
int | runtype |
int | scftype |
int | status |
int | num_electrons |
int | totalcharge |
int | num_occupied_A |
int | num_occupied_B |
double * | nuc_charge |
char | basis_string [MOLFILE_BUFSIZ] |
char | runtitle [MOLFILE_BIGBUFSIZ] |
char | geometry [MOLFILE_BUFSIZ] |
char | version_string [MOLFILE_BUFSIZ] |
Definition at line 397 of file molfile_plugin.h.
|
basis name as "nice" string. Definition at line 411 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
type of provided geometry, XXX: remove? e.g. UNIQUE, ZMT, CART, ... Definition at line 413 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
amount of memory used in Mbyte. Definition at line 399 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
number of processors used. Definition at line 398 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
array(natom) containing the nuclear charge of atom i Definition at line 409 of file molfile_plugin.h. |
|
number of electrons. XXX: can be fractional in some DFT codes Definition at line 404 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, read_molden_rundata, read_orca_rundata, and read_qcschema_rundata. |
|
number of occupied alpha orbitals Definition at line 406 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
number of occupied beta orbitals Definition at line 407 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
title of run. Definition at line 412 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
flag indicating the calculation method. Definition at line 400 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, read_orca_rundata, and read_qcschema_rundata. |
|
SCF type: RHF, UHF, ROHF, GVB or MCSCF wfn. Definition at line 401 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |
|
indicates wether SCF and geometry optimization have converged properly. Definition at line 402 of file molfile_plugin.h. Referenced by read_gamess_rundata, and read_orca_rundata. |
|
total charge of system. XXX: can be fractional in some DFT codes Definition at line 405 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, read_molden_rundata, read_orca_rundata, and read_qcschema_rundata. |
|
QM code version information. Definition at line 415 of file molfile_plugin.h. Referenced by read_cpmdlog_rundata, read_gamess_rundata, read_gaussian_rundata, and read_orca_rundata. |