|
sisi4s
|
Enumerations | |
| enum | AngularMomentum { S = 1 , P = 3 , D = 5 , F = 7 , G = 9 , H = 11 , I = 13 , K = 15 } |
Functions | |
| std::vector< AngularMomentum > | all () |
| size_t | toInt (const AngularMomentum &) |
| AngularMomentum | fromString (const std::string &) |
| enum am::AngularMomentum |
| std::vector< am::AngularMomentum > am::all | ( | ) |
| am::AngularMomentum am::fromString | ( | const std::string & | a | ) |
| size_t am::toInt | ( | const AngularMomentum & | a | ) |