wfn_world.cpp File Reference
Include dependency graph for wfn_world.cpp:
Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::lcao | |
Macros | |
#define | MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY(TYPE, PROPERTY) |
Functions | |
MPQC_CLASS_EXPORT2 ("LCAOWfnWorld", mpqc::lcao::WavefunctionWorld) | |
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY (madness::World &, world) | |
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY (const std::shared_ptr< const mpqc::Molecule > &, atoms) | |
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY (const std::shared_ptr< mpqc::lcao::gaussian::OrbitalBasisRegistry > &, basis_registry) | |
Macro Definition Documentation
◆ MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY
#define MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY | ( | TYPE, | |
PROPERTY | |||
) |
Value:
TYPE mpqc::PROPERTY(const lcao::WavefunctionWorld& wfn_world) { \
return wfn_world.PROPERTY(); \
}
Function Documentation
◆ MPQC_CLASS_EXPORT2()
MPQC_CLASS_EXPORT2 | ( | "LCAOWfnWorld" | , |
mpqc::lcao::WavefunctionWorld | |||
) |
◆ MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY() [1/3]
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY | ( | const std::shared_ptr< const mpqc::Molecule > & | , |
atoms | |||
) |
◆ MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY() [2/3]
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY | ( | const std::shared_ptr< mpqc::lcao::gaussian::OrbitalBasisRegistry > & | , |
basis_registry | |||
) |
◆ MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY() [3/3]
MPQC_LCAO_WAVEFUNCTION_WORLD_PROPERTY | ( | madness::World & | , |
world | |||
) |