French
Langues
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.chemistry.algorithms.MinimumEigensolverFactory

class MinimumEigensolverFactory[source]

A factory to construct a minimum eigensolver based on a qubit operator transformation.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

get_solver(transformation)

Returns a minimum eigensolver, based on the qubit operator transformation.

supports_aux_operators()

Returns whether the eigensolver generated by this factory supports auxiliary operators.

abstract get_solver(transformation)[source]

Returns a minimum eigensolver, based on the qubit operator transformation.

Paramètres

transformation (Transformation) – The qubit operator transformation.

Type renvoyé

MinimumEigensolver

Renvoie

A minimum eigensolver suitable to compute the ground state of the molecule transformed by transformation.

abstract supports_aux_operators()[source]

Returns whether the eigensolver generated by this factory supports auxiliary operators.

Type renvoyé

bool