RuntimeError when using qiskit_to_tk with certain gates #41
Labels
bug
Something isn't working
circuit_conversion
Issues and pull requests related to coverting qiskit circuits to pytket and vice versa
enhancement
New feature or request
I get a
RuntimeError
when usingqiskit_to_tk
with certain quantum circuit/gates. One example is the following:leading to the error
Here, the Qiskit
QuantumCircuit
contains just oneTwoLocal
gate.However, when I decompose the quantum circuit first, the transformation works:
Similar errors occur when trying to transform other circuits with other non-openqasm gates.
I used python v3.9.7, pytket_qiskit v0.32.0, pytket v1.9.0, and qiskit v0.39.3 under Mac OS 13.0.1.
The text was updated successfully, but these errors were encountered: