TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
Loading...
Searching...
No Matches
triqs::modest::dft_tools Namespace Reference

Namespaces

namespace  qe
 
namespace  vasp
 
namespace  wien2k
 

Functions

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

Function Documentation

◆ dft_code_to_enum()

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

Convert DFT code name string to DFTCode enum

Parameters
codeString identifier for the DFT code
Returns
Corresponding DFTCode enum value
Exceptions
std::runtime_errorif code string is not recognized

Definition at line 22 of file utils.hpp.

◆ get_spherical_to_dft_rotation()

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

Definition at line 34 of file spherical_rotation.hpp.