From c429ed483a7f05db00df06b8597b9f8a3087fbf3 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 4 Jul 2022 15:20:15 +0200 Subject: [PATCH 1/4] Discussion list QP --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24d6277e..b03f2ecc 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ https://arxiv.org/abs/1902.08154 * [Download the latest release](http://github.com/QuantumPackage/qp2/releases) * [Read the documentation](https://quantum-package.readthedocs.io) +# Discussion list + +For any questions or announcements regarding QuantumPackage, you can join our discussion list by registering [here](https://groupes.renater.fr/sympa/subscribe/quantum_package) or by sending an email to `quantum_package-request@groupes.renater.fr` . +You can also look over its [archives](https://groupes.renater.fr/sympa/arc/quantum_package). + + # Build status * Master [![master build status](https://travis-ci.com/QuantumPackage/qp2.svg?branch=master)](https://travis-ci.org/QuantumPackage/qp2) From 0a254628e5af2bd8f5dc50ed0aaef8dba738707d Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 21 Apr 2022 13:39:01 +0200 Subject: [PATCH 2/4] Update test values --- src/fci/40.fci.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fci/40.fci.bats b/src/fci/40.fci.bats index 1a0c5507..b8528e97 100644 --- a/src/fci/40.fci.bats +++ b/src/fci/40.fci.bats @@ -71,7 +71,7 @@ function run_stoch() { @test "HBO" { # 13.3144s [[ -n $TRAVIS ]] && skip qp set_file hbo.ezfio - run -100.214099486337 1.e-3 100000 + run -100.213 1.e-3 100000 } @test "H2O" { # 11.3727s @@ -89,7 +89,7 @@ function run_stoch() { @test "SO" { # 13.4952s [[ -n $TRAVIS ]] && skip qp set_file so.ezfio - run -26.0176563764039 1.e-3 100000 + run -26.014 5.e-3 100000 } @test "H2S" { # 13.6745s @@ -119,7 +119,7 @@ function run_stoch() { @test "SiH3" { # 15.99s [[ -n $TRAVIS ]] && skip qp set_file sih3.ezfio - run -5.57241217753818 5.e-4 100000 + run -5.572 1.e-3 100000 } @test "CH4" { # 16.1612s @@ -153,7 +153,7 @@ function run_stoch() { [[ -n $TRAVIS ]] && skip qp set_file n2.ezfio qp set_mo_class --core="[1,2]" --act="[3-40]" --del="[41-60]" - run -109.287917088107 1.5e-3 100000 + run -109.288 2.e-3 100000 } @test "N2H4" { # 18.5006s From 058cf26ae4eac62d1de71c2e3db2de40e437cb70 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 21 Apr 2022 13:42:10 +0200 Subject: [PATCH 3/4] Update test values --- src/fci/40.fci.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fci/40.fci.bats b/src/fci/40.fci.bats index b8528e97..d890d586 100644 --- a/src/fci/40.fci.bats +++ b/src/fci/40.fci.bats @@ -42,7 +42,7 @@ function run_stoch() { [[ -n $TRAVIS ]] && skip qp set_file f2.ezfio qp set_frozen_core - run_stoch -199.304922384814 3.e-4 100000 + run_stoch -199.304922384814 3.e-3 100000 } @test "NH3" { # 10.6657s @@ -89,7 +89,7 @@ function run_stoch() { @test "SO" { # 13.4952s [[ -n $TRAVIS ]] && skip qp set_file so.ezfio - run -26.014 5.e-3 100000 + run -26.015 3.e-3 100000 } @test "H2S" { # 13.6745s @@ -146,7 +146,7 @@ function run_stoch() { [[ -n $TRAVIS ]] && skip qp set_file c2h2.ezfio qp set_mo_class --act="[1-30]" --del="[31-36]" - run -12.3685464085969 2.e-3 100000 + run -12.367 3.e-3 100000 } @test "N2" { # 18.0198s @@ -182,6 +182,6 @@ function run_stoch() { [[ -n $TRAVIS ]] && skip qp set_file hcn.ezfio qp set_mo_class --core="[1,2]" --act="[3-40]" --del="[41-55]" - run -93.0777619629755 1.e-3 100000 + run -93.078 2.e-3 100000 } From d7424f50df6aa2fc0710f6908f7c6974c5b74809 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 29 Aug 2022 15:32:36 +0200 Subject: [PATCH 4/4] Fixing tests --- external/qp2-dependencies | 2 +- src/cisd/30.cisd.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/qp2-dependencies b/external/qp2-dependencies index 90ee61f5..242151e0 160000 --- a/external/qp2-dependencies +++ b/external/qp2-dependencies @@ -1 +1 @@ -Subproject commit 90ee61f5041c7c94a0c605625a264860292813a0 +Subproject commit 242151e03d1d6bf042387226431d82d35845686a diff --git a/src/cisd/30.cisd.bats b/src/cisd/30.cisd.bats index 58d996f8..69b862b0 100644 --- a/src/cisd/30.cisd.bats +++ b/src/cisd/30.cisd.bats @@ -4,7 +4,7 @@ source $QP_ROOT/tests/bats/common.bats.sh source $QP_ROOT/quantum_package.rc function run() { - thresh=1.e-5 + thresh=2.e-5 test_exe cisd || skip qp edit --check qp set determinants n_states 2