MADNESS
0.10.1
|
#include <madness.h>
#include <madness/chem/SCFOperators.h>
#include <madness/chem/SCF.h>
#include <madness/chem/nemo.h>
#include <madness/chem/correlationfactor.h>
#include <madness/chem/write_test_input.h>
#include <typeinfo>
Classes | |
class | GaussianGuess< NDIM > |
an N-dimensional real-valued Gaussian function More... | |
struct | refpotfunctor |
reference potential for the Poisson solver of a Gaussian More... | |
Functions | |
bool | check_err (double err, double thresh, std::string msg) |
int | dnuclear_anchor_test (World &world) |
template<typename T > | |
int | exchange_anchor_test (World &world, Exchange< T, 3 > &K, const double thresh) |
anchor test for the exchange operator – partially hardwired More... | |
int | main (int argc, char **argv) |
int | nuclear_anchor_test (World &world) |
static double_complex | p_minus (const coord_3d &xyz) |
complex function p-orbital with m_l=-1 More... | |
static double_complex | p_plus (const coord_3d &xyz) |
complex function p-orbital with m_l=1 More... | |
bool | similar (double val1, double val2, double thresh=1.e-6) |
template<typename T , typename opT , std::size_t NDIM> | |
int | test_asymmetric (World &world, const opT &op, double thresh) |
test if the operator return correct matrix elements if bra!=ket More... | |
template<typename T > | |
int | test_coulomb (World &world) |
int | test_dnuclear (World &world) |
template<typename T > | |
int | test_exchange (World &world) |
int | test_fock (World &world) |
template<typename T , typename opT , std::size_t NDIM> | |
int | test_hermiticity (World &world, const opT &op, double thresh) |
test the hermiticity of the operator op and its translational invariance More... | |
template<typename T , std::size_t NDIM> | |
int | test_kinetic (World &world) |
int | test_nemo (World &world) |
int | test_nuclear (World &world) |
template<typename T > | |
int | test_XCOperator (World &world) |
Variables | |
bool | smalltest = false |
bool check_err | ( | double | err, |
double | thresh, | ||
std::string | msg | ||
) |
References madness::print(), and thresh.
Referenced by dnuclear_anchor_test(), exchange_anchor_test(), nuclear_anchor_test(), test_asymmetric(), test_coulomb(), test_fock(), test_hermiticity(), test_kinetic(), and test_nemo().
int dnuclear_anchor_test | ( | World & | world | ) |
References check_err(), madness::copy(), madness::create_nuclear_correlation_factor(), madness::FunctionFactory< T, NDIM >::functor(), gaussian2(), madness::FunctionDefaults< NDIM >::get_thresh(), madness::inner(), madness::SCF::make_nuclear_potential(), madness::SCF::molecule, madness::Nemo::NemoCalculationParameters::ncf(), param, madness::SCF::param, madness::SCF::potentialmanager, madness::print(), madness::CalculationParameters::read_input_and_commandline_options(), madness::commandlineparser::set_keyval(), thresh, madness::FunctionFactory< T, NDIM >::truncate_on_project(), madness::Molecule::update_rcut_with_eprec(), and V().
Referenced by test_dnuclear().
int exchange_anchor_test | ( | World & | world, |
Exchange< T, 3 > & | K, | ||
const double | thresh | ||
) |
anchor test for the exchange operator – partially hardwired
References alpha, check_err(), diff(), madness::Tensor< T >::fill(), madness::FunctionFactory< T, NDIM >::functor(), k, K(), madness::matrix_inner(), madness::norm2s(), madness::print(), madness::World::rank(), madness::BaseTensor::size(), madness::sub(), thresh, madness::FunctionFactory< T, NDIM >::thresh(), and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int main | ( | int | argc, |
char ** | argv | ||
) |
int nuclear_anchor_test | ( | World & | world | ) |
References check_err(), madness::copy(), madness::create_nuclear_correlation_factor(), madness::write_test_input::filename(), madness::FunctionFactory< T, NDIM >::functor(), gaussian2(), madness::FunctionDefaults< NDIM >::get_thresh(), madness::inner(), madness::SCF::make_nuclear_potential(), madness::SCF::molecule, madness::Nemo::NemoCalculationParameters::ncf(), param, madness::SCF::param, madness::SCF::potentialmanager, madness::print(), madness::CalculationParameters::read_input_and_commandline_options(), madness::commandlineparser::set_keyval(), madness::square(), T(), thresh, madness::FunctionFactory< T, NDIM >::truncate_on_project(), V(), V1, and V2.
Referenced by test_nuclear().
|
static |
complex function p-orbital with m_l=-1
References madness::Vector< T, N >::normf().
|
static |
complex function p-orbital with m_l=1
References madness::Vector< T, N >::normf().
bool similar | ( | double | val1, |
double | val2, | ||
double | thresh = 1.e-6 |
||
) |
References thresh.
Referenced by test_read_restartaodata(), and test_XCOperator().
int test_asymmetric | ( | World & | world, |
const opT & | op, | ||
double | thresh | ||
) |
test if the operator return correct matrix elements if bra!=ket
[in] | world | the world |
[in] | op | the operator to be tested, must implement op(vecfuncT,vecfuncT) |
[in] | thresh | the accuracy threshold |
References madness::_(), check_err(), madness::copy(), madness::FunctionFactory< T, NDIM >::functor(), NDIM, madness::Tensor< T >::normf(), op(), madness::print(), madness::BaseTensor::size(), thresh, and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int test_coulomb | ( | World & | world | ) |
References std::abs(), madness::abs_square(), alpha, check_err(), madness::Coulomb< T, NDIM >::compute_potential(), madness::copy(), madness::FunctionFactory< T, NDIM >::functor(), madness::g, madness::FunctionDefaults< NDIM >::get_thresh(), madness::inner(), madness::Function< T, NDIM >::norm2(), madness::Coulomb< T, NDIM >::potential(), madness::print(), madness::World::rank(), madness::Coulomb< T, NDIM >::reset_poisson_operator_ptr(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_thresh(), T(), thresh, and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int test_dnuclear | ( | World & | world | ) |
int test_exchange | ( | World & | world | ) |
References alpha, madness::conj(), madness::exchange_anchor_test(), madness::Tensor< T >::fill(), madness::FunctionFactory< T, NDIM >::functor(), madness::FunctionDefaults< NDIM >::get_thresh(), K(), lo, madness::name(), madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_thresh(), smalltest, T(), thresh, madness::FunctionFactory< T, NDIM >::thresh(), and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int test_fock | ( | World & | world | ) |
References check_err(), madness::f, f1, madness::write_test_input::filename(), madness::FunctionFactory< T, NDIM >::functor(), madness::Nemo::get_calc(), madness::FunctionDefaults< NDIM >::get_thresh(), K(), param, madness::print(), madness::World::rank(), madness::commandlineparser::set_keyval(), madness::FunctionDefaults< NDIM >::set_thresh(), T(), thresh, madness::FunctionFactory< T, NDIM >::truncate_on_project(), V(), and madness::Nemo::value().
int test_hermiticity | ( | World & | world, |
const opT & | op, | ||
double | thresh | ||
) |
test the hermiticity of the operator op and its translational invariance
[in] | world | the world |
[in] | op | the operator to be tested, must implement op(vecfuncT,vecfuncT) |
[in] | thresh | the accuracy threshold |
References madness::abs(), check_err(), madness::conj_transpose(), madness::copy(), madness::FunctionFactory< T, NDIM >::functor(), madness::Tensor< T >::normf(), op(), madness::print(), madness::BaseTensor::size(), thresh, and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int test_kinetic | ( | World & | world | ) |
References madness::abs(), std::abs(), check_err(), madness::f, madness::FunctionFactory< T, NDIM >::functor(), madness::FunctionDefaults< NDIM >::get_thresh(), madness::inner(), madness::name(), NDIM, madness::Function< T, NDIM >::norm2(), madness::norm2(), madness::print(), madness::World::rank(), madness::real(), madness::Function< T, NDIM >::scale(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), T(), thresh, and madness::FunctionFactory< T, NDIM >::truncate_on_project().
int test_nemo | ( | World & | world | ) |
References check_err(), madness::Nemo::compute_fock_matrix(), energy, madness::write_test_input::filename(), madness::Nemo::get_calc(), madness::FunctionDefaults< NDIM >::get_thresh(), madness::Nemo::make_fock_operator(), param, madness::print(), madness::NemoBase::R_square, madness::World::rank(), madness::commandlineparser::set_keyval(), madness::FunctionDefaults< NDIM >::set_thresh(), thresh, and madness::Nemo::value().
int test_nuclear | ( | World & | world | ) |
int test_XCOperator | ( | World & | world | ) |
custom ctor with information about the XC functional
References a1, a2, madness::abs_square(), alpha, beta, madness::XCOperator< T, NDIM >::compute_xc_energy(), e(), f1, f2, madness::FunctionFactory< T, NDIM >::functor(), madness::FunctionDefaults< NDIM >::get_thresh(), madness::inner(), MADNESS_CHECK, madness::print(), madness::World::rank(), madness::real(), madness::refine_to_common_level(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::XCOperator< T, NDIM >::set_ispin(), madness::FunctionDefaults< NDIM >::set_thresh(), similar(), smalltest, thresh, v, and xc.
bool smalltest = false |
Referenced by madness::main(), main(), madness::test_exchange(), test_exchange(), and test_XCOperator().