1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-11 07:18:31 +02:00

Killed 'main' branch

This commit is contained in:
Anthony Scemama 2021-06-21 11:19:24 +02:00
parent 0db9c6009d
commit 50c42b2106

View File

@ -1,6 +1,6 @@
# QMCkl: Quantum Monte Carlo Kernel Library # QMCkl: Quantum Monte Carlo Kernel Library
![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main) ![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=master)
The domain of quantum chemistry needs a library in which the main The domain of quantum chemistry needs a library in which the main
kernels of Quantum Monte Carlo (QMC) methods are implemented. In the kernels of Quantum Monte Carlo (QMC) methods are implemented. In the
@ -9,7 +9,7 @@ simple language and provide a standard API and tests to enable the
development of high-performance QMCkl implementations taking development of high-performance QMCkl implementations taking
advantage of modern hardware. advantage of modern hardware.
See the [source code](https://github.com/TREX-CoE/qmckl/tree/main/src) See the [source code](https://github.com/TREX-CoE/qmckl/tree/master/src)
to read the documentation. to read the documentation.