Hi, i'm a student using your library to understand block encoding and learn quantum computing. While using it I found an error related to the _util.py file. In particular there is a circ.cnot(j, 0) but in Qiskit convention this is indicated as circ.cx(j, 0).
Hi, i'm a student using your library to understand block encoding and learn quantum computing. While using it I found an error related to the _util.py file. In particular there is a
circ.cnot(j, 0)
but in Qiskit convention this is indicated ascirc.cx(j, 0)
.