German
Sprachen
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.chemistry.algorithms.EigensolverFactory

class EigensolverFactory[Quellcode]

A factory to construct a 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 eigensolver, based on the qubit operator transformation.

abstract get_solver(transformation)[Quellcode]

Returns a eigensolver, based on the qubit operator transformation.

Parameter

transformation (Transformation) – The qubit operator transformation.

Rückgabetyp

Eigensolver

Rückgabe

An eigensolver suitable to compute the excited states of the molecule transformed by transformation.