10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 13:12:23 +02:00
QuantumPackage/plugins/local/basis_correction/basis_correction.irp.f

13 lines
235 B
Fortran
Raw Permalink Normal View History

2020-04-07 11:03:19 +02:00
program basis_correction
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
read_wf = .True.
touch read_wf
no_core_density = .True.
touch no_core_density
call print_basis_correction
end