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

7 lines
107 B
FortranFixed
Raw Normal View History

2020-11-17 21:35:52 +01:00
program jastrow
implicit none
print *, 'The total Jastrow factor'
2020-11-26 16:12:33 +01:00
print *, jastrow_full
2020-11-17 21:35:52 +01:00
end program