periodic_ao_factory.ipp File Reference
#include "mpqc/chemistry/qc/lcao/factory/fwd.h"
#include <iosfwd>
#include <stack>
#include <vector>
#include "mpqc/chemistry/molecule/lattice/supercell.h"
#include "mpqc/chemistry/molecule/lattice/unit_cell.h"
#include "mpqc/chemistry/molecule/lattice/util.h"
#include "mpqc/chemistry/qc/lcao/basis/util.h"
#include "mpqc/chemistry/qc/lcao/factory/util.h"
#include "mpqc/chemistry/qc/lcao/factory/utility.h"
#include "mpqc/chemistry/qc/lcao/integrals/bases_data.h"
#include "mpqc/chemistry/qc/lcao/integrals/integrals.h"
#include "mpqc/chemistry/units/units.h"
#include "mpqc/math/external/eigen/eigen.h"
#include "mpqc/math/linalg/diagonal_array.h"
#include "mpqc/math/tensor/clr/array_to_eigen.h"
#include "mpqc/util/keyval/keyval.h"
#include "mpqc/util/meta/make_vector.h"
#include "mpqc/util/misc/time.h"
#include <mpqc/chemistry/qc/lcao/integrals/screening/schwarz.h>
#include <unsupported/Eigen/MatrixFunctions>
#include "mpqc/chemistry/qc/lcao/factory/gaussian/periodic_ao_factory.h"
#include "mpqc/chemistry/qc/lcao/factory/periodic_ao_factory.ipp"
Include dependency graph for periodic_ao_factory.ipp:
This graph shows which files directly or indirectly include this file:
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 | |
mpqc::lcao::pbc::gaussian | |
Macros | |
#define | MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_FACTORY_GAUSSIAN_PERIODIC_AO_FACTORY_IPP_ |
Functions | |
template<typename Tile , typename Policy > | |
std::ostream & | mpqc::lcao::pbc::gaussian::operator<< (std::ostream &os, AOFactory< Tile, Policy > &pao) |
Make AOFactory printable. More... | |
template std::ostream & | mpqc::lcao::pbc::gaussian::operator<< (std::ostream &os, AOFactory<> &pao) |
Macro Definition Documentation
◆ MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_FACTORY_GAUSSIAN_PERIODIC_AO_FACTORY_IPP_
#define MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_FACTORY_GAUSSIAN_PERIODIC_AO_FACTORY_IPP_ |