Home
last modified time | relevance | path

Searched defs:build_A_matrix (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_ddapc_methods.F190 …SUBROUTINE build_A_matrix(Am, gfunc, w, particle_set, radii, rho_tot_g, gcut, g_dot_rvec_sin, g_do… subroutine
200 CHARACTER(len=*), PARAMETER :: routineN = 'build_A_matrix', routineP = moduleN//':'//routineN argument
202 INTEGER :: e_dim, handle, idim1, idim2, ig, &
203 igauss1, igauss2, igmax, iparticle1, &
204 iparticle2, istart_g, s_dim
205 REAL(KIND=dp) :: g2, gcut2, tmp
206 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: my_Am, my_Amw
207 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :, :) :: gfunc_sq(:, :, :)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_ddapc_methods.F190 …SUBROUTINE build_A_matrix(Am, gfunc, w, particle_set, radii, rho_tot_g, gcut, g_dot_rvec_sin, g_do… subroutine
200 CHARACTER(len=*), PARAMETER :: routineN = 'build_A_matrix', routineP = moduleN//':'//routineN argument
202 INTEGER :: e_dim, handle, idim1, idim2, ig, &
203 igauss1, igauss2, igmax, iparticle1, &
204 iparticle2, istart_g, s_dim
205 REAL(KIND=dp) :: g2, gcut2, tmp
206 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: my_Am, my_Amw
207 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :, :) :: gfunc_sq(:, :, :)