|
QNANO
|
#include <Orbital_Index.h>
Classes | |
| class | Orbnames |
| Names of orbitals. More... | |
Public Member Functions | |
| operator int () const | |
| operator std::string () const | |
| Orbital_Index (int orb_, bool spinup_=false) | |
| Orbital_Index (const std::string &name, bool spinup_=false) | |
Public Attributes | |
| int | selected |
Class to access supported orbitals by name.
The list of ints maps a counting integer to the types of orbitals. Example: full spds*: list: {0,1,2,...9}, spinless=false Example: graphene: list: {3}, spinless=true
1.8.11