mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-09 06:53:38 +01:00
10 lines
237 B
Fortran
10 lines
237 B
Fortran
program print_angles
|
|
implicit none
|
|
my_grid_becke = .True.
|
|
! my_n_pt_r_grid = 30
|
|
! my_n_pt_a_grid = 50
|
|
my_n_pt_r_grid = 10 ! small grid for quick debug
|
|
my_n_pt_a_grid = 14 ! small grid for quick debug
|
|
call print_angles_tc
|
|
end
|