9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00

added tools/huckel_guess.irp.f

This commit is contained in:
Emmanuel Giner 2020-10-19 12:20:14 +02:00
parent 01b1ee3273
commit c545098af0

View File

@ -0,0 +1,5 @@
program pouet
implicit none
call huckel_guess
end