khoslaventures / quantum-compressor

Simulating a 1-D Ising chain with compressed quantum matchgates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Simulating a 1-D Ising chain with compressed quantum matchgates

License:MIT License


Languages

Language:Jupyter Notebook 53.3%Language:Python 46.7%