quri_parts.pyscf package

get_spin_mo_integrals_from_mole(mole, mo_coeff, active_space=None)

Computes the spin MO electron integrals and the corresponding ActiveSpace object.

Parameters:
  • mole (Mole)

  • mo_coeff (ndarray[Any, dtype[complex128]])

  • active_space (ActiveSpace | None)

Return type:

tuple[ActiveSpace, SpinMOeIntSet]

Subpackages