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
Thomas Applencourt 6a91e63cf3 Move into plugins
2015-06-17 18:23:56 +02:00

7 lines
99 B
Fortran

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