From 599afb0e41cbc4cf5b28690fa8455a3b004b3a71 Mon Sep 17 00:00:00 2001 From: Pablo de Oliveira Castro Date: Mon, 21 Jun 2021 11:18:52 +0200 Subject: [PATCH 1/2] Fix broken documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa2d3c..095b50c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ simple language and provide a standard API and tests to enable the development of high-performance QMCkl implementations taking 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/blob/master/org/qmckl.org) to read the documentation. From ddeb5f82f408ecdfdf3de1c6a9c8792b7cea7476 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 21 Jun 2021 11:20:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 095b50c..97606c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 kernels of Quantum Monte Carlo (QMC) methods are implemented. In the