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-23 15:34:36 +01:00

14 lines
280 B
Fortran

program jastrow
implicit none
print *, 'The total Jastrow factor'
print *, jastrow_full
print *, 'REF'
print *, factor_een_deriv_e_ref
print *, 'X'
print *, factor_een_deriv_e
print *, 'BLAS'
print *, factor_een_deriv_e_blas
!PROVIDE jastrow_full
end program