Japanese
言語
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.chemistry.algorithms.EigensolverFactory

class EigensolverFactory[ソース]

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)[ソース]

Returns a eigensolver, based on the qubit operator transformation.

パラメータ

transformation (Transformation) – The qubit operator transformation.

戻り値の型

Eigensolver

戻り値

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