Skip to content

Commit

Permalink
no of points for ESP charge calculation improved
Browse files Browse the repository at this point in the history
  • Loading branch information
vtripath65 committed Nov 3, 2024
1 parent 7cf14b3 commit f5aa345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/quick_molsurface_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subroutine generate_MKS_surfaces()

RECORD_TIME(timer_begin%TESPsurface)

max_points = int(natom*1000/quick_method%espgrid_spacing)
max_points = int(natom*200/(quick_method%espgrid_spacing)**2)

allocate(xyz_points(3,max_points))

Expand Down

0 comments on commit f5aa345

Please sign in to comment.