Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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

compute_eigenvalues

Computes eigenvalues.

supports_aux_operators

Whether computing the expectation value of auxiliary operators is supported.