Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

qiskit.ignis.verification.QOTPCorrectString

QOTPCorrectString(qotp_string, qotp_postp) GitHub(opens in a new tab)

Corrects a measurement string, shifting the qotp

Parameters

  • qotp_string (str) – a measurement output string
  • qotp_postp (list) – a binary list denoting the one time pad

Returns

the corrected counts dict

Return type

dict

Was this page helpful?