|
occ
|
#include <ankerl/unordered_dense.h>#include <array>#include <fstream>#include <istream>#include <occ/core/linear_algebra.h>#include <occ/qm/shell.h>#include <occ/qm/spinorbital.h>#include <variant>#include <vector>Classes | |
| struct | occ::io::impl::FchkScalarWriter |
| struct | occ::io::impl::FchkVectorWriter |
| class | occ::io::FchkWriter |
Namespaces | |
| namespace | occ |
| namespace | occ::io |
| file input and output module including reading wavefunction files | |
| namespace | occ::io::impl |
Typedefs | |
| using | occ::io::impl::fchk_vector = std::variant< std::vector< double >, std::vector< int >, std::vector< bool >, std::vector< std::string > > |
| using | occ::io::impl::fchk_scalar = std::variant< double, int, bool, std::string > |