Installation instructions

Pip

You can obtain releases by executing

pip install pyqmc --upgrade

The latest code can be installed as follows

pip install git+git://github.com/WagnerGroup/pyqmc --upgrade

pyqmc tests require the naive HCI module from pyscf. You can install it using

pip install pyscf[naive_hci]

GitHub

git clone https://github.com/WagnerGroup/pyqmc.git
export PYTHONPATH:$PYTHONPATH:/path/to/pyqmc