2020-10-16 18:32:25 +02:00
# QMCkl: Quantum Monte Carlo Kernel Library
2020-10-15 10:19:17 +02:00
2020-10-15 12:17:20 +02:00
![Build Status ](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main )
2020-10-15 10:19:17 +02:00
2020-10-16 18:23:20 +02:00
The domain of quantum chemistry needs a library in which the main
kernels of Quantum Monte Carlo (QMC) methods are implemented. In the
library proposed in this project, we expose the main algorithms in a
2020-10-16 18:31:07 +02:00
simple language and provide a standard API and tests to enable the
2020-10-16 18:23:20 +02:00
development of high-performance QMCkl implementations taking
advantage of modern hardware.
2020-10-13 15:12:27 +02:00
2020-10-16 18:32:25 +02:00
See the [source code ](https://github.com/TREX-CoE/qmckl/tree/main/src )
2020-10-16 18:23:20 +02:00
to read the documentation.
2020-10-17 00:28:49 +02:00
To clone the repository, use:
```
git clone --recursive https://github.com/TREX-CoE/qmckl.git
```
to dowload also the [munit ](https://github.com/nemequ/munit ) unit testing
framework.
2020-10-16 18:23:20 +02:00
------------------------------
2020-10-16 18:30:36 +02:00
![European flag ](https://trex-coe.eu/sites/default/files/inline-images/euflag.jpg )
2020-10-16 18:23:20 +02:00
[TREX: Targeting Real Chemical Accuracy at the Exascale ](https://trex-coe.eu ) project has received funding from the European Union’ s Horizon 2020 - Research and Innovation program - under grant agreement no. 952165. The content of this document does not represent the opinion of the European Union, and the European Union is not responsible for any use that might be made of such content.
2020-10-17 00:28:49 +02:00