mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Update e_xc_new_func.irp.f
This commit is contained in:
parent
0172523e59
commit
23f4b8087c
@ -1,14 +1,15 @@
|
|||||||
|
|
||||||
BEGIN_PROVIDER[double precision, energy_x_new_functional, (N_states) ]
|
BEGIN_PROVIDER[double precision, energy_x_new_functional, (N_states) ]
|
||||||
&BEGIN_PROVIDER[double precision, energy_c_new_functional, (N_states) ]
|
&BEGIN_PROVIDER[double precision, energy_c_new_functional, (N_states) ]
|
||||||
implicit none
|
implicit none
|
||||||
BEGIN_DOC
|
|
||||||
! energy_x_new_functional = define here your functional
|
BEGIN_DOC
|
||||||
! energy_c_new_functional = define here your functional
|
! energy_x_new_functional = define here your functional
|
||||||
END_DOC
|
! energy_c_new_functional = define here your functional
|
||||||
|
END_DOC
|
||||||
|
|
||||||
energy_x_new_functional = 0.d0 ! replace by your new provider
|
energy_x_new_functional = 0.d0 ! replace by your new provider
|
||||||
energy_c_new_functional = 0.d0 ! replace by your new provider
|
energy_c_new_functional = 0.d0 ! replace by your new provider
|
||||||
|
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user