MinimumEigensolverFactory
class MinimumEigensolverFactory
Bases: abc.ABC
A factory to construct a minimum eigensolver based on a qubit operator transformation.
Methods
get_solver
abstract MinimumEigensolverFactory.get_solver(transformation)
Returns a minimum eigensolver, based on the qubit operator transformation.
Parameters
transformation (Transformation
) – The qubit operator transformation.
Return type
MinimumEigensolver
Returns
A minimum eigensolver suitable to compute the ground state of the molecule transformed by transformation
.
supports_aux_operators
abstract MinimumEigensolverFactory.supports_aux_operators()
Returns whether the eigensolver generated by this factory supports auxiliary operators.
Return type
bool
Was this page helpful?
Report a bug or request content on GitHub.