-
Notifications
You must be signed in to change notification settings - Fork 0
/
core_ppl.F
743 lines (649 loc) · 34.5 KB
/
core_ppl.F
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
!--------------------------------------------------------------------------------------------------!
! CP2K: A general program to perform molecular dynamics simulations !
! Copyright (C) 2000 - 2019 CP2K developers group !
!--------------------------------------------------------------------------------------------------!
! **************************************************************************************************
!> \brief Calculation of the local pseudopotential contribution to the core Hamiltonian
!> <a|V(local)|b> = <a|Sum e^a*rc**2|b>
!> \par History
!> - core_ppnl refactored from qs_core_hamiltonian [Joost VandeVondele, 2008-11-01]
!> - adapted for PPL [jhu, 2009-02-23]
!> - OpenMP added [Iain Bethune, Fiona Reid, 2013-11-13]
!> - Bug fix: correct orbital pointer range [07.2014,JGH]
!> - k-point aware [07.2015,JGH]
! **************************************************************************************************
MODULE core_ppl
USE ai_overlap_ppl, ONLY: ppl_integral,&
ppl_integral_ri
USE atomic_kind_types, ONLY: atomic_kind_type,&
get_atomic_kind_set
USE basis_set_types, ONLY: gto_basis_set_p_type,&
gto_basis_set_type
USE dbcsr_api, ONLY: dbcsr_add,&
dbcsr_get_block_p,&
dbcsr_p_type
USE external_potential_types, ONLY: get_potential,&
gth_potential_type,&
sgp_potential_type
USE kinds, ONLY: dp
USE lri_environment_types, ONLY: lri_kind_type
USE orbital_pointers, ONLY: init_orbital_pointers,&
ncoset
USE particle_types, ONLY: particle_type
USE qs_force_types, ONLY: qs_force_type
USE qs_kind_types, ONLY: get_qs_kind,&
get_qs_kind_set,&
qs_kind_type
USE qs_neighbor_list_types, ONLY: get_iterator_info,&
neighbor_list_iterate,&
neighbor_list_iterator_create,&
neighbor_list_iterator_p_type,&
neighbor_list_iterator_release,&
neighbor_list_set_p_type,&
nl_set_sub_iterator,&
nl_sub_iterate
USE virial_methods, ONLY: virial_pair_force
USE virial_types, ONLY: virial_type
!$ USE OMP_LIB, ONLY: omp_get_max_threads, omp_get_thread_num, omp_get_num_threads
#include "./base/base_uses.f90"
IMPLICIT NONE
PRIVATE
CHARACTER(len=*), PARAMETER, PRIVATE :: moduleN = 'core_ppl'
PUBLIC :: build_core_ppl, build_core_ppl_ri
CONTAINS
! **************************************************************************************************
!> \brief ...
!> \param matrix_h ...
!> \param matrix_p ...
!> \param force ...
!> \param virial ...
!> \param calculate_forces ...
!> \param use_virial ...
!> \param nder ...
!> \param qs_kind_set ...
!> \param atomic_kind_set ...
!> \param particle_set ...
!> \param sab_orb ...
!> \param sac_ppl ...
!> \param nimages ...
!> \param cell_to_index ...
!> \param basis_type ...
! **************************************************************************************************
SUBROUTINE build_core_ppl(matrix_h, matrix_p, force, virial, calculate_forces, use_virial, nder, &
qs_kind_set, atomic_kind_set, particle_set, sab_orb, sac_ppl, &
nimages, cell_to_index, basis_type)
TYPE(dbcsr_p_type), DIMENSION(:, :), POINTER :: matrix_h, matrix_p
TYPE(qs_force_type), DIMENSION(:), POINTER :: force
TYPE(virial_type), POINTER :: virial
LOGICAL, INTENT(IN) :: calculate_forces
LOGICAL :: use_virial
INTEGER :: nder
TYPE(qs_kind_type), DIMENSION(:), POINTER :: qs_kind_set
TYPE(atomic_kind_type), DIMENSION(:), POINTER :: atomic_kind_set
TYPE(particle_type), DIMENSION(:), POINTER :: particle_set
TYPE(neighbor_list_set_p_type), DIMENSION(:), &
POINTER :: sab_orb, sac_ppl
INTEGER, INTENT(IN) :: nimages
INTEGER, DIMENSION(:, :, :), POINTER :: cell_to_index
CHARACTER(LEN=*), INTENT(IN) :: basis_type
CHARACTER(LEN=*), PARAMETER :: routineN = 'build_core_ppl', routineP = moduleN//':'//routineN
INTEGER, PARAMETER :: nexp_max = 30
INTEGER :: atom_a, atom_b, atom_c, handle, i, iatom, icol, ikind, img, inode, irow, iset, &
jatom, jkind, jset, katom, kkind, ldai, ldsab, maxco, maxder, maxl, maxlgto, maxlppl, &
maxnset, maxsgf, mepos, n_local, natom, ncoa, ncob, nexp_lpot, nexp_ppl, nkind, nloc, &
nseta, nsetb, nthread, sgfa, sgfb
INTEGER, ALLOCATABLE, DIMENSION(:) :: atom_of_kind
INTEGER, DIMENSION(1:10) :: nrloc
INTEGER, DIMENSION(3) :: cellind
INTEGER, DIMENSION(:), POINTER :: la_max, la_min, lb_max, lb_min, &
nct_lpot, npgfa, npgfb, nsgfa, nsgfb
INTEGER, DIMENSION(:, :), POINTER :: first_sgfa, first_sgfb
INTEGER, DIMENSION(nexp_max) :: nct_ppl
LOGICAL :: dokp, ecp_local, found, lpotextended
REAL(KIND=dp) :: alpha, dab, dac, dbc, f0, ppl_radius
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: work
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :, :) :: ppl_fwork, ppl_work
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :, :, :) :: hab, pab
REAL(KIND=dp), DIMENSION(1:10) :: aloc, bloc
REAL(KIND=dp), DIMENSION(3) :: force_a, force_b, rab, rac, rbc
REAL(KIND=dp), DIMENSION(4, nexp_max) :: cval_ppl
REAL(KIND=dp), DIMENSION(:), POINTER :: a_local, alpha_lpot, c_local, cexp_ppl, &
set_radius_a, set_radius_b
REAL(KIND=dp), DIMENSION(:, :), POINTER :: cval_lpot, h_block, p_block, rpgfa, &
rpgfb, sphi_a, sphi_b, zeta, zetb
REAL(KIND=dp), DIMENSION(nexp_max) :: alpha_ppl
TYPE(gth_potential_type), POINTER :: gth_potential
TYPE(gto_basis_set_p_type), DIMENSION(:), POINTER :: basis_set_list
TYPE(gto_basis_set_type), POINTER :: basis_set_a, basis_set_b
TYPE(neighbor_list_iterator_p_type), &
DIMENSION(:), POINTER :: ap_iterator, nl_iterator
TYPE(sgp_potential_type), POINTER :: sgp_potential
IF (calculate_forces) THEN
CALL timeset(routineN//"_forces", handle)
ELSE
CALL timeset(routineN, handle)
ENDIF
nkind = SIZE(atomic_kind_set)
natom = SIZE(particle_set)
dokp = (nimages > 1)
ALLOCATE (atom_of_kind(natom))
CALL get_atomic_kind_set(atomic_kind_set=atomic_kind_set, atom_of_kind=atom_of_kind)
IF (calculate_forces) THEN
IF (SIZE(matrix_p, 1) == 2) THEN
DO img = 1, nimages
CALL dbcsr_add(matrix_p(1, img)%matrix, matrix_p(2, img)%matrix, &
alpha_scalar=1.0_dp, beta_scalar=1.0_dp)
CALL dbcsr_add(matrix_p(2, img)%matrix, matrix_p(1, img)%matrix, &
alpha_scalar=-2.0_dp, beta_scalar=1.0_dp)
END DO
END IF
END IF
maxder = ncoset(nder)
CALL get_qs_kind_set(qs_kind_set, maxco=maxco, maxlgto=maxlgto, &
maxsgf=maxsgf, maxnset=maxnset, maxlppl=maxlppl, &
basis_type=basis_type)
maxl = MAX(maxlgto, maxlppl)
CALL init_orbital_pointers(2*maxl+2*nder+1)
ldsab = MAX(maxco, ncoset(maxlppl), maxsgf, maxlppl)
ldai = ncoset(maxl+nder+1)
ALLOCATE (basis_set_list(nkind))
DO ikind = 1, nkind
CALL get_qs_kind(qs_kind_set(ikind), basis_set=basis_set_a, basis_type=basis_type)
IF (ASSOCIATED(basis_set_a)) THEN
basis_set_list(ikind)%gto_basis_set => basis_set_a
ELSE
NULLIFY (basis_set_list(ikind)%gto_basis_set)
END IF
END DO
nthread = 1
!$ nthread = omp_get_max_threads()
CALL neighbor_list_iterator_create(nl_iterator, sab_orb, nthread=nthread)
! iterator for basis/potential list
CALL neighbor_list_iterator_create(ap_iterator, sac_ppl, search=.TRUE., nthread=nthread)
!$OMP PARALLEL &
!$OMP DEFAULT (NONE) &
!$OMP SHARED (nl_iterator, ap_iterator, basis_set_list, calculate_forces, force, use_virial, &
!$OMP matrix_h, matrix_p, virial, atomic_kind_set, qs_kind_set, particle_set, &
!$OMP sab_orb, sac_ppl, nthread, ncoset, nkind, cell_to_index, &
!$OMP atom_of_kind, ldsab, maxnset, maxder, &
!$OMP maxlgto, nder, maxco, dokp) &
!$OMP PRIVATE (ikind, jkind, inode, iatom, jatom, rab, basis_set_a, basis_set_b, atom_a, &
!$OMP atom_b, first_sgfa, la_max, la_min, npgfa, nsgfa, sphi_a, &
!$OMP zeta, first_sgfb, lb_max, lb_min, npgfb, nsetb, rpgfb, set_radius_b, sphi_b, &
!$OMP zetb, dab, irow, icol, h_block, found, iset, ncoa, &
!$OMP sgfa, jset, ncob, sgfb, nsgfb, p_block, work, pab, hab, kkind, nseta, &
!$OMP gth_potential, sgp_potential, alpha, cexp_ppl, lpotextended, &
!$OMP ppl_radius, nexp_lpot, nexp_ppl, alpha_ppl, alpha_lpot, nct_ppl, &
!$OMP nct_lpot, cval_ppl, cval_lpot, rac, dac, rbc, dbc, &
!$OMP set_radius_a, rpgfa, force_a, force_b, ppl_fwork, mepos, &
!$OMP f0, katom, ppl_work, atom_c, cellind, img, ecp_local, &
!$OMP nloc, nrloc, aloc, bloc, n_local, a_local, c_local, ldai)
mepos = 0
!$ mepos = omp_get_thread_num()
ALLOCATE (hab(ldsab, ldsab, maxnset, maxnset), work(ldsab, ldsab*maxder))
ldai = ncoset(2*maxlgto+2*nder)
ALLOCATE (ppl_work(ldai, ldai, MAX(maxder, 2*maxlgto+2*nder+1)))
IF (calculate_forces) THEN
ALLOCATE (pab(maxco, maxco, maxnset, maxnset))
ldai = ncoset(maxlgto)
ALLOCATE (ppl_fwork(ldai, ldai, maxder))
END IF
DO WHILE (neighbor_list_iterate(nl_iterator, mepos=mepos) == 0)
CALL get_iterator_info(nl_iterator, mepos=mepos, ikind=ikind, jkind=jkind, inode=inode, &
iatom=iatom, jatom=jatom, r=rab, cell=cellind)
basis_set_a => basis_set_list(ikind)%gto_basis_set
IF (.NOT. ASSOCIATED(basis_set_a)) CYCLE
basis_set_b => basis_set_list(jkind)%gto_basis_set
IF (.NOT. ASSOCIATED(basis_set_b)) CYCLE
atom_a = atom_of_kind(iatom)
atom_b = atom_of_kind(jatom)
! basis ikind
first_sgfa => basis_set_a%first_sgf
la_max => basis_set_a%lmax
la_min => basis_set_a%lmin
npgfa => basis_set_a%npgf
nseta = basis_set_a%nset
nsgfa => basis_set_a%nsgf_set
rpgfa => basis_set_a%pgf_radius
set_radius_a => basis_set_a%set_radius
sphi_a => basis_set_a%sphi
zeta => basis_set_a%zet
! basis jkind
first_sgfb => basis_set_b%first_sgf
lb_max => basis_set_b%lmax
lb_min => basis_set_b%lmin
npgfb => basis_set_b%npgf
nsetb = basis_set_b%nset
nsgfb => basis_set_b%nsgf_set
rpgfb => basis_set_b%pgf_radius
set_radius_b => basis_set_b%set_radius
sphi_b => basis_set_b%sphi
zetb => basis_set_b%zet
dab = SQRT(SUM(rab*rab))
IF (dokp) THEN
img = cell_to_index(cellind(1), cellind(2), cellind(3))
ELSE
img = 1
END IF
! *** Use the symmetry of the first derivatives ***
IF (iatom == jatom) THEN
f0 = 1.0_dp
ELSE
f0 = 2.0_dp
END IF
! *** Create matrix blocks for a new matrix block column ***
IF (iatom <= jatom) THEN
irow = iatom
icol = jatom
ELSE
irow = jatom
icol = iatom
END IF
NULLIFY (h_block)
CALL dbcsr_get_block_p(matrix_h(1, img)%matrix, irow, icol, h_block, found)
CPASSERT(found)
IF (calculate_forces) THEN
NULLIFY (p_block)
CALL dbcsr_get_block_p(matrix_p(1, img)%matrix, irow, icol, p_block, found)
IF (ASSOCIATED(p_block)) THEN
DO iset = 1, nseta
ncoa = npgfa(iset)*ncoset(la_max(iset))
sgfa = first_sgfa(1, iset)
DO jset = 1, nsetb
ncob = npgfb(jset)*ncoset(lb_max(jset))
sgfb = first_sgfb(1, jset)
! *** Decontract density matrix block ***
IF (iatom <= jatom) THEN
CALL dgemm("N", "N", ncoa, nsgfb(jset), nsgfa(iset), &
1.0_dp, sphi_a(1, sgfa), SIZE(sphi_a, 1), &
p_block(sgfa, sgfb), SIZE(p_block, 1), &
0.0_dp, work(1, 1), SIZE(work, 1))
ELSE
CALL dgemm("N", "T", ncoa, nsgfb(jset), nsgfa(iset), &
1.0_dp, sphi_a(1, sgfa), SIZE(sphi_a, 1), &
p_block(sgfb, sgfa), SIZE(p_block, 1), &
0.0_dp, work(1, 1), SIZE(work, 1))
END IF
CALL dgemm("N", "T", ncoa, ncob, nsgfb(jset), &
1.0_dp, work(1, 1), SIZE(work, 1), &
sphi_b(1, sgfb), SIZE(sphi_b, 1), &
0.0_dp, pab(1, 1, iset, jset), SIZE(pab, 1))
END DO
END DO
ENDIF
END IF
hab = 0._dp
! loop over all kinds for pseudopotential atoms
DO kkind = 1, nkind
CALL get_qs_kind(qs_kind_set(kkind), gth_potential=gth_potential, &
sgp_potential=sgp_potential)
IF (ASSOCIATED(gth_potential)) THEN
CALL get_potential(potential=gth_potential, &
alpha_ppl=alpha, cexp_ppl=cexp_ppl, &
lpot_present=lpotextended, ppl_radius=ppl_radius)
nexp_ppl = 1
alpha_ppl(1) = alpha
nct_ppl(1) = SIZE(cexp_ppl)
cval_ppl(1:nct_ppl(1), 1) = cexp_ppl(1:nct_ppl(1))
IF (lpotextended) THEN
CALL get_potential(potential=gth_potential, &
nexp_lpot=nexp_lpot, alpha_lpot=alpha_lpot, nct_lpot=nct_lpot, cval_lpot=cval_lpot)
CPASSERT(nexp_lpot < nexp_max)
nexp_ppl = nexp_lpot+1
alpha_ppl(2:nexp_lpot+1) = alpha_lpot(1:nexp_lpot)
nct_ppl(2:nexp_lpot+1) = nct_lpot(1:nexp_lpot)
DO i = 1, nexp_lpot
cval_ppl(1:nct_lpot(i), i+1) = cval_lpot(1:nct_lpot(i), i)
END DO
END IF
ELSE IF (ASSOCIATED(sgp_potential)) THEN
CALL get_potential(potential=sgp_potential, ecp_local=ecp_local, ppl_radius=ppl_radius)
IF (ecp_local) THEN
CALL get_potential(potential=sgp_potential, nloc=nloc, nrloc=nrloc, aloc=aloc, bloc=bloc)
IF (SUM(ABS(aloc(1:nloc))) < 1.0e-12_dp) CYCLE
nexp_ppl = nloc
CPASSERT(nexp_ppl <= nexp_max)
nct_ppl(1:nloc) = nrloc(1:nloc)-1
alpha_ppl(1:nloc) = bloc(1:nloc)
cval_ppl(1, 1:nloc) = aloc(1:nloc)
ELSE
CALL get_potential(potential=sgp_potential, n_local=n_local, a_local=a_local, c_local=c_local)
nexp_ppl = n_local
CPASSERT(nexp_ppl <= nexp_max)
nct_ppl(1:n_local) = 1
alpha_ppl(1:n_local) = a_local(1:n_local)
cval_ppl(1, 1:n_local) = c_local(1:n_local)
END IF
ELSE
CYCLE
END IF
CALL nl_set_sub_iterator(ap_iterator, ikind, kkind, iatom, mepos=mepos)
DO WHILE (nl_sub_iterate(ap_iterator, mepos=mepos) == 0)
CALL get_iterator_info(ap_iterator, mepos=mepos, jatom=katom, r=rac)
dac = SQRT(SUM(rac*rac))
rbc(:) = rac(:)-rab(:)
dbc = SQRT(SUM(rbc*rbc))
IF ((MAXVAL(set_radius_a(:))+ppl_radius < dac) .OR. &
(MAXVAL(set_radius_b(:))+ppl_radius < dbc)) THEN
CYCLE
END IF
DO iset = 1, nseta
IF (set_radius_a(iset)+ppl_radius < dac) CYCLE
ncoa = npgfa(iset)*ncoset(la_max(iset))
sgfa = first_sgfa(1, iset)
DO jset = 1, nsetb
IF (set_radius_b(jset)+ppl_radius < dbc) CYCLE
ncob = npgfb(jset)*ncoset(lb_max(jset))
sgfb = first_sgfb(1, jset)
IF (set_radius_a(iset)+set_radius_b(jset) < dab) CYCLE
! *** Calculate the GTH pseudo potential forces ***
IF (calculate_forces) THEN
CALL ppl_integral( &
la_max(iset), la_min(iset), npgfa(iset), &
rpgfa(:, iset), zeta(:, iset), &
lb_max(jset), lb_min(jset), npgfb(jset), &
rpgfb(:, jset), zetb(:, jset), &
nexp_ppl, alpha_ppl, nct_ppl, cval_ppl, ppl_radius, &
rab, dab, rac, dac, rbc, dbc, &
hab(:, :, iset, jset), ppl_work, pab(:, :, iset, jset), &
force_a, force_b, ppl_fwork)
! *** The derivatives w.r.t. atomic center c are ***
! *** calculated using the translational invariance ***
! *** of the first derivatives ***
atom_c = atom_of_kind(katom)
!$OMP CRITICAL(force_critical)
force(ikind)%gth_ppl(1, atom_a) = force(ikind)%gth_ppl(1, atom_a)+f0*force_a(1)
force(ikind)%gth_ppl(2, atom_a) = force(ikind)%gth_ppl(2, atom_a)+f0*force_a(2)
force(ikind)%gth_ppl(3, atom_a) = force(ikind)%gth_ppl(3, atom_a)+f0*force_a(3)
force(kkind)%gth_ppl(1, atom_c) = force(kkind)%gth_ppl(1, atom_c)-f0*force_a(1)
force(kkind)%gth_ppl(2, atom_c) = force(kkind)%gth_ppl(2, atom_c)-f0*force_a(2)
force(kkind)%gth_ppl(3, atom_c) = force(kkind)%gth_ppl(3, atom_c)-f0*force_a(3)
force(jkind)%gth_ppl(1, atom_b) = force(jkind)%gth_ppl(1, atom_b)+f0*force_b(1)
force(jkind)%gth_ppl(2, atom_b) = force(jkind)%gth_ppl(2, atom_b)+f0*force_b(2)
force(jkind)%gth_ppl(3, atom_b) = force(jkind)%gth_ppl(3, atom_b)+f0*force_b(3)
force(kkind)%gth_ppl(1, atom_c) = force(kkind)%gth_ppl(1, atom_c)-f0*force_b(1)
force(kkind)%gth_ppl(2, atom_c) = force(kkind)%gth_ppl(2, atom_c)-f0*force_b(2)
force(kkind)%gth_ppl(3, atom_c) = force(kkind)%gth_ppl(3, atom_c)-f0*force_b(3)
IF (use_virial) THEN
CALL virial_pair_force(virial%pv_virial, f0, force_a, rac)
CALL virial_pair_force(virial%pv_virial, f0, force_b, rbc)
END IF
!$OMP END CRITICAL(force_critical)
ELSE
CALL ppl_integral( &
la_max(iset), la_min(iset), npgfa(iset), &
rpgfa(:, iset), zeta(:, iset), &
lb_max(jset), lb_min(jset), npgfb(jset), &
rpgfb(:, jset), zetb(:, jset), &
nexp_ppl, alpha_ppl, nct_ppl, cval_ppl, ppl_radius, &
rab, dab, rac, dac, rbc, dbc, hab(:, :, iset, jset), ppl_work)
END IF
END DO
END DO
END DO
END DO
! *** Contract PPL integrals
DO iset = 1, nseta
ncoa = npgfa(iset)*ncoset(la_max(iset))
sgfa = first_sgfa(1, iset)
DO jset = 1, nsetb
ncob = npgfb(jset)*ncoset(lb_max(jset))
sgfb = first_sgfb(1, jset)
CALL dgemm("N", "N", ncoa, nsgfb(jset), ncob, &
1.0_dp, hab(1, 1, iset, jset), SIZE(hab, 1), &
sphi_b(1, sgfb), SIZE(sphi_b, 1), &
0.0_dp, work(1, 1), SIZE(work, 1))
!$OMP CRITICAL(h_block_critical)
IF (iatom <= jatom) THEN
CALL dgemm("T", "N", nsgfa(iset), nsgfb(jset), ncoa, &
1.0_dp, sphi_a(1, sgfa), SIZE(sphi_a, 1), &
work(1, 1), SIZE(work, 1), &
1.0_dp, h_block(sgfa, sgfb), SIZE(h_block, 1))
ELSE
CALL dgemm("T", "N", nsgfb(jset), nsgfa(iset), ncoa, &
1.0_dp, work(1, 1), SIZE(work, 1), &
sphi_a(1, sgfa), SIZE(sphi_a, 1), &
1.0_dp, h_block(sgfb, sgfa), SIZE(h_block, 1))
END IF
!$OMP END CRITICAL(h_block_critical)
END DO
END DO
END DO
DEALLOCATE (hab, work, ppl_work)
IF (calculate_forces) THEN
DEALLOCATE (pab, ppl_fwork)
END IF
!$OMP END PARALLEL
CALL neighbor_list_iterator_release(ap_iterator)
CALL neighbor_list_iterator_release(nl_iterator)
DEALLOCATE (atom_of_kind, basis_set_list)
IF (calculate_forces) THEN
! *** If LSD, then recover alpha density and beta density ***
! *** from the total density (1) and the spin density (2) ***
IF (SIZE(matrix_p, 1) == 2) THEN
DO img = 1, nimages
CALL dbcsr_add(matrix_p(1, img)%matrix, matrix_p(2, img)%matrix, &
alpha_scalar=0.5_dp, beta_scalar=0.5_dp)
CALL dbcsr_add(matrix_p(2, img)%matrix, matrix_p(1, img)%matrix, &
alpha_scalar=-1.0_dp, beta_scalar=1.0_dp)
END DO
END IF
END IF
CALL timestop(handle)
END SUBROUTINE build_core_ppl
! **************************************************************************************************
!> \brief ...
!> \param lri_ppl_coef ...
!> \param force ...
!> \param virial ...
!> \param calculate_forces ...
!> \param use_virial ...
!> \param qs_kind_set ...
!> \param atomic_kind_set ...
!> \param particle_set ...
!> \param sac_ppl ...
!> \param basis_type ...
! **************************************************************************************************
SUBROUTINE build_core_ppl_ri(lri_ppl_coef, force, virial, calculate_forces, use_virial, &
qs_kind_set, atomic_kind_set, particle_set, sac_ppl, &
basis_type)
TYPE(lri_kind_type), DIMENSION(:), POINTER :: lri_ppl_coef
TYPE(qs_force_type), DIMENSION(:), POINTER :: force
TYPE(virial_type), POINTER :: virial
LOGICAL, INTENT(IN) :: calculate_forces
LOGICAL :: use_virial
TYPE(qs_kind_type), DIMENSION(:), POINTER :: qs_kind_set
TYPE(atomic_kind_type), DIMENSION(:), POINTER :: atomic_kind_set
TYPE(particle_type), DIMENSION(:), POINTER :: particle_set
TYPE(neighbor_list_set_p_type), DIMENSION(:), &
POINTER :: sac_ppl
CHARACTER(LEN=*), INTENT(IN) :: basis_type
CHARACTER(LEN=*), PARAMETER :: routineN = 'build_core_ppl_ri', &
routineP = moduleN//':'//routineN
INTEGER, PARAMETER :: nexp_max = 30
INTEGER :: atom_a, atom_c, handle, i, iatom, ikind, inode, iset, katom, kkind, maxco, &
maxsgf, mepos, n_local, natom, ncoa, nexp_lpot, nexp_ppl, nfun, nkind, nloc, nseta, &
nthread, sgfa, sgfb
INTEGER, ALLOCATABLE, DIMENSION(:) :: atom_of_kind
INTEGER, DIMENSION(1:10) :: nrloc
INTEGER, DIMENSION(:), POINTER :: la_max, la_min, nct_lpot, npgfa, nsgfa
INTEGER, DIMENSION(:, :), POINTER :: first_sgfa
INTEGER, DIMENSION(nexp_max) :: nct_ppl
LOGICAL :: ecp_local, lpotextended
REAL(KIND=dp) :: alpha, dac, ppl_radius
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: va, work
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: dva, dvas
REAL(KIND=dp), DIMENSION(1:10) :: aloc, bloc
REAL(KIND=dp), DIMENSION(3) :: force_a, rac
REAL(KIND=dp), DIMENSION(4, nexp_max) :: cval_ppl
REAL(KIND=dp), DIMENSION(:), POINTER :: a_local, alpha_lpot, c_local, cexp_ppl, &
set_radius_a
REAL(KIND=dp), DIMENSION(:, :), POINTER :: bcon, cval_lpot, rpgfa, sphi_a, zeta
REAL(KIND=dp), DIMENSION(nexp_max) :: alpha_ppl
TYPE(gth_potential_type), POINTER :: gth_potential
TYPE(gto_basis_set_p_type), DIMENSION(:), POINTER :: basis_set_list
TYPE(gto_basis_set_type), POINTER :: basis_set
TYPE(neighbor_list_iterator_p_type), &
DIMENSION(:), POINTER :: nl_iterator
TYPE(sgp_potential_type), POINTER :: sgp_potential
IF (calculate_forces) THEN
CALL timeset(routineN//"_forces", handle)
ELSE
CALL timeset(routineN, handle)
ENDIF
nkind = SIZE(atomic_kind_set)
natom = SIZE(particle_set)
ALLOCATE (atom_of_kind(natom))
CALL get_atomic_kind_set(atomic_kind_set=atomic_kind_set, atom_of_kind=atom_of_kind)
ALLOCATE (basis_set_list(nkind))
DO ikind = 1, nkind
CALL get_qs_kind(qs_kind_set(ikind), basis_set=basis_set, basis_type=basis_type)
IF (ASSOCIATED(basis_set)) THEN
basis_set_list(ikind)%gto_basis_set => basis_set
ELSE
NULLIFY (basis_set_list(ikind)%gto_basis_set)
END IF
END DO
CALL get_qs_kind_set(qs_kind_set, maxco=maxco, maxsgf=maxsgf, basis_type=basis_type)
nthread = 1
!$ nthread = omp_get_max_threads()
! iterator for basis/potential list
CALL neighbor_list_iterator_create(nl_iterator, sac_ppl, nthread=nthread)
!$OMP PARALLEL &
!$OMP DEFAULT (NONE) &
!$OMP SHARED (nl_iterator,maxco,maxsgf,basis_set_list,calculate_forces,lri_ppl_coef,qs_kind_set,&
!$OMP force,use_virial,virial,ncoset,atom_of_kind) &
!$OMP PRIVATE (ikind,kkind,inode,iatom,katom,rac,mepos,va,dva,dvas,basis_set,&
!$OMP atom_a,atom_c,first_sgfa,la_max,la_min,npgfa,nseta,nsgfa,rpgfa,set_radius_a,&
!$OMP sphi_a,zeta,gth_potential,sgp_potential,alpha,cexp_ppl,lpotextended,ppl_radius,&
!$OMP nexp_ppl,alpha_ppl,nct_ppl,cval_ppl,nloc,n_local,nrloc,a_local,aloc,bloc,c_local,nfun,work,&
!$OMP dac,force_a,iset,sgfa,sgfb,ncoa,bcon,cval_lpot,nct_lpot,alpha_lpot,nexp_lpot,ecp_local)
mepos = 0
!$ mepos = omp_get_thread_num()
ALLOCATE (va(maxco), work(maxsgf))
IF (calculate_forces) THEN
ALLOCATE (dva(maxco, 3), dvas(maxco, 3))
END IF
DO WHILE (neighbor_list_iterate(nl_iterator, mepos=mepos) == 0)
CALL get_iterator_info(nl_iterator, mepos=mepos, ikind=ikind, jkind=kkind, inode=inode, &
iatom=iatom, jatom=katom, r=rac)
basis_set => basis_set_list(ikind)%gto_basis_set
IF (.NOT. ASSOCIATED(basis_set)) CYCLE
atom_a = atom_of_kind(iatom)
atom_c = atom_of_kind(katom)
! basis ikind
first_sgfa => basis_set%first_sgf
la_max => basis_set%lmax
la_min => basis_set%lmin
npgfa => basis_set%npgf
nseta = basis_set%nset
nsgfa => basis_set%nsgf_set
nfun = basis_set%nsgf
rpgfa => basis_set%pgf_radius
set_radius_a => basis_set%set_radius
sphi_a => basis_set%sphi
zeta => basis_set%zet
CALL get_qs_kind(qs_kind_set(kkind), gth_potential=gth_potential, &
sgp_potential=sgp_potential)
IF (ASSOCIATED(gth_potential)) THEN
CALL get_potential(potential=gth_potential, &
alpha_ppl=alpha, cexp_ppl=cexp_ppl, &
lpot_present=lpotextended, ppl_radius=ppl_radius)
nexp_ppl = 1
alpha_ppl(1) = alpha
nct_ppl(1) = SIZE(cexp_ppl)
cval_ppl(1:nct_ppl(1), 1) = cexp_ppl(1:nct_ppl(1))
IF (lpotextended) THEN
CALL get_potential(potential=gth_potential, &
nexp_lpot=nexp_lpot, alpha_lpot=alpha_lpot, nct_lpot=nct_lpot, cval_lpot=cval_lpot)
CPASSERT(nexp_lpot < nexp_max)
nexp_ppl = nexp_lpot+1
alpha_ppl(2:nexp_lpot+1) = alpha_lpot(1:nexp_lpot)
nct_ppl(2:nexp_lpot+1) = nct_lpot(1:nexp_lpot)
DO i = 1, nexp_lpot
cval_ppl(1:nct_lpot(i), i+1) = cval_lpot(1:nct_lpot(i), i)
END DO
END IF
ELSE IF (ASSOCIATED(sgp_potential)) THEN
CALL get_potential(potential=sgp_potential, ecp_local=ecp_local, ppl_radius=ppl_radius)
IF (ecp_local) THEN
CALL get_potential(potential=sgp_potential, nloc=nloc, nrloc=nrloc, aloc=aloc, bloc=bloc)
IF (SUM(ABS(aloc(1:nloc))) < 1.0e-12_dp) CYCLE
nexp_ppl = nloc
CPASSERT(nexp_ppl <= nexp_max)
nct_ppl(1:nloc) = nrloc(1:nloc)-1
alpha_ppl(1:nloc) = bloc(1:nloc)
cval_ppl(1, 1:nloc) = aloc(1:nloc)
ELSE
CALL get_potential(potential=sgp_potential, n_local=n_local, a_local=a_local, c_local=c_local)
nexp_ppl = n_local
CPASSERT(nexp_ppl <= nexp_max)
nct_ppl(1:n_local) = 1
alpha_ppl(1:n_local) = a_local(1:n_local)
cval_ppl(1, 1:n_local) = c_local(1:n_local)
END IF
ELSE
CYCLE
END IF
dac = SQRT(SUM(rac*rac))
IF ((MAXVAL(set_radius_a(:))+ppl_radius < dac)) CYCLE
IF (calculate_forces) force_a = 0.0_dp
work(1:nfun) = 0.0_dp
DO iset = 1, nseta
IF (set_radius_a(iset)+ppl_radius < dac) CYCLE
! integrals
IF (calculate_forces) THEN
va = 0.0_dp
dva = 0.0_dp
CALL ppl_integral_ri( &
la_max(iset), la_min(iset), npgfa(iset), rpgfa(:, iset), zeta(:, iset), &
nexp_ppl, alpha_ppl, nct_ppl, cval_ppl, ppl_radius, &
-rac, dac, va, dva)
ELSE
va = 0.0_dp
CALL ppl_integral_ri( &
la_max(iset), la_min(iset), npgfa(iset), rpgfa(:, iset), zeta(:, iset), &
nexp_ppl, alpha_ppl, nct_ppl, cval_ppl, ppl_radius, &
-rac, dac, va)
END IF
! contraction
sgfa = first_sgfa(1, iset)
sgfb = sgfa+nsgfa(iset)-1
ncoa = npgfa(iset)*ncoset(la_max(iset))
bcon => sphi_a(1:ncoa, sgfa:sgfb)
work(sgfa:sgfb) = MATMUL(TRANSPOSE(bcon), va(1:ncoa))
IF (calculate_forces) THEN
dvas(1:nsgfa(iset), 1:3) = MATMUL(TRANSPOSE(bcon), dva(1:ncoa, 1:3))
force_a(1) = force_a(1)+SUM(lri_ppl_coef(ikind)%acoef(atom_a, sgfa:sgfb)*dvas(1:nsgfa(iset), 1))
force_a(2) = force_a(2)+SUM(lri_ppl_coef(ikind)%acoef(atom_a, sgfa:sgfb)*dvas(1:nsgfa(iset), 2))
force_a(3) = force_a(3)+SUM(lri_ppl_coef(ikind)%acoef(atom_a, sgfa:sgfb)*dvas(1:nsgfa(iset), 3))
END IF
END DO
!$OMP CRITICAL(int_critical)
lri_ppl_coef(ikind)%v_int(atom_a, 1:nfun) = lri_ppl_coef(ikind)%v_int(atom_a, 1:nfun)+work(1:nfun)
!$OMP END CRITICAL(int_critical)
IF (calculate_forces) THEN
!$OMP CRITICAL(force_critical)
force(ikind)%gth_ppl(1, atom_a) = force(ikind)%gth_ppl(1, atom_a)+force_a(1)
force(ikind)%gth_ppl(2, atom_a) = force(ikind)%gth_ppl(2, atom_a)+force_a(2)
force(ikind)%gth_ppl(3, atom_a) = force(ikind)%gth_ppl(3, atom_a)+force_a(3)
force(kkind)%gth_ppl(1, atom_c) = force(kkind)%gth_ppl(1, atom_c)-force_a(1)
force(kkind)%gth_ppl(2, atom_c) = force(kkind)%gth_ppl(2, atom_c)-force_a(2)
force(kkind)%gth_ppl(3, atom_c) = force(kkind)%gth_ppl(3, atom_c)-force_a(3)
IF (use_virial) THEN
CALL virial_pair_force(virial%pv_virial, 1.0_dp, force_a, rac)
END IF
!$OMP END CRITICAL(force_critical)
END IF
END DO
DEALLOCATE (va, work)
IF (calculate_forces) THEN
DEALLOCATE (dva, dvas)
END IF
!$OMP END PARALLEL
CALL neighbor_list_iterator_release(nl_iterator)
DEALLOCATE (atom_of_kind, basis_set_list)
CALL timestop(handle)
END SUBROUTINE build_core_ppl_ri
! **************************************************************************************************
END MODULE core_ppl