Replies: 1 comment 2 replies
|
Hi, thanks for opening this discussion. |
2 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, I was having the following errors when I tried to convert bv_n14 from QASMbench(https://github.com/pnnl/QASMBench) with the following script:
ecc_qiskit_wrapper -f /.../bv_n14.qasm -ecc Q9Surface -fq 50 -m D -e "./bv_n14_Q9Surface.qasm"
and got error
ValueError: Gate x not supported to encode in error code Q9Surface!
but read in the document that x gate is supported with Q9Surface, and I tried to replace x with hzh and that also gives the same error.
All reactions