From eb324ad53e5142c87562fffb21264e20b53e92e4 Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Thu, 7 Feb 2019 22:52:06 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b9b72..701c106 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # quack -quack is a small quantum chemistry package which does some weird stuff +quack is a small quantum chemistry package which does some weird stuff. +quack also include a very slow integral package called IntPak which does compute many types of different integrals. From f059f1374e49e54571105b541b4dfeb7da0e5b99 Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Thu, 7 Feb 2019 22:55:24 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 701c106..28ea895 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # quack quack is a small quantum chemistry package which does some weird stuff. +In particular, quack can performed various types of GW calculations (G0W0, evGW, qsGW, etc). quack also include a very slow integral package called IntPak which does compute many types of different integrals.