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
Frequently, we need to convert Qiskit.QuantumCircuit objects to pytket.Circuit objects. Since the underlying qiskit_to_tkmethod from pytket-qiskit is not perfect, we have to work with workarounds at various places in MQT Bench. It would be desired to improve those parts of the code, especially when a Qiskit.transpilecall is used before the conversion to avoid errors (e.g., CQCL/pytket-qiskit#138).
The text was updated successfully, but these errors were encountered:
Frequently, we need to convert
Qiskit.QuantumCircuit
objects topytket.Circuit
objects. Since the underlyingqiskit_to_tk
method frompytket-qiskit
is not perfect, we have to work with workarounds at various places in MQT Bench. It would be desired to improve those parts of the code, especially when aQiskit.transpile
call is used before the conversion to avoid errors (e.g., CQCL/pytket-qiskit#138).The text was updated successfully, but these errors were encountered: