1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-03 09:56:11 +02:00
irpjast/jastrow.irp.f
2020-11-26 16:12:33 +01:00

7 lines
107 B
Fortran

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