From 3474987940ae904ed608fc9d041a23b0a8d8a16e Mon Sep 17 00:00:00 2001 From: v1j4y Date: Wed, 22 Sep 2021 15:51:28 +0200 Subject: [PATCH] deactivate factor_een test atm. --- org/qmckl_jastrow.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index e06c512..745c31c 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -5097,8 +5097,8 @@ print("factor_een:",factor_een) /* Check if Jastrow is properly initialized */ assert(qmckl_jastrow_provided(context)); -double factor_een[walk_num]; -rc = qmckl_get_jastrow_factor_een(context, &(factor_een[0])); +//double factor_een[walk_num]; +//rc = qmckl_get_jastrow_factor_een(context, &(factor_een[0])); #+end_src