10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00
quantum_package/src/Hartree_Fock/Huckel_guess.irp.f

7 lines
99 B
FortranFixed
Raw Normal View History

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