QiskitSolver.make_rdm1s#

QiskitSolver.make_rdm1s(fake_ci_vec, norb, nelec)[source]#

Constructs the alpha- and beta-spin 1-RDMs.

Parameters:
  • fake_ci_vec (QiskitSolver) – the reference to the QiskitSolver.

  • norb (int) – the number of (active) orbitals. (currently ignored!)

  • nelec (int | tuple[int, int]) – the number of (active) electrons. (currently ignored!)

Returns:

The alpha- and beta-spin 1-RDMs.

Return type:

tuple[np.ndarray, np.ndarray]