mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-03-13 12:21:47 +01:00
6 lines
54 B
Fortran
6 lines
54 B
Fortran
![]() |
program pouet
|
||
|
implicit none
|
||
|
call huckel_guess
|
||
|
|
||
|
end
|