qubiter icon indicating copy to clipboard operation
qubiter copied to clipboard

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 Qu...

Results 41 qubiter issues
Sort by recently updated
recently updated
newest added

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) [](https://localhost:8080/#) in () ----> 1 wr.write_qbit_swap(1, 3) AttributeError: 'SEO_writer' object has no attribute 'write_qbit_swap' ```...