1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-03 09:56:11 +02:00
irpjast/jastrow.irp.f
2021-01-04 16:45:32 +01:00

8 lines
131 B
Fortran

program jastrow
implicit none
print *, 'The total Jastrow factor'
print *, jastrow_full
!PROVIDE jastrow_full
end program