1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-10-02 14:31:07 +02:00
irpjast/jastrow.irp.f

8 lines
215 B
FortranFixed
Raw Normal View History

program jastrow_irp
2020-11-17 21:35:52 +01:00
implicit none
TOUCH elec_coord
print *, "J_{IRP} = ", jastrow_full
print *, "\nabla J_{IRP} = ", jastrow_derivs(1:3, :)
print *, "\nabla^2 J_{IRP} = ", jastrow_derivs(4, :)
2020-11-17 21:35:52 +01:00
end program