This repo contains the contents for the exploratory X-Team Quantum Computation article!
Tested using Python 3.6.x
To install dependencies into a Python virtual environment
:
$ python -m pip install --upgrade pip
$ python -m venv ENV_QUANTUM
$ source ENV_QUANTUM/Scripts/activate
Then, after activating the selected environment:
$ python -m pip install -r requirements.txt
Our Angular 5 app leverages the ng-cli
with these convenient scripts:
$ npm install
$ npm run build
$ npm run start
Each example (JavaScript and Python) implements some of the most basic and most common Quantum operations:
- Pauli linear operators
- Fourier Transform
- Hadamard
For more information, please check out:
Quantum Computing - Jozef Gruska
Quantum Computing: Lecture Notes - Ronald de Wolf
And the fantastic official docs:
Brandon Smith
Joey Kyber
Puk Patrick
MIT licensed! Free to use wherever, whenever!