Replies: 1 comment 13 replies
-
|
Hi, I have worked around similar issues to this in the past before this is supported, using some knowledge of the internals of the Essentially
this might be slightly more difficult in your case as you may not be able to use string literals for the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to save the state vector of qubits that organized into several arrays,
many_arrays: array[array[qubit, N], M]. The number of arrays and their sizes are both known at compile time, but may otherwise vary. I was hoping to do something likebut this throws the error
How can I save the state vector of all qubits?
Beta Was this translation helpful? Give feedback.
All reactions