mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 21:03:49 +01:00
9 lines
137 B
Fortran
9 lines
137 B
Fortran
program fit_1s_basis
|
|
implicit none
|
|
provide lmax_too_big
|
|
integer :: i
|
|
! print*,'n_func_tot', n_func_tot
|
|
provide new_nucl_coord
|
|
|
|
end
|