Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.eigensolvers.VQD.compute_eigenvalues

VQD.compute_eigenvalues(operator, aux_operators=None)[ソース]

Computes the minimum eigenvalue. The operator and aux_operators are supplied here. While an operator is required by algorithms, aux_operators are optional.

パラメータ
  • operator (BaseOperator | PauliSumOp) – Qubit operator of the observable.

  • aux_operators (ListOrDict[BaseOperator | PauliSumOp] | None) – Optional list of auxiliary operators to be evaluated with the eigenstate of the minimum eigenvalue main result and their expectation values returned. For instance, in chemistry, these can be dipole operators and total particle count operators, so we can get values for these at the ground state.

戻り値

An eigensolver result.

戻り値の型

VQDResult