-
Notifications
You must be signed in to change notification settings - Fork 1
/
Coupling_transform_cfg_LSLScjj.f90
executable file
·920 lines (918 loc) · 46.9 KB
/
Coupling_transform_cfg_LSLScjj.f90
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
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
!
!***********************************************************************
!
module Coupling_transform_cfg_LSLScjj
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
!-----------------------------------------------
! M o d u l e s
!-----------------------------------------------
use Coupling_constants
use Coupling_structures
use Coupling_data
use Coupling_inside_shell
!-----------------------------------------------
! R o u t i n e s
!-----------------------------------------------
public :: main_cfg_lslscjj
public :: count_nr_of_csfs_LScjj
public :: delete_cfg_expansions
private :: form_list_nomach_csfs
private :: form_csfs_LScjj
private :: matrix_LS_LScjj
private :: dotransform_LSLScjj
private :: print_cfg_LSLScjj
private :: equivalent_LSLScjj
!-----------------------------------------------
! D e f i n i t i o n s
!-----------------------------------------------
type::Ji_lists
integer::nr_of_csf !serial number of csf_LS in csfs_LS
type(list),dimension(:),pointer::Ji !i=1..nr_of_subc
end type Ji_lists
!
type:: cfg_Ji_lists
integer::nr_of_subc
integer::nr_of_nomach_csfs
type(Ji_lists),dimension(:),pointer::csfs_Ji !i=1..nr_of_nomach_csfs
end type cfg_Ji_lists
!
type(expansion), public :: expansion_cfg_LS
type(expansion), public :: expansion_cfg_LScjj
!
type(list), private ::nomach_csfs_ls
type(cfg_Ji_lists), private::cfg_Ji_structure
!-----------------------------------------------
!
contains
!
!***********************************************************************
! *
subroutine main_cfg_lslscjj(print_level)
! *
! This is managerial subroutine *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
integer, intent(in) :: print_level
integer::error
integer::itype
expansion_cfg_LScjj%nr_of_state=expansion_cfg_LS%nr_of_state
call form_list_nomach_csfs
itype=0
call form_csfs_LScjj(itype)
call dotransform_LSLScjj
if(print_level.gt.1) call print_cfg_LSLScjj(2) ! 2-means print LS and LScjj expansions
deallocate(nomach_csfs_ls%items, STAT = error)
end subroutine main_cfg_lslscjj
!
!***********************************************************************
! *
subroutine count_nr_of_csfs_LScjj(nr_of_csfs)
! *
! This subroutine counts the number of oneconfigurational *
! expansion in LScjj coupling *
! (corresponding to the one in the JJ coupling "expansion_cfg_LS") *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
integer, intent(out):: nr_of_csfs
integer::error
integer::itype
if(expansion_cfg_LS%csfs(1)%nosubc.lt.2) then
write(*,*) &
'ERROR at subroutine count_nr_of_csfs_LScjj: nosubc.lt.2'
write(*,*) &
'(you can not use LScjj coupling with less than 2 subshells)'
write(*,*)'program is terminated'
stop
end if
expansion_cfg_LScjj%nr_of_state=expansion_cfg_LS%nr_of_state
call form_list_nomach_csfs
itype=1
call form_csfs_LScjj(itype)
nr_of_csfs = expansion_cfg_LScjj%size
if(associated(nomach_csfs_ls%items)) &
deallocate(nomach_csfs_ls%items,STAT=error)
end subroutine count_nr_of_csfs_LScjj
!
!***********************************************************************
! *
subroutine delete_cfg_expansions
! *
! This subroutine deallocates the arrays of *
! oneconfigurational expansions "expansion_cfg_LScjj" and *
! "expansion_cfg_LS" *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
integer::icsf
!
!write(iwrite_log,'(6x,a21)') 'delete_cfg_expansions'
!
!delete expansion_cfg_LScjj
if(associated(expansion_cfg_LScjj%coeffs)) &
deallocate(expansion_cfg_LScjj%csfs)
if(associated(expansion_cfg_LScjj%csfs)) then
do icsf=1, expansion_cfg_LScjj%size
if(associated(expansion_cfg_LScjj%csfs(icsf)%subc_cfg)) &
deallocate(expansion_cfg_LScjj%csfs(icsf)%subc_cfg)
if(associated(expansion_cfg_LScjj%csfs(icsf)%subc)) &
deallocate(expansion_cfg_LScjj%csfs(icsf)%subc)
if(associated(expansion_cfg_LScjj%csfs(icsf)%iM1)) &
deallocate(expansion_cfg_LScjj%csfs(icsf)%iM1)
if(associated(expansion_cfg_LScjj%csfs(icsf)%iM2)) &
deallocate(expansion_cfg_LScjj%csfs(icsf)%iM2)
if(associated(expansion_cfg_LScjj%csfs(icsf)%iJ)) &
deallocate(expansion_cfg_LScjj%csfs(icsf)%iJ)
end do
deallocate(expansion_cfg_LScjj%csfs)
end if
expansion_cfg_LScjj%size=0
expansion_cfg_LScjj%nr_of_state=0
!
!delete expansion_cfg_LS
if(associated(expansion_cfg_LS%coeffs)) &
deallocate(expansion_cfg_LS%csfs)
if(associated(expansion_cfg_LS%csfs)) then
do icsf=1, expansion_cfg_LS%size
if(associated(expansion_cfg_LS%csfs(icsf)%subc_cfg)) &
deallocate(expansion_cfg_LS%csfs(icsf)%subc_cfg)
if(associated(expansion_cfg_LS%csfs(icsf)%subc)) &
deallocate(expansion_cfg_LS%csfs(icsf)%subc)
if(associated(expansion_cfg_LS%csfs(icsf)%iM1)) &
deallocate(expansion_cfg_LS%csfs(icsf)%iM1)
if(associated(expansion_cfg_LS%csfs(icsf)%iM2)) &
deallocate(expansion_cfg_LS%csfs(icsf)%iM2)
if(associated(expansion_cfg_LS%csfs(icsf)%iJ)) &
deallocate(expansion_cfg_LS%csfs(icsf)%iJ)
end do
deallocate(expansion_cfg_LS%csfs)
end if
expansion_cfg_LS%size=0
expansion_cfg_LS%nr_of_state=0
!
!write(iwrite_log,'(6x,a25)') 'end delete_cfg_expansions'
!
end subroutine delete_cfg_expansions
!
!***********************************************************************
! *
function equivalent_LSLScjj(csf1, csf2) result(rez)
! *
! This function defines the "equivalency" of *
! two csfs in LS coupling for the formation of LScjj csfs *
! (for notion of the "equivalency" see the *
! description in the program) *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
type(csf_LS) :: csf1, csf2
logical :: rez
integer::isubc
rez = .true.
if(csf1%nosubc.lt.2.or.csf2%nosubc.lt.2) then
write(*,*)'ERROR at subroutine equivalent_LSLScjj: ', &
'csf1%nosubc.lt.2.or.csf2%nosubc.lt.2'
write(*,*)'(you can not use LScjj coupling with less than 2 ',&
'subshells)'
write(*,*)'program will be terminated'
stop
end if
if(csf1%nosubc.eq.csf2%nosubc) then
do isubc=1,csf1%nosubc
if(.not.csf1%subc_cfg(isubc)==csf2%subc_cfg(isubc)) then
rez=.false.
exit
else if(.not.csf1%subc(isubc)==csf2%subc(isubc)) then
if(isubc /= 2) rez=.false.
exit
end if
end do
else
rez=.false.
end if
end function equivalent_LSLScjj
!
!***********************************************************************
! *
subroutine form_list_nomach_csfs
! *
! This subroutine form the list of serial numbers *
! in "expansion_cfg_LS" of "nonequivalent" LS coupling csfs *
! (for notion of the "equivalency" see the *
! description in the program) *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
integer:: inomach_counter
integer, dimension(:), pointer :: temp_list
integer::icsf_LS, inew
logical:: new_csf
!
inomach_counter=0
allocate(temp_list(expansion_cfg_LS%size))
!
do icsf_LS=1,expansion_cfg_LS%size,1
new_csf = .true.
do inew = 1, inomach_counter, 1
if(equivalent_LSLScjj(expansion_cfg_LS%csfs(icsf_LS), &
expansion_cfg_LS%csfs(temp_list(inew)))) new_csf = .false.
end do
if(new_csf) then
inomach_counter = inomach_counter + 1
if(inomach_counter.gt.expansion_cfg_LS%size) then
write(*,*) 'stop at subroutine define_nomach: ', &
'inomach_counter.gt.expansion_cfg_LS%size'
stop
end if
temp_list(inomach_counter)= icsf_LS
end if
end do
!
nomach_csfs_LS%list_size = inomach_counter
!
allocate(nomach_csfs_LS%items(nomach_csfs_LS%list_size))
!
do icsf_LS=1, nomach_csfs_LS%list_size, 1
nomach_csfs_LS%items(icsf_LS) = temp_list(icsf_LS)
end do
!
deallocate(temp_list)
!----- print down data -----------
!write(iwrite_log, *)'Nonmaching csfs_LS:'
!write(iwrite_log, *)' Nr. icsf_nr '
!do icsf_LS=1, nomach_csfs_LS%list_size, 1
! write(iwrite_log, '(4x,i3,2x,i3)') icsf_LS, nomach_csfs_LS%items(icsf_LS)
!end do !icsf_LS
!write(iwrite_log, *)' '
!
end subroutine form_list_nomach_csfs
!
!***********************************************************************
! *
subroutine form_csfs_LScjj(itype)
! *
! This subroutine forms the oneconfigurational *
! expansion in LScjj coupling "expansion_cfg_LScjj", *
! correponding to the one in LS coupling "expansion_cfg_LS" *
! *
! Written by G. Gaigalas, *
! NIST last update: February 2020 *
! *
!***********************************************************************
implicit none
!type(cfg_Ji_lists),intent(in)::cfg_Ji_structure
integer:: itype !defines the type of execution
!itype=1 - to find the number
!of csfs_LScjj only,
!itype.ne.1 - perform full
!calculation
!GG! real(kind=dp) :: coef
integer :: inr_of_csfs_LScjj !, icsf_nr
integer :: icsf_LS, icsf_LScjj
integer :: J_1, J_1_min, J_1_max
integer :: J_2, J_2_min, J_2_max
integer :: inosubc, isubc, isubc_aviable
integer :: icsf, icsf_nr, ITTK
integer :: I, N1_MAX, N1_big, N2_big, number_1, number_2
integer :: I_Count, iterm_1, iterm_2, N1_big_jj, N2_big_jj
integer :: iJ_total, Q_Term, Nr_Term
type(subshell_term), dimension(1:63) :: jj_1_term, jj_2_term
!
isubc_aviable = 2
if(expansion_cfg_LS%csfs(1)%nosubc.gt.isubc_aviable) then
write(*,*) "is available =",isubc_aviable," we have =", &
expansion_cfg_LS%csfs(1)%nosubc
write(*,*) 'STOP at subroutine define_number_of_csfs_LScjj ', &
'module transform_lscjj: cfg_Ji_structure%nr_of_subc.gt.', &
'isubc_aviable'
stop
end if
!
!write(*,*) ' subroutine form_csfs_LScjj'
iJ_total=states%states(expansion_cfg_LS%nr_of_state)%J
!
call define_number_of_csfs_LScjj(inr_of_csfs_LScjj)
!
expansion_cfg_LScjj%size=inr_of_csfs_LScjj
if(itype.ne.1) then
allocate(expansion_cfg_LScjj%csfs(expansion_cfg_LScjj%size))
allocate(expansion_cfg_LScjj%coeffs(expansion_cfg_LScjj%size))
icsf_LScjj=0
do icsf_LS=1, nomach_csfs_ls%list_size,1
icsf_nr = nomach_csfs_ls%items(icsf_LS)
if(expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il == 3 .and. &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big>=3) then
Nr_Term = expansion_cfg_LS%csfs(icsf_nr)%subc(2)%inr
Q_Term = gettermLSQ( &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il, &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big,Nr_term,&
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iL, &
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iS)
else
Q_Term = &
2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il+1- &
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%inr
Nr_Term = 0
end if
inosubc = expansion_cfg_LS%csfs(icsf_nr)%nosubc
N1_MAX=2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il
if (N1_MAX == 0) then
N1_big = 0
N2_big = expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big
I_Count = 1
else if(expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big &
<= N1_MAX) then
N1_big = expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big
N2_big= 0
I_Count = N1_big + 1
else
N1_big=N1_MAX
N2_big= &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big-N1_big
I_Count= &
2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il+2 &
-N2_big+1
end if
J_1_min = iabs( &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iL- &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iS)
J_1_max = &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iL+ &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iS
do J_1 = J_1_min, J_1_max, 2
J_2_min = iabs(J_1 - iJ_total)
J_2_max = J_1 + iJ_total
do J_2 = J_2_min, J_2_max, 2
do I = 1,I_Count,1
if (N1_big-I+1 .ge. 0) then
if(I == 1) then
if (N1_MAX /= 0) then
N1_big_jj = N1_big
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il-1,N1_big_jj,jj_1_term,&
number_1)
else
N1_big_jj = 0
number_1 = 1
jj_1_term(1)%j = 0
jj_1_term(1)%Q = 0
jj_1_term(1)%subshellJ = 0
end if
N2_big_jj = N2_big
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il+1,N2_big_jj,jj_2_term, &
number_2)
else
N1_big_jj = N1_big-I+1
N2_big_jj = N2_big+I-1
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il-1,N1_big_jj,jj_1_term, &
number_1)
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il+1,N2_big_jj,jj_2_term, &
number_2)
end if
do iterm_1 = 1,number_1
do iterm_2 = 1,number_2
if(ITTK( &
2*jj_1_term(iterm_1)%subshellJ, &
2*jj_2_term(iterm_2)%subshellJ, &
2*J_2) == 0) cycle
!GG! coef = coefLSjj( &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big,&
!GG! Nr_Term, &
!GG! Q_Term, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iL, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iS, &
!GG! J_2, &
!GG! jj_1_term(iterm_1)%j, &
!GG! N1_big_jj, &
!GG! jj_1_term(iterm_1)%Q, &
!GG! jj_1_term(iterm_1)%subshellJ, &
!GG! jj_2_term(iterm_2)%j, &
!GG! jj_2_term(iterm_2)%Q, &
!GG! jj_2_term(iterm_2)%subshellJ)
!GG! if (coef == ZERO_dp) cycle
icsf_LScjj = icsf_LScjj + 1
expansion_cfg_LScjj%csfs(icsf_LScjj)%nosubc= &
inosubc
allocate(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
subc_cfg(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
nosubc))
allocate(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
subc(expansion_cfg_LScjj%csfs(icsf_LScjj)% &
nosubc))
allocate(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
iM1(expansion_cfg_LScjj%csfs(icsf_LScjj)% &
nosubc))
allocate(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
iM2(expansion_cfg_LScjj%csfs(icsf_LScjj)% &
nosubc))
allocate(expansion_cfg_LScjj%csfs(icsf_LScjj)%&
iJ(expansion_cfg_LScjj%csfs(icsf_LScjj)%nosubc))
do isubc=1,expansion_cfg_LScjj%csfs( &
icsf_LScjj)%nosubc,1
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
subc_cfg(isubc) = expansion_cfg_LS%csfs( &
icsf_nr)%subc_cfg(isubc)
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
subc(isubc) = expansion_cfg_LS%csfs( &
icsf_nr)%subc(isubc)
if(isubc == 1) then
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iJ(1)=J_1
else if(isubc == 2) then
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iM1(1) = N1_big_jj
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iM2(1) = N2_big_jj
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iM1(2) = iterm_1
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iM2(2) = iterm_2
expansion_cfg_LScjj%csfs(icsf_LScjj)% &
iJ(2)=J_2
end if
end do
end do
end do
end if
end do
end do
end do
end do
!
end if
!
!write(*,*) ' end subroutine form_csfs_LScjj'
!write(iwrite_log,*) ' end subroutine form_csfs_LScjj'
!
contains
!
!***********************************************************************
! *
subroutine define_number_of_csfs_LScjj(irez)
! *
! This subroutine defines the number of csfs in LScjj coupling *
! *
! Written by G. Gaigalas, *
! NIST last update: February 2020 *
! *
!***********************************************************************
implicit none
integer, intent(out)::irez
!GG! real(kind=dp) :: coef
integer :: J_1, J_1_min, J_1_max
integer :: J_2, J_2_min, J_2_max
integer :: isubc_aviable
integer :: icsf, icsf_nr, ITTK
integer :: I, N1_MAX, N1_big, N2_big, number_1, number_2
integer :: I_Count, iterm_1, iterm_2, N1_big_jj, N2_big_jj
integer :: Q_Term, Nr_Term
type(subshell_term), dimension(1:63) :: jj_1_term, jj_2_term
!
isubc_aviable = 2
if(expansion_cfg_LS%csfs(1)%nosubc .gt. isubc_aviable) then
write(*,*)'STOP at subroutine define_number_of_csfs_LScjj ',&
'module transform_lsjj: cfg_Ji_structure%nr_of_subc.gt.',&
'isubc_aviable'
stop
end if
irez=0
do icsf=1, nomach_csfs_ls%list_size,1
icsf_nr = nomach_csfs_ls%items(icsf)
if(expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il == 3 .and. &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big>=3) then
Nr_Term = expansion_cfg_LS%csfs(icsf_nr)%subc(2)%inr
Q_Term = gettermLSQ( &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il, &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big,Nr_term,&
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iL, &
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iS)
else
Q_Term = &
2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il+1- &
expansion_cfg_LS%csfs(icsf_nr)%subc(2)%inr
Nr_Term = 0
end if
N1_MAX=2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il
if (N1_MAX == 0) then
N1_big = 0
N2_big = expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big
I_Count = 1
else if(expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big &
<= N1_MAX) then
N1_big = expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big
N2_big= 0
I_Count = N1_big + 1
else
N1_big=N1_MAX
N2_big= &
expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big-N1_big
I_Count= &
2*expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il+2 &
-N2_big+1
end if
J_1_min = iabs( &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iL- &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iS)
J_1_max = &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iL+ &
expansion_cfg_LS%csfs(icsf_nr)%subc(1)%iS
do J_1 = J_1_min, J_1_max, 2
J_2_min = iabs(J_1 - iJ_total)
J_2_max = J_1 + iJ_total
do J_2 = J_2_min, J_2_max, 2
do I = 1,I_Count,1
if (N1_big-I+1 .ge. 0) then
if(I == 1) then
if (N1_MAX /= 0) then
N1_big_jj = N1_big
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il-1,N1_big_jj,jj_1_term,&
number_1)
else
N1_big_jj = 0
number_1 = 1
jj_1_term(1)%j = 0
jj_1_term(1)%Q = 0
jj_1_term(1)%subshellJ = 0
end if
N2_big_jj = N2_big
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il+1,N2_big_jj,jj_2_term, &
number_2)
else
N1_big_jj = N1_big-I+1
N2_big_jj = N2_big+I-1
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il-1,N1_big_jj,jj_1_term, &
number_1)
call gettermjj( &
2*expansion_cfg_LS%csfs(icsf_nr)% &
subc_cfg(2)%il+1,N2_big_jj,jj_2_term, &
number_2)
end if
do iterm_1 = 1,number_1
do iterm_2 = 1,number_2
if(ITTK( &
2*jj_1_term(iterm_1)%subshellJ, &
2*jj_2_term(iterm_2)%subshellJ, &
2*J_2) == 0) cycle
!GG! coef = coefLSjj( &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%il, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc_cfg(2)%iN_big,&
!GG! Nr_Term, &
!GG! Q_Term, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iL, &
!GG! expansion_cfg_LS%csfs(icsf_nr)%subc(2)%iS, &
!GG! J_2, &
!GG! jj_1_term(iterm_1)%j, &
!GG! N1_big_jj, &
!GG! jj_1_term(iterm_1)%Q, &
!GG! jj_1_term(iterm_1)%subshellJ, &
!GG! jj_2_term(iterm_2)%j, &
!GG! jj_2_term(iterm_2)%Q, &
!GG! jj_2_term(iterm_2)%subshellJ)
!GG! if (coef /= ZERO_dp) irez = irez + 1
irez = irez + 1
end do
end do
end if
end do
end do
end do
end do
end subroutine define_number_of_csfs_LScjj
end subroutine form_csfs_LScjj
!
!***********************************************************************
! *
subroutine matrix_LS_LScjj(icsf_LS,icsf_LScjj,rez)
! *
! This subroutine calculates the transformation *
! matrix element between two csfs (in LS and LScjj couplings) *
! *
! Written by G. Gaigalas, *
! NIST last update: February 2020 *
! *
!***********************************************************************
implicit none
integer,intent(in):: icsf_LS,icsf_LScjj
real(kind=dp),intent(out)::rez
real(kind=dp) :: rez_1, rez_2
integer :: L12,IS12,L3,IS3,L,IS,J_1,J_2,J
integer :: nosubc, N1, N2, number_1, number_2, num_1, num_2
integer :: Q_Term, Nr_Term
type(subshell_term), dimension(1:63) :: jj_1_term, jj_2_term
nosubc=expansion_cfg_LS%csfs(1)%nosubc
rez = ZERO_dp
if(equivalent_LSLScjj(expansion_cfg_LS%csfs(icsf_LS), &
expansion_cfg_LScjj%csfs(icsf_LScjj))) then
L3 = expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iL
IS3 = expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iS
L12 = expansion_cfg_LS%csfs(icsf_LS)%iM1(1)
IS12 = expansion_cfg_LS%csfs(icsf_LS)%iM2(1)
L = expansion_cfg_LS%csfs(icsf_LS)%iM1(2)
iS = expansion_cfg_LS%csfs(icsf_LS)%iM2(2)
J_1 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iJ(1)
J_2 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iJ(2)
J = states%states(expansion_cfg_LS%nr_of_state)%J
N1 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iM1(1)
N2 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iM2(1)
number_1 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iM1(2)
number_2 = expansion_cfg_LScjj%csfs(icsf_LScjj)%iM2(2)
if(expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il == 3 .and. &
expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%iN_big>=3) then
Nr_Term = expansion_cfg_LS%csfs(icsf_LS)%subc(2)%inr
Q_Term = gettermLSQ( &
expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il, &
expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%iN_big,Nr_term,&
expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iL, &
expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iS)
else
Q_Term = &
2*expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il+1-&
expansion_cfg_LS%csfs(icsf_LS)%subc(2)%inr
Nr_Term = 0
end if
if (expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il /= 0) then
call gettermjj &
(2*expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il-1, &
N1,jj_1_term, num_1)
else
jj_1_term(1)%j = 0
jj_1_term(1)%Q = 0
jj_1_term(1)%subshellJ = 0
end if
call gettermjj &
(2*expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il+1, &
N2,jj_2_term,num_2)
rez_1 = coefLSjj( &
expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%il, &
expansion_cfg_LS%csfs(icsf_LS)%subc_cfg(2)%iN_big,&
Nr_Term, &
Q_Term, &
expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iL, &
expansion_cfg_LS%csfs(icsf_LS)%subc(2)%iS, &
J_2, &
jj_1_term(number_1)%j, &
N1, &
jj_1_term(number_1)%Q, &
jj_1_term(number_1)%subshellJ, &
jj_2_term(number_2)%j, &
jj_2_term(number_2)%Q, &
jj_2_term(number_2)%subshellJ)
call LScjjPER(L12,IS12,L3,IS3,L,IS,J_1,J_2,J,rez_2)
rez = rez_1 * rez_2
end if
end subroutine matrix_LS_LScjj
!
!***********************************************************************
! *
subroutine dotransform_LSLScjj
! *
! This subroutine calculates the weights of the *
! expansions in the LScjj coupling *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
real(kind=dp)::coeff_LScjj,coeff_LS, melement, sum_of_state
integer::icsf_LS,icsf_LScjj
melement=0.
sum_of_state = 0.
do icsf_LScjj=1,expansion_cfg_LScjj%size
coeff_LScjj = 0.
do icsf_LS=1, expansion_cfg_LS%size
call matrix_LS_LScjj(icsf_LS,icsf_LScjj,melement)
coeff_LS=expansion_cfg_LS%coeffs(icsf_LS)
coeff_LScjj = coeff_LScjj + coeff_LS*melement
end do
if((dabs(coeff_LScjj)-dp_coeff_precision).gt.ONE_dp) then
write(*,*)'possible error at subroutine dotransform_LSLScjj:',&
' coeff_LScjj=',coeff_LScjj
write(iwrite_log,*)'possible error at subroutine ', &
'dotransform_LSLScjj: coeff_LScjj=',coeff_LScjj
end if
expansion_cfg_LScjj%coeffs(icsf_LScjj)= coeff_LScjj
sum_of_state = sum_of_state + coeff_LScjj*coeff_LScjj
end do
if((sum_of_state-TWO_dp*dp_coeff_precision).gt.ONE_dp) then
write(*,*)'possible error at subroutine dotransform_LSLScjj: ',&
'sum_of_state=',sum_of_state
write(iwrite_log,*)'possible error at subroutine ', &
'dotransform_LSLScjj: sum_of_state=',sum_of_state
end if
end subroutine dotransform_LSLScjj
!
!***********************************************************************
! *
subroutine print_cfg_LSLScjj(itype)
! *
! This subroutine prints the oneconfigurational *
! expansions to the unit "iwrite_cfg_expansions_LScjj" *
! (see module "Coupling_constants") *
! *
! Written by G. Gaigalas, *
! NIST last update: Oct 2015 *
! *
!***********************************************************************
implicit none
integer, intent(in) :: itype
integer :: icsf, isubc, j
character(len=1) :: CVAL
character(len=4) :: JVAL
character(len=2) :: LSJVAL
integer :: num_1, num_2, number_1, number_2
type(subshell_term), dimension(1:63) :: jj_1_term, jj_2_term
!
! LS - Coupling
!
if(itype.gt.0) then
write(iwrite_cfg_expansions_LScjj,*) &
'-------------------------------------'
write(iwrite_cfg_expansions_LScjj,*) &
'state Nr.',expansion_cfg_LS%nr_of_state
write(iwrite_cfg_expansions_LScjj,'(3x,a3,a4,a9,3x,f15.8)') &
'J =', JVAL(states%states(expansion_cfg_LS%nr_of_state)%J), &
' Energy =',states%states(expansion_cfg_LS%nr_of_state)%energy
write(iwrite_cfg_expansions_LScjj,'(3x,a29,i2)') &
'expansion size (LS coupling): ', expansion_cfg_LS%size
write(iwrite_cfg_expansions_LScjj,*)''
if(associated(expansion_cfg_LS%csfs)) then
do icsf=1,expansion_cfg_LS%size
if(associated(expansion_cfg_LS%csfs(icsf)%subc_cfg)) then
if(icsf ==1)write(iwrite_cfg_expansions_LScjj,*)'csf Nr.'
if(expansion_cfg_LS%csfs(icsf)%nosubc == 1) then
write(iwrite_cfg_expansions_LScjj, &
'(1x,i5,3x,i2,a1,"(",i1,")",6x,a6,f10.7)') icsf, &
expansion_cfg_LS%csfs(icsf)%subc_cfg(1)%in, &
CVAL(1,expansion_cfg_LS%csfs(icsf)%subc_cfg(1)%il),&
expansion_cfg_LS%csfs(icsf)%subc_cfg(1)%iN_big, &
'coeff:',expansion_cfg_LS%coeffs(icsf)
else if (expansion_cfg_LS%csfs(icsf)%nosubc == 2) then
write(iwrite_cfg_expansions_LScjj, &
'(1x,i5,3x,2(i2,a1,"(",i1,")"),6x,a6,f10.7)')icsf,&
(expansion_cfg_LS%csfs(icsf)%subc_cfg(j)%in, &
CVAL(1,expansion_cfg_LS%csfs(icsf)%subc_cfg(j)%il),&
expansion_cfg_LS%csfs(icsf)%subc_cfg(j)%iN_big, &
j=1,2), &
'coeff:',expansion_cfg_LS%coeffs(icsf)
else
STOP &
'To many coupled shells in Coupling_transform_cfg_LSLScjj'
end if
else
write(iwrite_cfg_expansions_LScjj,'(9x,a51)') &
'expansion_cfg_LS%csfs(icsf)%subc_cfg NOT associated'
end if
if(associated(expansion_cfg_LS%csfs(icsf)%subc) &
.and.associated(expansion_cfg_LS%csfs(icsf)%iM1) &
.and.associated(expansion_cfg_LS%csfs(icsf)%iM2)) then
if(expansion_cfg_LS%csfs(icsf)%nosubc == 1) then
write(iwrite_cfg_expansions_LScjj, &
'(13x,i2,a1,i1)') &
expansion_cfg_LS%csfs(icsf)%subc(1)%iS+1, &
CVAL(2,expansion_cfg_LS%csfs(icsf)%subc(1)%iL), &
expansion_cfg_LS%csfs(icsf)%subc(1)%inr
else if (expansion_cfg_LS%csfs(icsf)%nosubc == 2) then
write(iwrite_cfg_expansions_LScjj, &
'(12x,7(1x,i2,a1,i1))') &
(expansion_cfg_LS%csfs(icsf)%subc(j)%iS+1, &
CVAL(2,expansion_cfg_LS%csfs(icsf)%subc(j)%iL),&
expansion_cfg_LS%csfs(icsf)%subc(j)%inr, &
j=1,2), &
expansion_cfg_LS%csfs(icsf)%iM2(2)+1, &
CVAL(2,expansion_cfg_LS%csfs(icsf)%iM1(2))
end if
else
write(iwrite_cfg_expansions_LScjj,'(9x,a63)') &
'expansion_cfg_LS%csfs(icsf)%subc (or iM1 or iM2) NOT associated'
end if
write(iwrite_cfg_expansions_LScjj,*)' '
end do
else
write(iwrite_cfg_expansions_LScjj,*) &
'expansion_cfg_LS%csfs NOT associated'
end if
end if
!
! LScjj - Coupling
!
if(itype.gt.1) then
write(iwrite_cfg_expansions_LScjj,*) &
'-------------------------------------'
write(iwrite_cfg_expansions_LScjj,*) &
'state Nr.',expansion_cfg_LScjj%nr_of_state
write(iwrite_cfg_expansions_LScjj,'(3x,a3,a4,a9,3x,f15.8)') &
'J =', JVAL(states%states(expansion_cfg_LScjj%nr_of_state)%J), &
' Energy =',states%states(expansion_cfg_LScjj%nr_of_state)%energy
write(iwrite_cfg_expansions_LScjj,'(3x,a29,i2)') &
'expansion size (LScjj coupling): ', expansion_cfg_LScjj%size
write(iwrite_cfg_expansions_LScjj,*)''
if(associated(expansion_cfg_LScjj%csfs)) then
do icsf=1,expansion_cfg_LScjj%size
if(associated(expansion_cfg_LScjj%csfs(icsf)%subc_cfg)) then
if(icsf ==1) &
write(iwrite_cfg_expansions_LScjj,*)'csf Nr.'
if(expansion_cfg_LS%csfs(icsf)%nosubc == 2) then
number_1 = expansion_cfg_LScjj%csfs(icsf)%iM1(2)
number_2 = expansion_cfg_LScjj%csfs(icsf)%iM2(2)
if(expansion_cfg_LScjj%csfs(icsf)%subc_cfg(2)%il &
/=0 ) then
call gettermjj(2*expansion_cfg_LScjj%csfs(icsf)%&
subc_cfg(2)%il -1,expansion_cfg_LScjj% &
csfs(icsf)%iM1(1),jj_1_term,num_1)
else
jj_1_term(number_1)%j = -1
jj_1_term(number_1)%subshellJ = 0
jj_1_term(number_1)%nu = 0
end if
call gettermjj(2*expansion_cfg_LScjj%csfs(icsf)% &
subc_cfg(2)%il+1,expansion_cfg_LScjj%csfs(icsf)% &
iM2(1),jj_2_term,num_2)
write(iwrite_cfg_expansions_LScjj, &
'(1x,i5,3x,i2,a1,"(",i1,")",2x, &
2(i2,a2,"(",i1,")"),6x,a6,f10.7)')icsf, &
expansion_cfg_LScjj%csfs(icsf)%subc_cfg(1)%in, &
CVAL(1,expansion_cfg_LScjj%csfs(icsf)%subc_cfg(1)%&
il), &
expansion_cfg_LScjj%csfs(icsf)%subc_cfg(1)%iN_big,&
expansion_cfg_LScjj%csfs(icsf)%subc_cfg(2)%in, &
LSJVAL(expansion_cfg_LScjj%csfs(icsf)%subc_cfg(2)%&
il,jj_1_term(number_1)%j), &
expansion_cfg_LScjj%csfs(icsf)%iM1(1), &
expansion_cfg_LScjj%csfs(icsf)%subc_cfg(2)%in, &
LSJVAL(expansion_cfg_LScjj%csfs(icsf)%subc_cfg(2)%&
il,jj_2_term(number_2)%j), &
expansion_cfg_LScjj%csfs(icsf)%iM2(1), &
'coeff:',expansion_cfg_LScjj%coeffs(icsf)
else
write(iwrite_cfg_expansions_LScjj,'(9x,a51)') &
'expansion_cfg_LScjj%csfs(icsf)%subc_cfg NOT associated'
end if
if(associated(expansion_cfg_LScjj%csfs(icsf)%subc) &
.and.associated(expansion_cfg_LScjj%csfs(icsf)%iM1) &
.and.associated(expansion_cfg_LScjj%csfs(icsf)%iM2))&
then
if(expansion_cfg_LS%csfs(icsf)%nosubc == 2) then
write(iwrite_cfg_expansions_LScjj, &
'(13x,i2,a1,i1,2(a4,i2,1x)," [",a4,","a4, &
" ]")') &
expansion_cfg_LScjj%csfs(icsf)%subc(1)%iS+1, &
CVAL(2,expansion_cfg_LScjj%csfs(icsf)%subc(1)% &
iL),expansion_cfg_LScjj%csfs(icsf)%subc(1)%inr, &
JVAL(jj_1_term(number_1)%subshellJ), &
jj_1_term(number_1)%nu, &
JVAL(jj_2_term(number_2)%subshellJ), &
jj_2_term(number_2)%nu, &
JVAL(expansion_cfg_LScjj%csfs(icsf)%iJ(1)), &
JVAL(expansion_cfg_LScjj%csfs(icsf)%iJ(2))
end if
else
write(iwrite_cfg_expansions_LScjj,'(9x,a63)') &
'expansion_cfg_LScjj%csfs%subc (or iM1 or iM2) NOT associated'
end if
end if
write(iwrite_cfg_expansions_LScjj,*)' '
end do
else
write(iwrite_cfg_expansions_LScjj,*) &
'expansion_cfg_LScjj%csfs NOT associated'
end if
write(iwrite_cfg_expansions_LScjj,*) &
'-------------------------------------'
end if
end subroutine print_cfg_LSLScjj
!
end module Coupling_transform_cfg_LSLScjj