mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-25 17:54:44 +02:00
removed free from grid_becke_vector
This commit is contained in:
parent
46f11e9dab
commit
ebce2854e9
@ -50,6 +50,7 @@ subroutine example_becke_numerical_grid
|
||||
print*,'The second example uses the grid points as a collection of spherical grids centered on each atom'
|
||||
print*,'This is mostly useful if one needs to split contributions between radial/angular/atomic of an integral'
|
||||
! you browse the nuclei
|
||||
integral_2 = 0.d0
|
||||
do i = 1, nucl_num
|
||||
! you browse the radial points attached to each nucleus
|
||||
do j = 1, n_points_radial_grid
|
||||
|
@ -71,8 +71,8 @@ END_PROVIDER
|
||||
enddo
|
||||
enddo
|
||||
|
||||
FREE grid_points_per_atom
|
||||
FREE final_weight_at_r
|
||||
! FREE grid_points_per_atom
|
||||
! FREE final_weight_at_r
|
||||
|
||||
call wall_time(wall1)
|
||||
print *, ' wall time for final_grid_points,', wall1 - wall0
|
||||
|
Loading…
x
Reference in New Issue
Block a user