Use the Adiabatic Principle to solve for the ground state(s) of the Ising model with a quantum circuit.
- Notebook 1 introduces the basic postulates
- Notebook 2 presents a simple introduction to gates
- Notebook 3 demonstrates the implementation
-
Download
git clone git@github.com:CHEM-PHYS-X684/AdiabaticPrinciple.git cd AdiabaticPrinciple/
-
create virtual environment (optional)
virtualenv -p python3 venv source venv/bin/activate
-
Install
pip install -r requirements.txt
-
Start Jupyter tests
jupyter-lab