program print_tc_var BEGIN_DOC ! TODO : Put the documentation of the program here END_DOC implicit none print *, ' TC VAR is available only for HF REF WF' print *, ' DO NOT FORGET TO RUN A CISD CALCULATION BEF' my_grid_becke = .True. PROVIDE tc_grid1_a tc_grid1_r my_n_pt_r_grid = tc_grid1_r my_n_pt_a_grid = tc_grid1_a touch my_grid_becke my_n_pt_r_grid my_n_pt_a_grid read_wf = .True. touch read_wf call write_tc_gs_var_HF() end