qiskit.chemistry.algorithms.VQEUCCSDFactory.get_solver¶
-
VQEUCCSDFactory.
get_solver
(transformation)[source]¶ Returns a VQE with a UCCSD wavefunction ansatz, based on
transformation
. This works only with aFermionicTransformation
.- Parameters
transformation (
Transformation
) – a fermionic qubit operator transformation.- Return type
MinimumEigensolver
- Returns
A VQE suitable to compute the ground state of the molecule transformed by
transformation
.- Raises
AquaError – in case a Transformation of wrong type is given.