Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

MinimumEigensolver

class MinimumEigensolver[소스]

기반 클래스: ABC

The minimum eigensolver interface.

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

Methods

compute_minimum_eigenvalue

Computes the minimum eigenvalue.

supports_aux_operators

Whether computing the expectation value of auxiliary operators is supported.