warrenalphonso / qc-mentorship

VQE on the Hubbard model

Home Page:http://www.warrenalphonso.com/qc/hubbard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a virtual environment: python3 -m venv env. Activate it with source env/bin/activate. Then, pip install -r requirements.txt.

Run ipython kernel install --user. This is because sometimes the path points to the root instead of the virtual environment. To check, open the notebook and run:

import sys 
sys.executable

to make sure it's pointing to the virtual environment.

About

VQE on the Hubbard model

http://www.warrenalphonso.com/qc/hubbard

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%