10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-17 08:30:31 +02:00
quantum_package/plugins/core_integrals/core_integrals.main.irp.f

8 lines
111 B
Fortran
Raw Normal View History

2017-04-14 19:08:39 +02:00
program core_integrals
implicit none
BEGIN_DOC
! TODO
END_DOC
print*,'core energy = ',core_energy
end