Summary This replaces all usage of the deprecated qiskit.algorithms module with the new qiskit_algorithms one provided by the corresponding community project. Closes #1250 Details and comments Right now, this will still fail CI because I need to handle c
:class:`qiskit_nature_pyscf.runtime.QiskitSolver` .. code-block:: python from pyscf import gto, scf, mcscf from qiskit.algorithms.optimizers import SLSQP from qiskit.primitives import Estimator from qiskit_nature.second_q.algorithms import GroundStateEigensolver, VQEUCCFactory from qiskit_nature.se...