1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-22 18:57:41 +02:00
irpjast/jastrow.irp.f

9 lines
137 B
FortranFixed
Raw Normal View History

2020-11-17 21:35:52 +01:00
program jastrow
implicit none
print *, elec_coord
print *, ''
print *, elec_dist
print *, ''
print *, rescale_ee
end program