MADNESS
0.10.1
|
A nuclear correlation factor class. More...
#include <correlationfactor.h>
Public Member Functions | |
GaussSlater (World &world, const Molecule &mol) | |
ctor More... | |
corrfactype | type () const |
Public Member Functions inherited from madness::NuclearCorrelationFactor | |
NuclearCorrelationFactor (World &world, const Molecule &mol) | |
ctor More... | |
virtual | ~NuclearCorrelationFactor () |
virtual destructor More... | |
virtual real_function_3d | apply_U (const real_function_3d &rhs) const |
apply the regularized potential U_nuc on a given function rhs More... | |
coord_3d | dsmoothed_unitvec (const coord_3d &xyz, const int axis, double smoothing=0.0) const |
derivative of smoothed unit vector wrt the electronic coordinate More... | |
virtual real_function_3d | function () const |
return the nuclear correlation factor More... | |
void | initialize (const double vtol1) |
initialize the regularized potentials U1 and U2 More... | |
virtual real_function_3d | inverse () const |
return the inverse nuclear correlation factor More... | |
coord_3d | smoothed_unitvec (const coord_3d &xyz, double smoothing=0.0) const |
smoothed unit vector for the computation of the U1 potential More... | |
virtual real_function_3d | square () const |
return the square of the nuclear correlation factor More... | |
virtual real_function_3d | square_times_V_derivative (const int iatom, const int axis) const |
virtual const real_function_3d | U1 (const int axis) const |
return the U1 term of the correlation function More... | |
std::vector< real_function_3d > | U1vec () const |
return the U1 functions in a vector More... | |
virtual const real_function_3d | U2 () const |
return the U2 term of the correlation function More... | |
Private Member Functions | |
double | S (const double &r, const double &Z) const |
the nuclear correlation factor More... | |
coord_3d | Sp (const coord_3d &vr1A, const double &Z) const |
radial part first derivative of the nuclear correlation factor More... | |
double | Spp_div_S (const double &r, const double &Z) const |
second derivative of the nuclear correlation factor More... | |
double | Sr_div_S (const double &r, const double &Z) const |
double | Srr_div_S (const double &r, const double &Z) const |
double | Srrr_div_S (const double &r, const double &Z) const |
double | U2X_spherical (const double &r, const double &Z, const double &rcut) const |
derivative of the U2 potential wrt X (scalar part) More... | |
Additional Inherited Members | |
Public Types inherited from madness::NuclearCorrelationFactor | |
enum | corrfactype { None , GradientalGaussSlater , GaussSlater , LinearSlater , Polynomial , Slater , poly4erfc , Two , Adhoc } |
typedef std::shared_ptr< FunctionFunctorInterface< double, 3 > > | functorT |
Protected Attributes inherited from madness::NuclearCorrelationFactor | |
std::vector< real_function_3d > | U1_function |
the three components of the U1 potential More... | |
real_function_3d | U2_function |
the purely local U2 potential, having absorbed the nuclear pot V_nuc More... | |
A nuclear correlation factor class.
The nuclear correlation factor is given by [f R = \prod S_A ; S_A=exp(-Z_A r_{1A}) + ( 1 - exp(-r_{1A}^2) ) ]f
ctor
[in] | world | the world |
[in] | mol | molecule with the sites of the nuclei |
References madness::Molecule::get_eprec(), madness::print(), madness::World::rank(), and madness::NuclearCorrelationFactor::world.
|
inlineprivatevirtual |
|
inlineprivatevirtual |
radial part first derivative of the nuclear correlation factor
Implements madness::NuclearCorrelationFactor.
References madness::NuclearCorrelationFactor::smoothed_unitvec(), and Z.
|
inlineprivatevirtual |
second derivative of the nuclear correlation factor
-1/2 S"/S - Z/r
Implements madness::NuclearCorrelationFactor.
References e(), madness::g, and Z.
|
inlineprivatevirtual |
first derivative of the NCF with respect to the relative distance rho
where the distance of the electron to the nucleus A is given by
Implements madness::NuclearCorrelationFactor.
References Z.
|
inlineprivatevirtual |
second derivative of the NCF with respect to the relative distance rho
where the distance of the electron to the nucleus A is given by
Implements madness::NuclearCorrelationFactor.
References Z.
|
inlineprivatevirtual |
third derivative of the NCF with respect to the relative distance rho
where the distance of the electron to the nucleus A is given by
Implements madness::NuclearCorrelationFactor.
References Z.
|
inlinevirtual |
Implements madness::NuclearCorrelationFactor.
References madness::NuclearCorrelationFactor::GaussSlater.
|
inlineprivatevirtual |
derivative of the U2 potential wrt X (scalar part)
with
returns the term in the parenthesis without the the derivative of rho
Reimplemented from madness::NuclearCorrelationFactor.
References madness::r2(), madness::NuclearCorrelationFactor::Sr_div_S(), madness::NuclearCorrelationFactor::Srr_div_S(), madness::NuclearCorrelationFactor::Srrr_div_S(), and Z.