Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 884 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 884 Bytes

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!