10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-11-08 07:03:57 +01:00
quantum_package/src/Hartree_Fock/Huckel_guess.irp.f

7 lines
99 B
Fortran
Raw Normal View History

program guess
implicit none
character*(64) :: label
call huckel_guess
end