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
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!