Skip to main content
IBM Quantum Platform
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

EigensolverFactory

class EigensolverFactory

GitHub

Bases: abc.ABC

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


Methods

get_solver

abstract EigensolverFactory.get_solver(transformation)

Returns a eigensolver, based on the qubit operator transformation.

Parameters

transformation (Transformation) – The qubit operator transformation.

Return type

Eigensolver

Returns

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

Was this page helpful?
Report a bug or request content on GitHub.