![]() |
pairinteraction
A Rydberg Interaction Calculator
|
#include <GreenTensor.hpp>
Public Member Functions | |
OmegaDependentEntry (int row, int col, Eigen::Spline< real_t, 1 > real_spline, Eigen::Spline< real_t, 1 > imag_spline) | |
Scalar | val (double omega) const |
int | row () const noexcept |
int | col () const noexcept |
Definition at line 39 of file GreenTensor.hpp.
pairinteraction::GreenTensor< Scalar >::OmegaDependentEntry::OmegaDependentEntry | ( | int | row, |
int | col, | ||
Eigen::Spline< real_t, 1 > | real_spline, | ||
Eigen::Spline< real_t, 1 > | imag_spline | ||
) |
Definition at line 39 of file GreenTensor.cpp.
|
noexcept |
Definition at line 60 of file GreenTensor.cpp.
|
noexcept |
Definition at line 55 of file GreenTensor.cpp.
Scalar pairinteraction::GreenTensor< Scalar >::OmegaDependentEntry::val | ( | double | omega | ) | const |
Definition at line 46 of file GreenTensor.cpp.