Influence of preserve_param_uuid
parameter in qiskit_to_tk
#258
Closed
nquetschlich
started this conversation in
General
Replies: 1 comment
-
See #264 . |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi there,
I am currently playing around with parameterized circuit compilation using both qiskit and TKET. In that regard, I noticed in
qiskit_to_tk
setting the parameterpreserve_param_uuid=True
very much affects the size of the output circuit, as shown in this example:The code prints:
Showing a large difference in
u
gates. However, if we do not compile to the native gateset before using qiskit, this is not the case. Since this behavior is not intuitive to me, I was hoping for some clarification from your side.Beta Was this translation helpful? Give feedback.
All reactions