|
occ
|
What a guess needs to know about the system. More...
#include <initial_guess.h>
Public Attributes | |
| const gto::AOBasis & | basis |
| The orbital basis, carrying the atoms and any ECP. | |
| int | charge {0} |
| Net charge of the system. | |
| int | num_electrons {0} |
| Active electrons, i.e. with any ECP-replaced core already removed. | |
What a guess needs to know about the system.
Deliberately not the SCF procedure: none of these guesses needs a Fock build, so none of them should have to name one. That keeps the whole module out of the SCF template.
| const gto::AOBasis& occ::qm::GuessRequest::basis |
The orbital basis, carrying the atoms and any ECP.
| int occ::qm::GuessRequest::charge {0} |
Net charge of the system.
| int occ::qm::GuessRequest::num_electrons {0} |
Active electrons, i.e. with any ECP-replaced core already removed.