|
SIRIUS 7.5.0
Electronic structure library and applications
|
Describes radial solution. More...
#include <typedefs.hpp>
Public Attributes | |
| int | n |
| Principal quantum number. More... | |
| int | l |
| Angular momentum quantum number. More... | |
| int | dme |
| Order of energy derivative. More... | |
| double | enu |
| Energy of the solution. More... | |
| int | auto_enu |
| Automatically determine energy. More... | |
| bool | new_enu_found {false} |
Describes radial solution.
Definition at line 127 of file typedefs.hpp.
| int sirius::radial_solution_descriptor::n |
Principal quantum number.
Definition at line 130 of file typedefs.hpp.
| int sirius::radial_solution_descriptor::l |
Angular momentum quantum number.
Definition at line 133 of file typedefs.hpp.
| int sirius::radial_solution_descriptor::dme |
Order of energy derivative.
Definition at line 136 of file typedefs.hpp.
| double sirius::radial_solution_descriptor::enu |
Energy of the solution.
Definition at line 139 of file typedefs.hpp.
| int sirius::radial_solution_descriptor::auto_enu |
Automatically determine energy.
Definition at line 142 of file typedefs.hpp.
| bool sirius::radial_solution_descriptor::new_enu_found {false} |
Definition at line 144 of file typedefs.hpp.