#include <ground_parameters.h>
|
Tensor< double > | energies {} |
| Energy of ground state orbitals.
|
|
std::vector< real_function_3d > | g_orbitals {} |
| The ground state orbitals.
|
|
std::string | inFile {"../moldft.restartdata"} |
| Name of input archive to read in ground state.
|
|
int | k {} |
| Order of polynomial used in ground state.
|
|
double | L {} |
| Box size of ground state - response calcluation is in same box.
|
|
std::string | localize_method {} |
| Name of xc functional used in ground state.
|
|
Molecule | molecule_in {} |
| The molecule used in ground state calculation.
|
|
unsigned int | num_orbitals {} |
| Number of orbitals in ground state.
|
|
Tensor< double > | occ {} |
| Occupancy of ground state orbitals.
|
|
bool | spinrestricted {true} |
| shell
|
|
std::string | xc {} |
| Name of xc functional used in ground state.
|
|
◆ GroundStateCalculation() [1/3]
GroundStateCalculation::GroundStateCalculation |
( |
World & |
world | ) |
|
|
inlineexplicit |
◆ GroundStateCalculation() [2/3]
GroundStateCalculation::GroundStateCalculation |
( |
World & |
world, |
|
|
const std::string & |
input_file |
|
) |
| |
|
inlineexplicit |
◆ GroundStateCalculation() [3/3]
◆ get_archive()
std::string GroundStateCalculation::get_archive |
( |
| ) |
const |
|
inline |
◆ get_energies()
Tensor< double > GroundStateCalculation::get_energies |
( |
| ) |
const |
|
inline |
◆ get_k()
int GroundStateCalculation::get_k |
( |
| ) |
const |
|
inline |
◆ get_L()
double GroundStateCalculation::get_L |
( |
| ) |
const |
|
inline |
◆ get_localize_method()
std::string GroundStateCalculation::get_localize_method |
( |
| ) |
const |
|
inline |
◆ get_occ()
Tensor< double > GroundStateCalculation::get_occ |
( |
| ) |
const |
|
inline |
◆ get_xc()
std::string GroundStateCalculation::get_xc |
( |
| ) |
const |
|
inline |
◆ is_spinrestricted()
bool GroundStateCalculation::is_spinrestricted |
( |
| ) |
const |
|
inline |
◆ molecule()
Molecule GroundStateCalculation::molecule |
( |
| ) |
const |
|
inline |
◆ n_orbitals()
unsigned int GroundStateCalculation::n_orbitals |
( |
| ) |
const |
|
inline |
◆ orbitals()
◆ print_params()
void GroundStateCalculation::print_params |
( |
| ) |
const |
|
inline |
◆ read()
void GroundStateCalculation::read |
( |
World & |
world | ) |
|
|
inline |
References energies, madness::WorldGopInterface::fence(), g_orbitals, madness::World::gop, inFile, k, L, localize_method, molecule_in, num_orbitals, occ, madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_k(), spinrestricted, madness::truncate(), and xc.
Referenced by GroundStateCalculation(), and GroundStateCalculation().
◆ energies
Tensor<double> GroundStateCalculation::energies {} |
|
private |
◆ g_orbitals
◆ inFile
std::string GroundStateCalculation::inFile {"../moldft.restartdata"} |
|
private |
int GroundStateCalculation::k {} |
|
private |
double GroundStateCalculation::L {} |
|
private |
◆ localize_method
std::string GroundStateCalculation::localize_method {} |
|
private |
◆ molecule_in
Molecule GroundStateCalculation::molecule_in {} |
|
private |
The molecule used in ground state calculation.
Referenced by molecule(), and read().
◆ num_orbitals
unsigned int GroundStateCalculation::num_orbitals {} |
|
private |
◆ occ
Tensor<double> GroundStateCalculation::occ {} |
|
private |
◆ spinrestricted
bool GroundStateCalculation::spinrestricted {true} |
|
private |
◆ xc
std::string GroundStateCalculation::xc {} |
|
private |
The documentation for this class was generated from the following file: