Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.ignis.verification.QOTPCorrectCounts

QOTPCorrectCounts(qotp_counts, qotp_postp)

GitHub

Corrects a dictionary of results, shifting the qotp

Parameters

  • qotp_counts (dict) – a dict of exp counts
  • qotp_postp (list) – a binary list denoting the one time pad

Returns

the corrected counts dict

Return type

dict

Was this page helpful?
Report a bug or request content on GitHub.