From 23f4b8087ca85881c0e04e3446a05e0f0d72ee7e Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 21 Feb 2019 10:05:57 +0100 Subject: [PATCH] Update e_xc_new_func.irp.f --- .../do_not_touch_func/e_xc_new_func.irp.f | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/functionals/do_not_touch_func/e_xc_new_func.irp.f b/scripts/functionals/do_not_touch_func/e_xc_new_func.irp.f index 84c70fd3..a3c201d8 100644 --- a/scripts/functionals/do_not_touch_func/e_xc_new_func.irp.f +++ b/scripts/functionals/do_not_touch_func/e_xc_new_func.irp.f @@ -1,14 +1,15 @@ BEGIN_PROVIDER[double precision, energy_x_new_functional, (N_states) ] &BEGIN_PROVIDER[double precision, energy_c_new_functional, (N_states) ] - implicit none - BEGIN_DOC -! energy_x_new_functional = define here your functional -! energy_c_new_functional = define here your functional - END_DOC + implicit none + + BEGIN_DOC + ! energy_x_new_functional = define here your functional + ! energy_c_new_functional = define here your functional + END_DOC + energy_x_new_functional = 0.d0 ! replace by your new provider energy_c_new_functional = 0.d0 ! replace by your new provider - END_PROVIDER