Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.QAOA.compute_minimum_eigenvalue

QAOA.compute_minimum_eigenvalue(operator, aux_operators=None)

Computes minimum eigenvalue. Operator and aux_operators can be supplied here and if not None will override any already set into algorithm so it can be reused with different operators. While an operator is required by algorithms, aux_operators are optional. To 'remove' a previous aux_operators array use an empty list here.

প্যারামিটার
  • operator (OperatorBase) -- Qubit operator of the Observable

  • aux_operators (ListOrDict[OperatorBase] | 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, total particle count operators so we can get values for these at the ground state.

রিটার্নস

MinimumEigensolverResult

রিটার্ন টাইপ

MinimumEigensolverResult