artiste-qb-net / qubiter

Python tools for reading, writing, compiling, simulating quantum computer circuits. Includes numpy and tensorflow backends. “Quantum Space, the final frontier. These are the voyages of the starship Qubiter. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before.”
Other
120 stars 31 forks source link

write_qbit_swap #44

Open bsiegelwax opened 8 months ago

bsiegelwax commented 8 months ago

From https://nbviewer.org/github/artiste-qb-net/qubiter/blob/master/qubiter/jupyter_notebooks/Say_Hello_World_With_Qubiter.ipynb

wr.write_qbit_swap(1, 3)

generated

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
[<ipython-input-16-07e6182e0c92>](https://localhost:8080/#) in <cell line: 1>()
----> 1 wr.write_qbit_swap(1, 3)

AttributeError: 'SEO_writer' object has no attribute 'write_qbit_swap'

in Colab.