MinimumEigensolver

class MinimumEigensolver[source]

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.

Attributes

MinimumEigensolver.aux_operators

Returns the auxiliary operators.

MinimumEigensolver.operator

Return the operator.

Methods

MinimumEigensolver.compute_minimum_eigenvalue([…])

Computes minimum eigenvalue.

MinimumEigensolver.supports_aux_operators()

Whether computing the expectation value of auxiliary operators is supported.