|
MADNESS 0.10.1
|
#include <SCF.h>
Public Member Functions | |
| scf_data () | |
| void | add_data (std::map< std::string, double > values) |
| void | add_gradient (const Tensor< double > &grad) |
| void | print_data () |
| void | to_json (json &j) const |
Private Attributes | |
| std::map< std::string, std::vector< double > > | e_data |
| json | gradient |
| json | hessian |
| int | iter |
| madness::scf_data::scf_data | ( | ) |
References e_data.
References e_data, iter, and v.
Referenced by madness::SCF::solve().
References madness::grad(), gradient, and madness::nonlinear_vector_solver().
Referenced by main().
| void madness::scf_data::print_data | ( | ) |
References e_data, and madness::print().
References e(), e_data, iter, and madness::print().
Referenced by madness::MolecularEnergy::output_calc_info_schema(), and madness::SCF::output_calc_info_schema().
|
private |
Referenced by scf_data(), add_data(), print_data(), and to_json().
|
private |
Referenced by add_gradient().
|
private |
|
private |
Referenced by add_data(), and to_json().