Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 786 Bytes

How to use qmcflow

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.

Installation

To install qmcflow from GitHub repository, do:

git clone [email protected]:NLESC-JCER/qmcflow.git
cd qmcflow
python3 -m pip install .

Documentation

Include a link to your project's full documentation here.

Contributing

If you want to contribute to the development of qmcflow, have a look at the contribution guidelines.

Credits

This package was created with Cookiecutter and the NLeSC/python-template.