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

MinimumEigensolver

class MinimumEigensolver[소스]

기반 클래스: ABC

Deprecated: Minimum Eigensolver Interface.

The Minimum Eigensolver interface has been superseded by the qiskit.algorithms.minimum_eigensolvers.MinimumEigensolver interface. This interface will be deprecated in a future release and subsequently removed after that.

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

버전 0.24.0부터 폐지됨: The class qiskit.algorithms.minimum_eigen_solvers.minimum_eigen_solver.MinimumEigensolver is deprecated as of qiskit-terra 0.24.0. It will be removed no earlier than 3 months after the release date. Instead, use the interface qiskit.algorithms.minimum_eigensolvers.MinimumEigensolver. See https://qisk.it/algo_migration for a migration guide.

Methods

compute_minimum_eigenvalue

Computes minimum eigenvalue.

supports_aux_operators

Whether computing the expectation value of auxiliary operators is supported.