9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 22:42:06 +02:00
qp2/src/tc_bi_ortho/print_tc_energy.irp.f
2023-05-06 18:25:06 +02:00

20 lines
377 B
Fortran

program print_tc_energy
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
my_grid_becke = .True.
my_n_pt_r_grid = 30
my_n_pt_a_grid = 50
read_wf = .True.
touch read_wf
PROVIDE j1b_type
print*, 'j1b_type = ', j1b_type
touch my_grid_becke my_n_pt_r_grid my_n_pt_a_grid
call write_tc_energy
end