mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2024-11-04 05:04:00 +01:00
7 lines
107 B
Fortran
7 lines
107 B
Fortran
program jastrow
|
|
implicit none
|
|
print *, 'The total Jastrow factor'
|
|
print *, jastrow_full
|
|
|
|
end program
|