20 throw std::runtime_error{
"Not a valid dft_code!"};
40 default:
throw std::invalid_argument(
"Unknown DFTCode");
nda::matrix< dcomplex > get_spherical_to_dft_rotation_VASP(long l)
nda::matrix< dcomplex > get_spherical_to_dft_rotation_Wien2k(long l)
nda::matrix< dcomplex > get_spherical_to_dft_rotation(DFTCode code, long l)
DFTCode dft_code_to_enum(std::string const &code)