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