Eigensolver¶
- class Eigensolver[Quellcode]¶
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
Computes the minimum eigenvalue.
Whether computing the expectation value of auxiliary operators is supported.