TRIQS/triqs_modest 3.3.0
Brillouin zone summation
Loading...
Searching...
No Matches
triqs::modest::dft_code Namespace Reference

Functions

DFTCode dft_code_to_enum (std::string const &code)
 
nda::matrix< dcomplexget_spherical_to_dft_rotation (DFTCode code, long l)
 
nda::matrix< dcomplexget_spherical_to_dft_rotation_VASP (long l)
 
nda::matrix< dcomplexget_spherical_to_dft_rotation_Wien2k (long l)
 

Function Documentation

◆ dft_code_to_enum()

DFTCode triqs::modest::dft_code::dft_code_to_enum ( std::string const &  code)
inline

Definition at line 14 of file dft_code_specific.hpp.

◆ get_spherical_to_dft_rotation()

nda::matrix< dcomplex > triqs::modest::dft_code::get_spherical_to_dft_rotation ( DFTCode  code,
long  l 
)
inline

Definition at line 31 of file dft_code_specific.hpp.

◆ get_spherical_to_dft_rotation_VASP()

nda::matrix< dcomplex > triqs::modest::dft_code::get_spherical_to_dft_rotation_VASP ( long  l)

Definition at line 11 of file Vasp.cpp.

◆ get_spherical_to_dft_rotation_Wien2k()

nda::matrix< dcomplex > triqs::modest::dft_code::get_spherical_to_dft_rotation_Wien2k ( long  l)

Definition at line 11 of file Wien2k.cpp.