CQCL/pytket-qiskit

Add OpType.Delay as valid member of pytket.circuit.OpType

Opened this issue · 1 comments

Hi all, I am applying a dynamical decoupling pass on a qiskit circuit and then converting into a tket circuit. I am running into a issue since I cannot convert a qiskit "delay" instruction into a tket OpType .

Please can I request the following:

  1. Additional OpType member,OpType.Delay, to enable translation from qiskit into tket circuit after dynamical decoupling is applied to the qiskit circuit

  2. Modifications into IBMQBackend et al, to enable compilation and submission of tket Circuit with OpType.Delay gate to IBM backends and simulators