|
SIRIUS 7.5.0
Electronic structure library and applications
|
Contains definition and implementation of sirius::radial_functions_index class. More...
Go to the source code of this file.
Classes | |
| class | sirius::angular_momentum |
| Angular momentum quantum number. More... | |
| struct | sirius::radial_function_index_descriptor |
| Descriptor for the atomic radial functions. More... | |
| class | sirius::radial_functions_index |
| Radial basis function index. More... | |
Namespaces | |
| module | sirius |
| Namespace of the SIRIUS library. | |
Typedefs | |
| using | sirius::rf_index = strong_type< int, struct __rf_index_tag > |
| Radial function index. More... | |
| using | sirius::rf_aw_index = strong_type< int, struct __rf_aw_index_tag > |
| Augmented wave radial function index. More... | |
| using | sirius::rf_lo_index = strong_type< int, struct __rf_lo_index_tag > |
| Local orbital radial function index. More... | |
| using | sirius::bf_index = strong_type< int, struct __bf_index_tag > |
| Basis function index. More... | |
| using | sirius::bf_aw_index = strong_type< int, struct __bf_aw_index_tag > |
| Augmented wave basis function index. More... | |
| using | sirius::bf_lo_index = strong_type< int, struct __bf_lo_index_tag > |
| Local orbital basis function index. More... | |
Functions | |
| bool | sirius::operator== (angular_momentum lhs__, angular_momentum rhs__) |
| bool | sirius::operator!= (angular_momentum lhs__, angular_momentum rhs__) |
| std::ostream & | sirius::operator<< (std::ostream &out, angular_momentum am) |
| Output angular momentum to a stream. More... | |
| auto | sirius::begin (radial_functions_index const &idx__) |
| auto | sirius::end (radial_functions_index const &idx__) |
Contains definition and implementation of sirius::radial_functions_index class.
Definition in file radial_functions_index.hpp.