You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Additional OpType member,OpType.Delay, to enable translation from qiskit into tket circuit after dynamical decoupling is applied to the qiskit circuit
Modifications into IBMQBackend et al, to enable compilation and submission of tket Circuit with OpType.Delay gate to IBM backends and simulators
The text was updated successfully, but these errors were encountered:
jcqc
changed the title
Add OpType.Delay as valid member of pytket.circuit.OpType
Add OpType.Delay as valid member of pytket.circuit.OpType for ibm backend
Oct 23, 2024
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:
Additional OpType member,OpType.Delay, to enable translation from qiskit into tket circuit after dynamical decoupling is applied to the qiskit circuit
Modifications into IBMQBackend et al, to enable compilation and submission of tket Circuit with OpType.Delay gate to IBM backends and simulators
The text was updated successfully, but these errors were encountered: