vibeqc.CISDResult¶
- class vibeqc.CISDResult(e_total, e_corr, e_ref, ci_coeffs, determinants, n_det=0, reference_weight=0.0, max_excitation=2, n_core=0, converged=True, eigenvalues=None, e_totals=<factory>, ci_coeffs_all=None, _nalpha=0, _nbeta=0)[source]¶
Bases:
objectResult of a fixed-space CISD (or CIS,
max_excitation=1).- Parameters:
- e_total¶
Ground-state total energy (CI eigenvalue + nuclear repulsion + frozen- core energy).
- Type:
- e_corr¶
Correlation energy
E_total − E_ref(E_ref = energy of the reference determinant in the same integrals; this is the SCF energy when the orbitals are the SCF MOs).- Type:
- ci_coeffs¶
Ground-state CI vector over
determinants(shape(n_det,)).- Type:
np.ndarray
- determinants¶
The
(alpha_occ, beta_occ)determinants spanning the CISD space, in the active-space orbital numbering.- Type:
list[SpinDet]
- reference_weight¶
Squared CI coefficient of the reference determinant (closeness to a single-reference picture).
- Type:
- eigenvalues¶
All CI total energies (ascending), useful for excited roots / spectra.
- Type:
np.ndarray
- ci_coeffs_all¶
(n_det, nroots)eigenvectors whennroots > 1(elseNone).- Type:
np.ndarray or None
- __init__(e_total, e_corr, e_ref, ci_coeffs, determinants, n_det=0, reference_weight=0.0, max_excitation=2, n_core=0, converged=True, eigenvalues=None, e_totals=<factory>, ci_coeffs_all=None, _nalpha=0, _nbeta=0)¶
- Parameters:
- Return type:
None
Methods
__init__(e_total, e_corr, e_ref, ci_coeffs, ...)dominant_configurations([n, root, min_weight])Leading
(description, coefficient, weight)of a CI root.Attributes