Implementation of normalizing flows for QMC
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install qmcflow from GitHub repository, do:
git clone git@github.com:NLESC-JCER/qmcflow.git
cd qmcflow
python3 -m pip install .
Include a link to your project's full documentation here.
If you want to contribute to the development of qmcflow, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.