Contents:
Bases: object
object
Generic system class
This class should contain information that is system specific and not related to the hamiltonian
nelec (tuple) – Number of alpha and beta electrons.
inputs (dict) – Input options defined below.
verbose (bool) – Print extra information.
number of alpha electrons
int
number of beta electrons
total number of electrons
Number of alpha and beta electrons.
tuple
Wrapper to select system class
sys_opts (dict) – System input options.
verbose (bool) – Output verbosity.
system – System class.