Drawing quantum circuit after solving system. #13
Unanswered
HuynhTran0301
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you can specify the sequence of gates, Quantikz.jl can draw them. But this is just a visualization package. It has nothing to do with ODEs. If you are solving some Hamiltonian evolution of a set of qubits (what I assume you mean by an ODE system), maybe you will get some unitary operation out of it. There is no circuit involved here. Each unitary has multiple circuits that can implement it, but finding one of these circuits is not straightforward, especially if you have a large number of qubits. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to ask that may Quantikz.jl help to draw the quantum circuit after solving the ODE system?
Beta Was this translation helpful? Give feedback.
All reactions