10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-06 11:24:45 +02:00
quantum_package/src/MOGuess/H_CORE_guess.irp.f

10 lines
255 B
Fortran
Raw Normal View History

2014-04-17 23:50:51 +02:00
program H_CORE_guess
2015-07-03 15:07:24 +02:00
BEGIN_DOC
! Produce `H_core` MO orbital
! output: mo_basis.mo_tot_num mo_basis.mo_label mo_basis.ao_md5 mo_basis.mo_coef mo_basis.mo_occ
END_DOC
2014-04-17 23:50:51 +02:00
implicit none
character*(64) :: label
2017-09-13 09:06:32 +02:00
call h_core_guess
2014-04-17 23:50:51 +02:00
end