qubiter
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...
https://qbnets.wordpress.com/2017/02/11/r-are-us-we-are-all-r-now/
https://qbnets.wordpress.com/2017/01/31/qubiter-and-ibm-qasm2-can-now-communicate-via-sign-language/
https://qbnets.wordpress.com/2017/01/06/pythonic-qubiter-now-has-a-quantum-compiler-the-death-star-doesnt-have-one-yet/
Check out the following blog post marking the addition of expander code to Qubiter https://qbnets.wordpress.com/2016/12/01/dumbing-down-a-quantum-language-sequel-1/
https://qbnets.wordpress.com/2016/09/20/in-love-with-jupyter-notebooks-post-processing-your-lab-notebook/
https://qbnets.wordpress.com/2016/06/24/qubiters-excellent-adventure-an-out-of-body-quantum-experience-with-ibm/
https://qbnets.wordpress.com/2016/03/29/qubiter-on-the-brink-of-doing-quantum-chemistry/
https://qbnets.wordpress.com/2016/03/22/first-version-of-qubiter-a-quantum-computer-simulator-is-out-it-says-welcome-my-navigator-where-do-you-want-me-to-take-you-next/
From https://nbviewer.org/github/artiste-qb-net/qubiter/blob/master/qubiter/jupyter_notebooks/Say_Hello_World_With_Qubiter.ipynb ``` wr.print_eng_file(jup=True) ``` generated ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 wr.print_eng_file(jup=True) TypeError: SEO_writer.print_eng_file() got an unexpected keyword argument 'jup' ``` in...
From https://nbviewer.org/github/artiste-qb-net/qubiter/blob/master/qubiter/jupyter_notebooks/Say_Hello_World_With_Qubiter.ipynb ``` trols = Controls(num_qbits, {1:True, 2:False, 3:False}) ``` generated ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 2 rads = 30*np.pi/180 3 ax = 2...