ARTS 2.5.10 (git: 2f1c442c)
|
#include "arts_conversions.h"
#include "linemixing.h"
#include "matpackI.h"
#include "wigner_functions.h"
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
Functions | |
constexpr Numeric | FECS (Numeric OMGA, Numeric EC) noexcept |
Numeric | relaxation_matrix_element (const Index li, const Index lf, const Index jji, const Index jjf, const Index jjip, const Index jjfp, const Vector &ECS, const Vector &QL) |
int | main () |
Definition at line 8 of file linemixing_jmh.cc.
Referenced by main().
int main | ( | void | ) |
Definition at line 29 of file linemixing_jmh.cc.
References FECS(), joker, make_wigner_ready(), max(), min(), and relaxation_matrix_element().
Referenced by bad_propmat().
Numeric relaxation_matrix_element | ( | const Index | li, |
const Index | lf, | ||
const Index | jji, | ||
const Index | jjf, | ||
const Index | jjip, | ||
const Index | jjfp, | ||
const Vector & | ECS, | ||
const Vector & | QL | ||
) |
Definition at line 10 of file linemixing_jmh.cc.
References wigner3j(), and wigner6j().
Referenced by main().