|
MADNESS 0.10.1
|


Public Member Functions | |
| ExactSpinor (const int n, const char lc, const double j, const int Z, const double m=0.0) | |
| ExactSpinor (const int n, const int l, const double j, const int Z, const double m=0.0) | |
| double_complex | angular (const coord_3d &c, const double g, const double f) const |
| double | compute_C () const |
| double | compute_en () const |
| double | compute_energy () const |
| std::string | filename () const |
| double_complex | Fvalue (const coord_3d &coord) const |
| double | get_energy () const |
| Spinor | get_spinor (World &world) const |
| std::string | l_to_string (const long l) const |
| double_complex | operator() (const coord_3d &c) const override |
| void | print () const |
| double_complex | psivalue (const coord_3d &coord) const |
| void | set_ansatz (const AnsatzBase &ansatz) |
| Level | special_level () const final |
| Override this to change the minimum level of refinement at special points (default is 6) | |
| std::vector< Vector< double, 3UL > > | special_points () const final |
| Override this to return list of special points to be refined more deeply. | |
Public Member Functions inherited from madness::FunctionFunctorInterface< double_complex, 3 > | |
| FunctionFunctorInterface () | |
| virtual | ~FunctionFunctorInterface () |
| virtual coeffT | coeff (const keyT &) const |
| virtual void | operator() (const Vector< double *, 1 > &xvals, double_complex *fvals, int npts) const |
| virtual void | operator() (const Vector< double *, 2 > &xvals, double_complex *fvals, int npts) const |
| virtual void | operator() (const Vector< double *, 3 > &xvals, double_complex *fvals, int npts) const |
| virtual void | operator() (const Vector< double *, 4 > &xvals, double_complex *fvals, int npts) const |
| virtual void | operator() (const Vector< double *, 5 > &xvals, double_complex *fvals, int npts) const |
| virtual void | operator() (const Vector< double *, 6 > &xvals, double_complex *fvals, int npts) const |
| virtual double_complex | operator() (const Vector< double, NDIM > &x) const=0 |
You should implement this to return f(x) | |
| virtual bool | provides_coeff () const |
| does this functor directly provide sum coefficients? or only function values? | |
| virtual bool | screened (const Vector< double, NDIM > &c1, const Vector< double, NDIM > &c2) const |
| Can we screen this function based on the bounding box information? | |
| void | set_length_scale (double lo) |
| adapt the special level to resolve the smallest length scale | |
| virtual bool | supports_vectorized () const |
| Does the interface support a vectorized operator()? | |
| virtual coeffT | values (const keyT &key, const Tensor< double > &tensor) const |
Static Public Member Functions | |
| static int | l_char_to_int (const char lc) |
Public Attributes | |
| double | C =0.0 |
| int | component =0 |
| bool | compute_F =false |
| double | cusp_a =-1.0 |
| double | E =0.0 |
| double | gamma =0.0 |
| double | j |
| long | k |
| long | l |
| double | m |
| long | n |
| bool | regularized =true |
| double | Z |
Public Attributes inherited from madness::FunctionFunctorInterface< double_complex, 3 > | |
| Level | special_level_ |
Additional Inherited Members | |
Public Types inherited from madness::FunctionFunctorInterface< double_complex, 3 > | |
| typedef GenTensor< double_complex > | coeffT |
| typedef Key< NDIM > | keyT |
| typedef double_complex | value_type |
|
inline |
|
inline |
References std::abs(), alpha1, compute_C(), compute_energy(), E, gamma, j, k, l, m, madness::nonlinear_vector_solver(), and Z.
|
inline |
References c, component, madness::f, madness::g, j, l, m, MADNESS_EXCEPTION, and madness::nonlinear_vector_solver().
|
inline |
References alpha1, c, E, MADNESS_CHECK, and madness::nonlinear_vector_solver().
Referenced by ExactSpinor().
|
inline |
References alpha1, c, C, gamma, get_energy(), and k.
Referenced by Fvalue(), and psivalue().
|
inline |
References std::abs(), alpha1, c, E, gamma, k, MADNESS_CHECK, n, madness::nonlinear_vector_solver(), and Z.
Referenced by ExactSpinor().
|
inline |
References std::abs(), alpha1, c, component, compute_en(), compute_gamma(), cusp_a, gamma, generalized_laguerre(), k, m, MADNESS_EXCEPTION, n, madness::nonlinear_vector_solver(), madness::Vector< T, N >::normf(), and Z.
Referenced by operator()().
|
inline |
References E.
Referenced by compute_en(), and run().
References component, Spinor::components, and madness::nonlinear_vector_solver().
References MADNESS_EXCEPTION, and madness::nonlinear_vector_solver().
|
inline |
References l.
Referenced by filename().
|
inlineoverride |
References c, compute_F, Fvalue(), and psivalue().
|
inline |
References alpha1, compute_F, cusp_a, E, j, k, l, m, MADNESS_CHECK, n, madness::nonlinear_vector_solver(), madness::print(), and regularized.
|
inline |
References std::abs(), alpha1, c, component, compute_en(), compute_gamma(), cusp_a, madness::f, madness::g, gamma, generalized_laguerre(), k, m, MADNESS_EXCEPTION, n, madness::nonlinear_vector_solver(), madness::Vector< T, N >::normf(), regularized, and Z.
Referenced by operator()().
|
inline |
References compute_F, cusp_a, AnsatzBase::get_cusp_a(), AnsatzBase::iansatz, and regularized.
|
inlinefinalvirtual |
Override this to change the minimum level of refinement at special points (default is 6)
Reimplemented from madness::FunctionFunctorInterface< double_complex, 3 >.
Override this to return list of special points to be refined more deeply.
Reimplemented from madness::FunctionFunctorInterface< double_complex, 3 >.
References madness::nonlinear_vector_solver().
| double ExactSpinor::C =0.0 |
Referenced by compute_en().
|
mutable |
Referenced by angular(), Fvalue(), get_spinor(), and psivalue().
Referenced by operator()(), print(), run(), and set_ansatz().
| double ExactSpinor::cusp_a =-1.0 |
Referenced by Fvalue(), print(), psivalue(), run(), and set_ansatz().
| double ExactSpinor::E =0.0 |
Referenced by ExactSpinor(), compute_C(), compute_energy(), get_energy(), and print().
| double ExactSpinor::gamma =0.0 |
Referenced by ExactSpinor(), compute_en(), compute_energy(), Fvalue(), and psivalue().
| double ExactSpinor::j |
Referenced by ExactSpinor(), angular(), filename(), and print().
| long ExactSpinor::k |
Referenced by ExactSpinor(), compute_en(), compute_energy(), filename(), Fvalue(), print(), and psivalue().
| long ExactSpinor::l |
Referenced by ExactSpinor(), angular(), filename(), l_to_string(), and print().
| double ExactSpinor::m |
Referenced by ExactSpinor(), angular(), filename(), Fvalue(), print(), and psivalue().
| long ExactSpinor::n |
Referenced by compute_energy(), filename(), Fvalue(), print(), and psivalue().
Referenced by print(), psivalue(), and set_ansatz().
| double ExactSpinor::Z |
Referenced by ExactSpinor(), compute_energy(), Fvalue(), and psivalue().