Find the description of our project in ProjectDescription.pdf.
Create a new conda environment:
- conda create -n hybrid_qcbm_env python=3.10
- conda activate hybrid_qcbm_env
- pip install -r requirements.txt
You are ready to run Example.ipynb in this environment.