French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Eigensolver

class Eigensolver[source]

Bases : ABC

The eigensolver interface.

Algorithms that can compute eigenvalues for an operator may implement this interface to allow different algorithms to be used interchangeably.

Methods

compute_eigenvalues

Computes the minimum eigenvalue.

supports_aux_operators

Whether computing the expectation value of auxiliary operators is supported.