├── .gitignore ├── LICENSE ├── Quantum_Operation.qs └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouriya73/simple-quantum-computer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouriya73/simple-quantum-computer/HEAD/LICENSE -------------------------------------------------------------------------------- /Quantum_Operation.qs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouriya73/simple-quantum-computer/HEAD/Quantum_Operation.qs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouriya73/simple-quantum-computer/HEAD/README.md --------------------------------------------------------------------------------