qiskit.chemistry.algorithms.VQEUVCCSDFactory.get_solver¶
-
VQEUVCCSDFactory.
get_solver
(transformation)[source]¶ Returns a VQE with a UVCCSD wavefunction ansatz, based on
transformation
. This works only with aBosonicTransformation
.- Parameters
transformation (
BosonicTransformation
) – a bosonic qubit operator transformation.- Return type
MinimumEigensolver
- Returns
A VQE suitable to compute the ground state of the molecule transformed by
transformation
.