#include <ground_parameters.h>
◆ 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 |
◆ energies
Tensor<double> GroundStateCalculation::energies {} |
|
private |
Energy of ground state orbitals.
◆ g_orbitals
The ground state orbitals.
◆ inFile
std::string GroundStateCalculation::inFile {"../moldft.restartdata"} |
|
private |
Name of input archive to read in ground state.
int GroundStateCalculation::k {} |
|
private |
Order of polynomial used in ground state.
double GroundStateCalculation::L {} |
|
private |
Box size of ground state - response calcluation is in same box.
◆ localize_method
std::string GroundStateCalculation::localize_method {} |
|
private |
Name of xc functional used in ground state.
◆ molecule_in
Molecule GroundStateCalculation::molecule_in {} |
|
private |
The molecule used in ground state calculation.
◆ num_orbitals
unsigned int GroundStateCalculation::num_orbitals {} |
|
private |
Number of orbitals in ground state.
◆ occ
Tensor<double> GroundStateCalculation::occ {} |
|
private |
Occupancy of ground state orbitals.
◆ spinrestricted
bool GroundStateCalculation::spinrestricted {true} |
|
private |
shell
Indicates if ground state calc. was open or closed
◆ xc
std::string GroundStateCalculation::xc {} |
|
private |
Name of xc functional used in ground state.
The documentation for this class was generated from the following file: