0

In a five qubit (q0, q1, q2, q3 and q4) quantum circuit, I need to consider only those measurement readings of q0, q1 and q2 for which q3 and q4 measures 0. More specifically, I am trying to implement a protocol using this (see eq. 3). I use two ancilla qubits (q3 and q4) instead of one (as descried in this paper) and the protocol will be executed only if both the ancillaries measure 0. In the end I need the readouts for q0, q1 and q2. How to implement this in Qiskit (also I need to execute the code on a IBM Quantum computer)?

User3912
  • 1
  • 1

1 Answers1

1

Yes, this is implementable with dynamic circuit support on IBM Quantum hardware.

ThomasAlexander
  • 751
  • 3
  • 3