Eigensolver¶
- class Eigensolver[fuente]¶
Bases:
ABC
Pending deprecation: Eigensolver Interface.
The Eigensolver interface has been superseded by the
qiskit.algorithms.eigensolvers.Eigensolver
interface. This interface will be deprecated in a future release and subsequently removed after that.Algorithms that can compute eigenvalues for an operator may implement this interface to allow different algorithms to be used interchangeably.
Methods
Computes eigenvalues.
Whether computing the expectation value of auxiliary operators is supported.