mirror of https://github.com/QMCPACK/qmcpack.git
11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
/*! \page dev_jastrow Jastrow functions
|
|
|
|
Jastrow functions use template classes with the template parameter FUNC for the radial function type,
|
|
- \c OneBodyJastrowOrbital<FUNC> : OneBody
|
|
- \c TwoBodyJastrowOrbital<FUNC> : TwoBody
|
|
- \c eeI_JastrowOrbital<FUNC> : ThreeBody
|
|
|
|
The most commonly FUNCtor is <c>BsplineFunctor<T>, T=double</c> with <c>jastrow/\@function="bspline"</c>.
|
|
|
|
*/
|