9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-02-10 18:54:28 +01:00
qp2/src/tools/huckel_guess.irp.f
2020-10-19 12:20:14 +02:00

6 lines
54 B
Fortran

program pouet
implicit none
call huckel_guess
end