Question/Feature : Workflow for Hardware-Aware Transpilation #328
KaranSinghDev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been exploring the best way to achieve this for a circuit defined and trained in TorchQuantum. I have looked through the documentation and examples, and I see a clear path for converting a tq.QuantumDevice to a Qiskit QuantumCircuit object, which would then allow me to use Qiskit's excellent transpile() function.
My questions are:
Is this "Export to Qiskit" workflow the official, recommended method for performing hardware-aware transpilation of TorchQuantum circuits?
Are there any plans to develop a native transpilation feature within TorchQuantum itself, or is the philosophy to continue leveraging Qiskit for these hardware-specific compilation tasks?
Beta Was this translation helpful? Give feedback.
All reactions