10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-04 18:36:07 +02:00
QuantumPackage/src/tc_bi_ortho/print_tc_energy.irp.f

16 lines
322 B
Fortran
Raw Normal View History

2023-04-03 14:55:02 +02:00
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
touch my_grid_becke my_n_pt_r_grid my_n_pt_a_grid
call write_tc_energy
end