vibeqc.CISDOptions¶
- class vibeqc.CISDOptions(*, max_excitation=2, nroots=1, max_det=20000)[source]¶
Bases:
objectCISD options for
run_job(method="cisd")/citype="cisd".The standalone
cisd()solver keeps the same controls as explicit keyword arguments. This options struct is the high-level driver surface, mirroring the CASCI/CASSCF option pattern.- nroots¶
Number of CI roots to solve for (default 1). With
nroots > 1the headlineSolverResult.energystays root 0 and the .out solver block prints the root-energy table.- Type:
- max_det¶
Guard on the determinant-space size (default 20 000). Raise this deliberately for larger dense eigensolves.
- Type:
int | None
- __init__(*, max_excitation=2, nroots=1, max_det=20000)¶
Methods
__init__(*[, max_excitation, nroots, max_det])Attributes