From 0391efe5b8241cd1955d3c0629b0a1855248d9c7 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Wed, 7 Jul 2021 21:04:33 +0530 Subject: [PATCH] Testing - VI. #22 --- org/qmckl_jastrow.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index ffdc571..d30b674 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -1423,10 +1423,10 @@ rc = qmckl_set_jastrow_dependencies(context); assert(rc == QMCKL_SUCCESS); /* Check if Jastrow is properly initialized */ -assert(qmckl_jastrow_provided(context)); +//assert(qmckl_jastrow_provided(context)); -double asymp_jasb[2]; -rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb); +//double asymp_jasb[2]; +//rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb); //// calculate asymp_jasb //assert(fabs(asymp_jasb[0]-0.5323750557252571) < 1.e-12);