sd.h File Reference
#include "mpqc/chemistry/qc/lcao/scf/fwd.h"
#include "mpqc/chemistry/qc/lcao/factory/fwd.h"
#include "mpqc/chemistry/qc/lcao/factory/gaussian/periodic_ao_factory.h"
#include "mpqc/chemistry/qc/lcao/wfn/fwd.h"
#include "mpqc/chemistry/qc/lcao/wfn/periodic_wfn.h"
#include "mpqc/chemistry/qc/properties/energy.h"
#include <memory>
Include dependency graph for sd.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | mpqc::lcao::pbc::SD |
Abstract single-determinant wavefunction under open and periodic boundary conditions. More... | |
class | mpqc::lcao::pbc::SD::Impl< Tile, Policy > |
single-determinant wavefunction under open and periodic boundary conditions. More... | |
Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::lcao | |
mpqc::lcao::pbc | |
import the gaussian::utility namespace into the pbc::gaussian namespace | |
Typedefs | |
using | mpqc::lcao::pbc::MatrixzVec = std::vector< MatrixZ > |
using | mpqc::lcao::pbc::MatrixdVec = std::vector< RowMatrixXd > |
using | mpqc::lcao::pbc::VectorzVec = std::vector< VectorZ > |
using | mpqc::lcao::pbc::VectordVec = std::vector< VectorD > |