mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 12:43:52 +01:00
7 lines
99 B
Fortran
7 lines
99 B
Fortran
|
program guess
|
||
|
implicit none
|
||
|
character*(64) :: label
|
||
|
call huckel_guess
|
||
|
|
||
|
end
|