From 50c42b2106b9f671d0125d9697a8c68ea32df1d1 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 21 Jun 2021 11:19:24 +0200 Subject: [PATCH] Killed 'main' branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa2d3c..9665ef0 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 @@ -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/tree/master/src) to read the documentation.