Skip to content

sahilpatelsp/quantum-compressor

 
 

Repository files navigation

Compressed quantum computation using Cirq

Demonstrates a compressed simulation of the transverse field 1D-Ising Interaction. This is an example of compressed quantum computation simulating an Ising chain of n qubits by using only log(n) qubits.

Authors: Akash Khosla, Allen Chen, Henry Sun, Sahil Patel, Victor Li

Build Status codecov

Instructions

Clone the repo, and install the requirements:

pip3 install -r requirements.txt

We recommend using a virtualenv in Python 3.7.

virtualenv -p python3 env

Use the jupyter notebook to go through our tutorial of how this works!

About

Quantum Compression implemented in Cirq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.3%
  • Python 46.7%