#include <fchkreader.h>
|
enum class | LineLabel {
Unknown
, NumElectrons
, SCFEnergy
, AtomicNumbers
,
NuclearCharges
, AtomicPositions
, NumBasisFunctions
, NumAlpha
,
NumBeta
, AlphaMO
, BetaMO
, AlphaMOEnergies
,
BetaMOEnergies
, ShellToAtomMap
, PrimitiveExponents
, ContractionCoefficients
,
SPContractionCoefficients
, ShellCoordinates
, PrimitivesPerShell
, NumShells
,
NumPrimitiveShells
, ShellTypes
, SCFDensity
, MP2Density
,
PureCartesianD
, PureCartesianF
, ECP_RNFroz
, ECP_NLP
,
ECP_CLP1
, ECP_CLP2
, ECP_ZLP
} |
|
◆ LineLabel
Enumerator |
---|
Unknown | |
NumElectrons | |
SCFEnergy | |
AtomicNumbers | |
NuclearCharges | |
AtomicPositions | |
NumBasisFunctions | |
NumAlpha | |
NumBeta | |
AlphaMO | |
BetaMO | |
AlphaMOEnergies | |
BetaMOEnergies | |
ShellToAtomMap | |
PrimitiveExponents | |
ContractionCoefficients | |
SPContractionCoefficients | |
ShellCoordinates | |
PrimitivesPerShell | |
NumShells | |
NumPrimitiveShells | |
ShellTypes | |
SCFDensity | |
MP2Density | |
PureCartesianD | |
PureCartesianF | |
ECP_RNFroz | |
ECP_NLP | |
ECP_CLP1 | |
ECP_CLP2 | |
ECP_ZLP | |
◆ FchkReader() [1/2]
occ::io::FchkReader::FchkReader |
( |
const std::string & |
filename | ) |
|
◆ FchkReader() [2/2]
occ::io::FchkReader::FchkReader |
( |
std::istream & |
| ) |
|
◆ alpha_mo_coefficients()
auto occ::io::FchkReader::alpha_mo_coefficients |
( |
| ) |
const |
|
inline |
◆ alpha_mo_energies()
auto occ::io::FchkReader::alpha_mo_energies |
( |
| ) |
const |
|
inline |
◆ atomic_numbers()
auto occ::io::FchkReader::atomic_numbers |
( |
| ) |
const |
|
inline |
◆ atomic_positions()
auto occ::io::FchkReader::atomic_positions |
( |
| ) |
const |
|
inline |
◆ atoms()
◆ basis()
const auto & occ::io::FchkReader::basis |
( |
| ) |
const |
|
inline |
◆ basis_set()
◆ beta_mo_coefficients()
auto occ::io::FchkReader::beta_mo_coefficients |
( |
| ) |
const |
|
inline |
◆ beta_mo_energies()
auto occ::io::FchkReader::beta_mo_energies |
( |
| ) |
const |
|
inline |
◆ mp2_density_matrix()
Mat occ::io::FchkReader::mp2_density_matrix |
( |
| ) |
const |
◆ nuclear_charges()
auto occ::io::FchkReader::nuclear_charges |
( |
| ) |
const |
|
inline |
◆ num_alpha()
auto occ::io::FchkReader::num_alpha |
( |
| ) |
const |
|
inline |
◆ num_basis_functions()
auto occ::io::FchkReader::num_basis_functions |
( |
| ) |
const |
|
inline |
◆ num_beta()
auto occ::io::FchkReader::num_beta |
( |
| ) |
const |
|
inline |
◆ num_electrons()
auto occ::io::FchkReader::num_electrons |
( |
| ) |
const |
|
inline |
◆ num_orbitals()
auto occ::io::FchkReader::num_orbitals |
( |
| ) |
const |
|
inline |
◆ scf_density_matrix()
Mat occ::io::FchkReader::scf_density_matrix |
( |
| ) |
const |
◆ scf_energy()
auto occ::io::FchkReader::scf_energy |
( |
| ) |
const |
|
inline |
◆ spinorbital_kind()
auto occ::io::FchkReader::spinorbital_kind |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: