qiskit.chemistry.algorithms.EigensolverFactory
class EigensolverFactory
A factory to construct a eigensolver based on a qubit operator transformation.
__init__
__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. |
get_solver
abstract 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.