![]() |
pairinteraction
A Rydberg Interaction Calculator
|
Functions | |
template<typename Scalar > | |
const Eigen::MatrixX< Scalar > & | get_transformator (int kappa) |
Variables | |
const Eigen::Matrix3< std::complex< double > > | CARTESIAN_TO_SPHERICAL_KAPPA1 |
const Eigen::Matrix< std::complex< double >, 6, 9 > | CARTESIAN_TO_SPHERICAL_KAPPA2 |
const double | SQRT_2 = std::sqrt(2.) |
const double | SQRT_2_3 = std::sqrt(2. / 3.) |
const double | SQRT_8_3 = std::sqrt(8. / 3.) |
|
inline |
Definition at line 25 of file spherical.hpp.
References CARTESIAN_TO_SPHERICAL_KAPPA1, and CARTESIAN_TO_SPHERICAL_KAPPA2.
const Eigen::Matrix3< std::complex< double > > pairinteraction::spherical::CARTESIAN_TO_SPHERICAL_KAPPA1 |
Definition at line 22 of file spherical.cpp.
Referenced by pairinteraction::DOCTEST_TEST_CASE(), and get_transformator().
const Eigen::Matrix< std::complex< double >, 6, 9 > pairinteraction::spherical::CARTESIAN_TO_SPHERICAL_KAPPA2 |
Definition at line 33 of file spherical.cpp.
Referenced by pairinteraction::DOCTEST_TEST_CASE(), and get_transformator().
const double pairinteraction::spherical::SQRT_2 = std::sqrt(2.) |
Definition at line 16 of file spherical.cpp.
const double pairinteraction::spherical::SQRT_2_3 = std::sqrt(2. / 3.) |
Definition at line 17 of file spherical.cpp.
const double pairinteraction::spherical::SQRT_8_3 = std::sqrt(8. / 3.) |
Definition at line 18 of file spherical.cpp.