10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/plugins/Hartree_Fock/Huckel_guess.irp.f

7 lines
99 B
Fortran
Raw Normal View History

2015-06-17 18:22:08 +02:00
program guess
implicit none
character*(64) :: label
call huckel_guess
end