From db931247fb9854d5a9f224d071e59ea87c7108ca Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 16 Oct 2020 18:30:36 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 438414c..602ecbb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ to read the documentation. ------------------------------ -[[https://trex-coe.eu/sites/default/files/inline-images/euflag.jpg]] +![European flag](https://trex-coe.eu/sites/default/files/inline-images/euflag.jpg) [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. - \ No newline at end of file + From 795803ef847c1f91c6250a0e6260246138f28a3b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 16 Oct 2020 18:31:07 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 602ecbb..545bd61 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 -language and provide a standard API and tests to enable the +simple language and provide a standard API and tests to enable the development of high-performance QMCkl implementations taking advantage of modern hardware. From 9e5b2b4fa5ff42b3f3425a1d2ba9f6ac6fc5b33d Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 16 Oct 2020 18:32:25 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 545bd61..71f31d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) @@ -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/src/README.org) +See the [source code](https://github.com/TREX-CoE/qmckl/tree/main/src) to read the documentation.