File: LiCoO2.scf.out

package info (click to toggle)
espresso 6.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 311,068 kB
  • sloc: f90: 447,429; ansic: 52,566; sh: 40,631; xml: 37,561; tcl: 20,077; lisp: 5,923; makefile: 4,503; python: 4,379; perl: 1,219; cpp: 761; fortran: 618; java: 568; awk: 128
file content (1570 lines) | stat: -rw-r--r-- 50,188 bytes parent folder | download | duplicates (3)
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
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570

     Program PWSCF v.6.5 starts on 22Apr2020 at 17: 1: 0 

     This program is part of the open-source Quantum ESPRESSO suite
     for quantum simulation of materials; please cite
         "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
         "P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
          URL http://www.quantum-espresso.org", 
     in publications or presentations arising from this work. More details at
     http://www.quantum-espresso.org/quote

     Parallel version (MPI), running on     8 processors

     MPI processes distributed on     1 nodes
     R & G space division:  proc/nbgrp/npool/nimage =       8
     Fft bands division:     nmany     =       1
     Waiting for input...
     Reading input from standard input

     Current dimensions of program PWSCF are:
     Max number of different atomic species (ntypx) = 10
     Max number of k-points (npk) =  40000
     Max angular momentum in pseudopotentials (lmaxx) =  3

     Reading Hubbard V parameters from the input...

               file Co.pbesol-spn-rrkjus_psl.0.3.1.UPF: wavefunction(s)  3P renormalized

     Subspace diagonalization in iterative solution of the eigenvalue problem:
     a serial algorithm will be used

     First shells distances (in Bohr):
     shell:   1    0.000000
     shell:   2    3.630748
     shell:   3    5.321586
     shell:   4    5.388078
     shell:   5    6.442175
     shell:   6    6.917913
     shell:   7    7.573022

     i    j  dist (Bohr)       stan-stan stan-bac bac-bac
     1    1   0.00000000  V =    5.0000   0.0000   0.0000
     1    2   6.91791251  V =    0.8000   0.0000   0.0000
     1    7   6.91791251  V =    0.8000   0.0000   0.0000
     2    1   6.91791251  V =    0.8000   0.0000   0.0000
     2    2   0.00000000  V =    0.0000   0.0000   0.0000
     3    3   0.00000000  V =    0.0000   0.0000   0.0000
     3  105   6.91791251  V =    0.8000   0.0000   0.0000
     4    4   0.00000000  V =    0.0000   0.0000   0.0000
 
     Parallelization info
     --------------------
     sticks:   dense  smooth     PW     G-vecs:    dense   smooth      PW
     Min         189      94     28                 3658     1285     218
     Max         190      95     29                 3660     1286     219
     Sum        1517     755    229                29271    10281    1749
 


     bravais-lattice index     =            5
     lattice parameter (alat)  =       9.3705  a.u.
     unit-cell volume          =     217.1091 (a.u.)^3
     number of atoms/cell      =            4
     number of atomic types    =            3
     number of electrons       =        32.00
     number of Kohn-Sham states=           16
     kinetic-energy cutoff     =      50.0000  Ry
     charge density cutoff     =     400.0000  Ry
     convergence threshold     =      1.0E-10
     mixing beta               =       0.7000
     number of iterations used =            8  plain     mixing
     Exchange-correlation= PBESOL
                           (   1   4  10   8   0   0   0)

     celldm(1)=   9.370500  celldm(2)=   0.000000  celldm(3)=   0.000000
     celldm(4)=   0.838740  celldm(5)=   0.000000  celldm(6)=   0.000000

     crystal axes: (cart. coord. in units of alat)
               a(1) = (   0.283954  -0.163941   0.944719 )  
               a(2) = (   0.000000   0.327882   0.944719 )  
               a(3) = (  -0.283954  -0.163941   0.944719 )  

     reciprocal axes: (cart. coord. in units 2 pi/alat)
               b(1) = (  1.760847 -1.016626  0.352839 )  
               b(2) = (  0.000000  2.033251  0.352839 )  
               b(3) = ( -1.760847 -1.016626  0.352839 )  


     PseudoPot. # 1 for Co read from file:
     /scratch/timrov/WORK_Hubbard_UV/PORTING/q-e_v6/q-e/pseudo/Co.pbesol-spn-rrkjus_psl.0.3.1.UPF
     MD5 check sum: df65536841c871d28055fcb0059894d0
     Pseudo is Ultrasoft + core correction, Zval = 17.0
     Generated using "atomic" code by A. Dal Corso v.6.3
     Using radial grid of 1193 points,  6 beta functions with: 
                l(1) =   0
                l(2) =   0
                l(3) =   1
                l(4) =   1
                l(5) =   2
                l(6) =   2
     Q(r) pseudized with 0 coefficients 


     PseudoPot. # 2 for O  read from file:
     /scratch/timrov/WORK_Hubbard_UV/PORTING/q-e_v6/q-e/pseudo/O.pbesol-n-rrkjus_psl.0.1.UPF
     MD5 check sum: f27e8aef0904343e863161fc6edd5707
     Pseudo is Ultrasoft + core correction, Zval =  6.0
     Generated using "atomic" code by A. Dal Corso v.6.3MaX
     Using radial grid of 1095 points,  4 beta functions with: 
                l(1) =   0
                l(2) =   0
                l(3) =   1
                l(4) =   1
     Q(r) pseudized with 0 coefficients 


     PseudoPot. # 3 for Li read from file:
     /scratch/timrov/WORK_Hubbard_UV/PORTING/q-e_v6/q-e/pseudo/Li.pbesol-s-rrkjus_psl.0.2.1.UPF
     MD5 check sum: def3ebcbbe91367824584f0aeb0e8100
     Pseudo is Ultrasoft, Zval =  3.0
     Generated using "atomic" code by A. Dal Corso v.5.0.2 svn rev. 9415
     Using radial grid of 1017 points,  4 beta functions with: 
                l(1) =   0
                l(2) =   0
                l(3) =   1
                l(4) =   1
     Q(r) pseudized with 0 coefficients 


     atomic species   valence    mass     pseudopotential
        Co            17.00    59.00000     Co( 1.00)
        O              6.00    16.00000     O ( 1.00)
        Li             3.00     7.00000     Li( 1.00)



     12 Sym. Ops., with inversion, found


                                    s                        frac. trans.

      isym =  1     identity                                     

 cryst.   s( 1) = (     1          0          0      )
                  (     0          1          0      )
                  (     0          0          1      )

 cart.    s( 1) = (  1.0000000  0.0000000  0.0000000 )
                  (  0.0000000  1.0000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


      isym =  2     180 deg rotation - cart. axis [1,0,0]        

 cryst.   s( 2) = (     0          0         -1      )
                  (     0         -1          0      )
                  (    -1          0          0      )

 cart.    s( 2) = (  1.0000000  0.0000000  0.0000000 )
                  (  0.0000000 -1.0000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym =  3     120 deg rotation - cryst. axis [0,0,1]       

 cryst.   s( 3) = (     0          1          0      )
                  (     0          0          1      )
                  (     1          0          0      )

 cart.    s( 3) = ( -0.5000000 -0.8660254 -0.0000000 )
                  (  0.8660254 -0.5000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


      isym =  4     120 deg rotation - cryst. axis [0,0,-1]      

 cryst.   s( 4) = (     0          0          1      )
                  (     1          0          0      )
                  (     0          1          0      )

 cart.    s( 4) = ( -0.5000000  0.8660254  0.0000000 )
                  ( -0.8660254 -0.5000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


      isym =  5     180 deg rotation - cryst. axis [0,1,0]       

 cryst.   s( 5) = (     0         -1          0      )
                  (    -1          0          0      )
                  (     0          0         -1      )

 cart.    s( 5) = ( -0.5000000 -0.8660254 -0.0000000 )
                  ( -0.8660254  0.5000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym =  6     180 deg rotation - cryst. axis [1,1,0]       

 cryst.   s( 6) = (    -1          0          0      )
                  (     0          0         -1      )
                  (     0         -1          0      )

 cart.    s( 6) = ( -0.5000000  0.8660254  0.0000000 )
                  (  0.8660254  0.5000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym =  7     inversion                                    

 cryst.   s( 7) = (    -1          0          0      )
                  (     0         -1          0      )
                  (     0          0         -1      )

 cart.    s( 7) = ( -1.0000000  0.0000000  0.0000000 )
                  (  0.0000000 -1.0000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym =  8     inv. 180 deg rotation - cart. axis [1,0,0]   

 cryst.   s( 8) = (     0          0          1      )
                  (     0          1          0      )
                  (     1          0          0      )

 cart.    s( 8) = ( -1.0000000  0.0000000  0.0000000 )
                  (  0.0000000  1.0000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


      isym =  9     inv. 120 deg rotation - cryst. axis [0,0,1]  

 cryst.   s( 9) = (     0         -1          0      )
                  (     0          0         -1      )
                  (    -1          0          0      )

 cart.    s( 9) = (  0.5000000  0.8660254  0.0000000 )
                  ( -0.8660254  0.5000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym = 10     inv. 120 deg rotation - cryst. axis [0,0,-1] 

 cryst.   s(10) = (     0          0         -1      )
                  (    -1          0          0      )
                  (     0         -1          0      )

 cart.    s(10) = (  0.5000000 -0.8660254 -0.0000000 )
                  (  0.8660254  0.5000000  0.0000000 )
                  (  0.0000000  0.0000000 -1.0000000 )


      isym = 11     inv. 180 deg rotation - cryst. axis [0,1,0]  

 cryst.   s(11) = (     0          1          0      )
                  (     1          0          0      )
                  (     0          0          1      )

 cart.    s(11) = (  0.5000000  0.8660254  0.0000000 )
                  (  0.8660254 -0.5000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


      isym = 12     inv. 180 deg rotation - cryst. axis [1,1,0]  

 cryst.   s(12) = (     1          0          0      )
                  (     0          0          1      )
                  (     0          1          0      )

 cart.    s(12) = (  0.5000000 -0.8660254 -0.0000000 )
                  ( -0.8660254 -0.5000000 -0.0000000 )
                  (  0.0000000  0.0000000  1.0000000 )


     point group D_3d (-3m) 
     there are  6 classes
     the character table:

       E     2C3   3C2'  i     2S6   3s_d 
A_1g   1.00  1.00  1.00  1.00  1.00  1.00
A_2g   1.00  1.00 -1.00  1.00  1.00 -1.00
E_g    2.00 -1.00  0.00  2.00 -1.00  0.00
A_1u   1.00  1.00  1.00 -1.00 -1.00 -1.00
A_2u   1.00  1.00 -1.00 -1.00 -1.00  1.00
E_u    2.00 -1.00  0.00 -2.00  1.00  0.00

     the symmetry operations in each class and the name of the first element:

     E        1
          identity                                               
     2C3      3    4
          120 deg rotation - cryst. axis [0,0,1]                 
     3C2'     2    5    6
          180 deg rotation - cart. axis [1,0,0]                  
     i        7
          inversion                                              
     2S6      9   10
          inv. 120 deg rotation - cryst. axis [0,0,1]            
     3s_d     8   11   12
          inv. 180 deg rotation - cart. axis [1,0,0]             

   Cartesian axes

     site n.     atom                  positions (alat units)
         1           Co  tau(   1) = (   0.0000000   0.0000000   0.0000000  )
         2           O   tau(   2) = (   0.0000000  -0.0000000   0.7382650  )
         3           O   tau(   3) = (   0.0000000  -0.0000000   2.0958909  )
         4           Li  tau(   4) = (   0.0000000  -0.0000000   1.4170780  )

   Crystallographic axes

     site n.     atom                  positions (cryst. coord.)
         1           Co  tau(   1) = (  0.0000000  0.0000000  0.0000000  )
         2           O   tau(   2) = (  0.2604885  0.2604885  0.2604885  )
         3           O   tau(   3) = (  0.7395115  0.7395115  0.7395115  )
         4           Li  tau(   4) = (  0.5000000  0.5000000  0.5000000  )

     number of k points=     4
                       cart. coord. in units 2pi/alat
        k(    1) = (   0.0000000   0.0000000   0.0000000), wk =   0.2500000
        k(    2) = (   0.8804236   0.5083128  -0.1764194), wk =   0.7500000
        k(    3) = (   0.8804236  -0.5083128  -0.3528387), wk =   0.7500000
        k(    4) = (   0.0000000   0.0000000  -0.5292581), wk =   0.2500000

                       cryst. coord.
        k(    1) = (   0.0000000   0.0000000   0.0000000), wk =   0.2500000
        k(    2) = (  -0.0000000   0.0000000  -0.5000000), wk =   0.7500000
        k(    3) = (   0.0000000  -0.5000000  -0.5000000), wk =   0.7500000
        k(    4) = (  -0.5000000  -0.5000000  -0.5000000), wk =   0.2500000

     Dense  grid:    29271 G-vectors     FFT dimensions: (  60,  60,  60)

     Smooth grid:    10281 G-vectors     FFT dimensions: (  45,  45,  45)

     Dynamical RAM for                 wfc:       0.04 MB

     Dynamical RAM for     wfc (w. buffer):       0.20 MB

     Dynamical RAM for             U proj.:       0.03 MB

     Dynamical RAM for  U proj. (w. buff.):       0.14 MB

     Dynamical RAM for           str. fact:       0.17 MB

     Dynamical RAM for           local pot:       0.00 MB

     Dynamical RAM for          nlocal pot:       0.10 MB

     Dynamical RAM for                qrad:       4.82 MB

     Dynamical RAM for          rho,v,vnew:       0.83 MB

     Dynamical RAM for               rhoin:       0.28 MB

     Dynamical RAM for            rho*nmix:       0.89 MB

     Dynamical RAM for           G-vectors:       0.22 MB

     Dynamical RAM for          h,s,v(r/c):       0.19 MB

     Dynamical RAM for          <psi|beta>:       0.01 MB

     Dynamical RAM for                 psi:       0.16 MB

     Dynamical RAM for                hpsi:       0.16 MB

     Dynamical RAM for                spsi:       0.16 MB

     Dynamical RAM for      wfcinit/wfcrot:       0.11 MB

     Dynamical RAM for           addusdens:      10.50 MB

     Estimated static dynamical RAM per process >       8.96 MB

     Estimated max dynamical RAM per process >      19.45 MB

     Estimated total dynamical RAM >     155.63 MB

     Check: negative core charge=   -0.000097

     Initial potential from superposition of free atoms

     starting charge   31.99493, renormalised to   32.00000
 --- in v_hubbard_extended ---
Hubbard energy    0.3859
 -----------------------------
     Number of +U iterations with fixed ns =  0
     Starting occupations:
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.700
  1.000  0.000  0.000  0.000  0.000
  0.700
  0.000  1.000  0.000  0.000  0.000
  0.700
  0.000  0.000  1.000  0.000  0.000
  0.700
  0.000  0.000  0.000  1.000  0.000
  0.700
  0.000  0.000  0.000  0.000  1.000
    occupation matrix before diagonalization:
  0.700  0.000  0.000  0.000  0.000
  0.000  0.700  0.000  0.000  0.000
  0.000  0.000  0.700  0.000  0.000
  0.000  0.000  0.000  0.700  0.000
  0.000  0.000  0.000  0.000  0.700
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.667
  1.000  0.000  0.000
  0.667
  0.000  1.000  0.000
  0.667
  0.000  0.000  1.000
    occupation matrix before diagonalization:
  0.667  0.000  0.000
  0.000  0.667  0.000
  0.000  0.000  0.667
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.667
  1.000  0.000  0.000
  0.667
  0.000  1.000  0.000
  0.667
  0.000  0.000  1.000
    occupation matrix before diagonalization:
  0.667  0.000  0.000
  0.000  0.667  0.000
  0.000  0.000  0.667
atom    1   Tr[ns(na)]=   7.0000000
atom    2   Tr[ns(na)]=   4.0000000
atom    3   Tr[ns(na)]=   4.0000000
 --- exit write_nsg ---
 Atomic wfc used for LDA+U Projector are orthogonalized
     Starting wfcs are   20 randomized atomic wfcs

     total cpu time spent up to now is        1.1 secs

     Self-consistent Calculation

     iteration #  1     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.00E-02,  avg # of iterations =  2.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.343
 -0.000  0.677  0.426  0.320  0.508
  0.343
 -0.000 -0.426  0.677  0.508 -0.320
  0.973
 -0.000 -0.145 -0.582  0.776  0.193
  0.973
 -0.000 -0.582  0.145 -0.193  0.776
  0.977
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.977  0.000  0.000  0.000  0.000
  0.000  0.570  0.000 -0.000 -0.302
  0.000  0.000  0.570 -0.302  0.000
  0.000 -0.000 -0.302  0.746 -0.000
  0.000 -0.302  0.000 -0.000  0.746
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.864
 -0.000 -0.971 -0.238
  0.864
 -0.000 -0.238  0.971
  0.897
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.897 -0.000  0.000
 -0.000  0.864 -0.000
  0.000 -0.000  0.864
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.864
 -0.000 -0.971 -0.237
  0.864
 -0.000 -0.237  0.971
  0.897
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.897 -0.000  0.000
 -0.000  0.864 -0.000
  0.000 -0.000  0.864
atom    1   Tr[ns(na)]=   7.2175152
atom    2   Tr[ns(na)]=   5.2495490
atom    3   Tr[ns(na)]=   5.2495490
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.2881
 -----------------------------

     total cpu time spent up to now is        1.2 secs

     total energy              =    -372.95098383 Ry
     estimated scf accuracy    <       0.60092640 Ry

     iteration #  2     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.88E-03,  avg # of iterations =  5.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.726
 -0.000  0.621  0.474  0.379  0.497
  0.726
  0.000  0.474 -0.621 -0.497  0.379
  0.990
 -1.000 -0.000 -0.000  0.000  0.000
  0.991
  0.000 -0.134 -0.610  0.763  0.167
  0.991
  0.000 -0.610  0.134 -0.167  0.763
    occupation matrix before diagonalization:
  0.990  0.000  0.000  0.000  0.000
  0.000  0.829  0.000 -0.000 -0.129
  0.000  0.000  0.829 -0.129  0.000
  0.000 -0.000 -0.129  0.887 -0.000
  0.000 -0.129  0.000 -0.000  0.887
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.703
 -0.000 -0.971 -0.237
  0.703
 -0.000 -0.237  0.971
  0.717
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.717 -0.000  0.000
 -0.000  0.703 -0.000
  0.000 -0.000  0.703
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.703
 -0.000 -0.971 -0.238
  0.703
 -0.000 -0.238  0.971
  0.717
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.717 -0.000  0.000
 -0.000  0.703 -0.000
  0.000 -0.000  0.703
atom    1   Tr[ns(na)]=   8.8461439
atom    2   Tr[ns(na)]=   4.2482161
atom    3   Tr[ns(na)]=   4.2482161
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.2736
 -----------------------------

     total cpu time spent up to now is        1.4 secs

     total energy              =    -372.54442269 Ry
     estimated scf accuracy    <       3.28352476 Ry

     iteration #  3     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.88E-03,  avg # of iterations =  4.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.275
  0.000 -0.669 -0.435 -0.329 -0.505
  0.275
 -0.000 -0.435  0.669  0.505 -0.329
  0.982
 -1.000 -0.000 -0.000  0.000  0.000
  0.983
  0.000 -0.141 -0.586  0.776  0.187
  0.983
  0.000 -0.586  0.141 -0.187  0.776
    occupation matrix before diagonalization:
  0.982  0.000 -0.000  0.000  0.000
  0.000  0.532  0.000 -0.000 -0.340
 -0.000  0.000  0.532 -0.340  0.000
  0.000 -0.000 -0.340  0.726 -0.000
  0.000 -0.340  0.000 -0.000  0.726
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.868
 -0.000 -0.971 -0.237
  0.868
 -0.000 -0.237  0.971
  0.897
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.897 -0.000  0.000
 -0.000  0.868 -0.000
  0.000 -0.000  0.868
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.868
 -0.000 -0.971 -0.238
  0.868
 -0.000 -0.238  0.971
  0.897
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.897 -0.000  0.000
 -0.000  0.868 -0.000
  0.000 -0.000  0.868
atom    1   Tr[ns(na)]=   6.9946721
atom    2   Tr[ns(na)]=   5.2665733
atom    3   Tr[ns(na)]=   5.2665733
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.2308
 -----------------------------

     total cpu time spent up to now is        1.5 secs

     total energy              =    -373.14755409 Ry
     estimated scf accuracy    <       0.48822533 Ry

     iteration #  4     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.53E-03,  avg # of iterations =  1.5
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.283
  0.000 -0.668 -0.436 -0.330 -0.505
  0.283
  0.000  0.436 -0.668 -0.505  0.330
  0.987
 -0.000 -0.141 -0.587  0.775  0.186
  0.987
 -0.000 -0.587  0.141 -0.186  0.775
  0.988
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.988  0.000 -0.000  0.000  0.000
  0.000  0.539  0.000 -0.000 -0.338
 -0.000  0.000  0.539 -0.338  0.000
  0.000 -0.000 -0.338  0.730 -0.000
  0.000 -0.338  0.000 -0.000  0.730
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.867
 -0.000 -0.971 -0.238
  0.867
 -0.000 -0.238  0.971
  0.898
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.898 -0.000  0.000
 -0.000  0.867 -0.000
  0.000 -0.000  0.867
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.867
 -0.000 -0.971 -0.238
  0.867
 -0.000 -0.238  0.971
  0.898
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.898 -0.000  0.000
 -0.000  0.867 -0.000
  0.000 -0.000  0.867
atom    1   Tr[ns(na)]=   7.0537983
atom    2   Tr[ns(na)]=   5.2615932
atom    3   Tr[ns(na)]=   5.2615932
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1805
 -----------------------------

     total cpu time spent up to now is        1.6 secs

     total energy              =    -373.12533874 Ry
     estimated scf accuracy    <       0.21734929 Ry

     iteration #  5     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  6.79E-04,  avg # of iterations =  4.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.403
 -0.000  0.663  0.442  0.336  0.503
  0.403
 -0.000 -0.442  0.663  0.503 -0.336
  0.991
  0.000  0.139  0.589 -0.775 -0.184
  0.991
 -0.000 -0.589  0.139 -0.184  0.775
  0.991
 -1.000  0.000  0.000 -0.000 -0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.618  0.000 -0.000 -0.283
  0.000  0.000  0.618 -0.283  0.000
  0.000 -0.000 -0.283  0.776 -0.000
  0.000 -0.283  0.000 -0.000  0.776
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.820
 -0.000 -0.971 -0.238
  0.820
 -0.000 -0.238  0.971
  0.860
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.860 -0.000  0.000
 -0.000  0.820 -0.000
  0.000 -0.000  0.820
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.820
 -0.000 -0.971 -0.238
  0.820
 -0.000 -0.238  0.971
  0.860
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.860 -0.000  0.000
 -0.000  0.820 -0.000
  0.000 -0.000  0.820
atom    1   Tr[ns(na)]=   7.5569699
atom    2   Tr[ns(na)]=   4.9994081
atom    3   Tr[ns(na)]=   4.9994081
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1799
 -----------------------------

     total cpu time spent up to now is        1.7 secs

     total energy              =    -373.17391650 Ry
     estimated scf accuracy    <       0.02882425 Ry

     iteration #  6     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  9.01E-05,  avg # of iterations =  1.8
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.398
 -0.000  0.663  0.441  0.335  0.504
  0.398
 -0.000 -0.441  0.663  0.504 -0.335
  0.991
  0.000  0.140  0.589 -0.775 -0.184
  0.991
 -0.000 -0.589  0.140 -0.184  0.775
  0.991
 -1.000  0.000  0.000 -0.000 -0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.615  0.000 -0.000 -0.285
  0.000  0.000  0.615 -0.285  0.000
  0.000 -0.000 -0.285  0.774 -0.000
  0.000 -0.285  0.000 -0.000  0.774
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.822
 -0.000 -0.971 -0.238
  0.822
 -0.000 -0.238  0.971
  0.861
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.861 -0.000  0.000
 -0.000  0.822 -0.000
  0.000 -0.000  0.822
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.822
 -0.000 -0.971 -0.238
  0.822
 -0.000 -0.238  0.971
  0.861
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.861 -0.000  0.000
 -0.000  0.822 -0.000
  0.000 -0.000  0.822
atom    1   Tr[ns(na)]=   7.5378515
atom    2   Tr[ns(na)]=   5.0086620
atom    3   Tr[ns(na)]=   5.0086620
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1830
 -----------------------------

     total cpu time spent up to now is        1.8 secs

     total energy              =    -373.17174354 Ry
     estimated scf accuracy    <       0.01483192 Ry

     iteration #  7     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  4.63E-05,  avg # of iterations =  4.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.363
  0.000 -0.664 -0.439 -0.333 -0.504
  0.363
  0.000  0.439 -0.664 -0.504  0.333
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.592  0.000 -0.000 -0.302
  0.000  0.000  0.592 -0.302  0.000
  0.000 -0.000 -0.302  0.761 -0.000
  0.000 -0.302  0.000 -0.000  0.761
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.835
 -0.000 -0.971 -0.238
  0.835
 -0.000 -0.238  0.971
  0.872
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.872 -0.000  0.000
 -0.000  0.835 -0.000
  0.000 -0.000  0.835
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.835
 -0.000 -0.972 -0.237
  0.835
 -0.000 -0.237  0.972
  0.872
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.872 -0.000  0.000
 -0.000  0.835 -0.000
  0.000 -0.000  0.835
atom    1   Tr[ns(na)]=   7.3943849
atom    2   Tr[ns(na)]=   5.0838084
atom    3   Tr[ns(na)]=   5.0838084
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1823
 -----------------------------

     total cpu time spent up to now is        1.9 secs

     total energy              =    -373.17523264 Ry
     estimated scf accuracy    <       0.00168976 Ry

     iteration #  8     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  5.28E-06,  avg # of iterations =  2.2
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.363
  0.000 -0.664 -0.441 -0.334 -0.504
  0.363
  0.000  0.441 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.592  0.000 -0.000 -0.302
  0.000  0.000  0.592 -0.302  0.000
  0.000 -0.000 -0.302  0.761 -0.000
  0.000 -0.302  0.000 -0.000  0.761
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.835
 -0.000 -0.971 -0.238
  0.835
 -0.000 -0.238  0.971
  0.872
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.872 -0.000  0.000
 -0.000  0.835 -0.000
  0.000 -0.000  0.835
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.835
 -0.000 -0.971 -0.237
  0.835
 -0.000 -0.237  0.971
  0.872
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.872 -0.000  0.000
 -0.000  0.835 -0.000
  0.000 -0.000  0.835
atom    1   Tr[ns(na)]=   7.3957079
atom    2   Tr[ns(na)]=   5.0832559
atom    3   Tr[ns(na)]=   5.0832559
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.1 secs

     total energy              =    -373.17504127 Ry
     estimated scf accuracy    <       0.00136274 Ry

     iteration #  9     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  4.26E-06,  avg # of iterations =  3.5
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.369
  0.000 -0.664 -0.440 -0.334 -0.504
  0.369
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.596  0.000 -0.000 -0.299
  0.000  0.000  0.596 -0.299  0.000
  0.000 -0.000 -0.299  0.763 -0.000
  0.000 -0.299  0.000 -0.000  0.763
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.870
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.870 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.870
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.870 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4202881
atom    2   Tr[ns(na)]=   5.0695043
atom    3   Tr[ns(na)]=   5.0695043
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1815
 -----------------------------

     total cpu time spent up to now is        2.2 secs

     total energy              =    -373.17517340 Ry
     estimated scf accuracy    <       0.00002765 Ry

     iteration # 10     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  8.64E-08,  avg # of iterations =  4.2
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.663 -0.441 -0.335 -0.504
  0.370
  0.000  0.441 -0.663 -0.504  0.335
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4247689
atom    2   Tr[ns(na)]=   5.0671647
atom    3   Tr[ns(na)]=   5.0671647
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.3 secs

     total energy              =    -373.17520267 Ry
     estimated scf accuracy    <       0.00000254 Ry

     iteration # 11     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  7.95E-09,  avg # of iterations =  4.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4264026
atom    2   Tr[ns(na)]=   5.0664166
atom    3   Tr[ns(na)]=   5.0664166
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.4 secs

     total energy              =    -373.17520214 Ry
     estimated scf accuracy    <       0.00000756 Ry

     iteration # 12     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  7.95E-09,  avg # of iterations =  3.5
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4252364
atom    2   Tr[ns(na)]=   5.0670679
atom    3   Tr[ns(na)]=   5.0670679
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.5 secs

     total energy              =    -373.17520235 Ry
     estimated scf accuracy    <       0.00000119 Ry

     iteration # 13     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  3.72E-09,  avg # of iterations =  2.2
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4248642
atom    2   Tr[ns(na)]=   5.0672572
atom    3   Tr[ns(na)]=   5.0672572
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.6 secs

     total energy              =    -373.17520238 Ry
     estimated scf accuracy    <       0.00000033 Ry

     iteration # 14     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.02E-09,  avg # of iterations =  3.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4242543
atom    2   Tr[ns(na)]=   5.0675909
atom    3   Tr[ns(na)]=   5.0675909
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.8 secs

     total energy              =    -373.17520245 Ry
     estimated scf accuracy    <       0.00000002 Ry

     iteration # 15     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  7.67E-11,  avg # of iterations =  4.2
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.972 -0.237
  0.832
 -0.000 -0.237  0.972
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4242330
atom    2   Tr[ns(na)]=   5.0676063
atom    3   Tr[ns(na)]=   5.0676063
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        2.9 secs

     total energy              =    -373.17520246 Ry
     estimated scf accuracy    <       0.00000003 Ry

     iteration # 16     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  7.67E-11,  avg # of iterations =  3.0
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.238
  0.832
 -0.000 -0.238  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4243078
atom    2   Tr[ns(na)]=   5.0675686
atom    3   Tr[ns(na)]=   5.0675686
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        3.0 secs

     total energy              =    -373.17520246 Ry
     estimated scf accuracy    <          5.8E-09 Ry

     iteration # 17     ecut=    50.00 Ry     beta= 0.70
     Davidson diagonalization with overlap
     ethr =  1.80E-11,  avg # of iterations =  4.2
 --- enter write_nsg ---
 Atom:    1   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.370
  0.000 -0.664 -0.440 -0.334 -0.504
  0.370
  0.000  0.440 -0.664 -0.504  0.334
  0.991
 -0.000 -0.140 -0.588  0.775  0.184
  0.991
 -0.000 -0.588  0.140 -0.184  0.775
  0.991
  1.000 -0.000 -0.000  0.000  0.000
    occupation matrix before diagonalization:
  0.991  0.000  0.000  0.000  0.000
  0.000  0.597  0.000 -0.000 -0.299
  0.000  0.000  0.597 -0.299  0.000
  0.000 -0.000 -0.299  0.764 -0.000
  0.000 -0.299  0.000 -0.000  0.764
 Atom:    2   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
 Atom:    3   Spin:  1
    eigenvalues and eigenvectors of the occupation matrix:
  0.832
 -0.000 -0.971 -0.237
  0.832
 -0.000 -0.237  0.971
  0.869
  1.000 -0.000  0.000
    occupation matrix before diagonalization:
  0.869 -0.000  0.000
 -0.000  0.832 -0.000
  0.000 -0.000  0.832
atom    1   Tr[ns(na)]=   7.4243707
atom    2   Tr[ns(na)]=   5.0675333
atom    3   Tr[ns(na)]=   5.0675333
 --- exit write_nsg ---
 --- in v_hubbard_extended ---
Hubbard energy    0.1814
 -----------------------------

     total cpu time spent up to now is        3.1 secs

     End of self-consistent calculation

          k = 0.0000 0.0000 0.0000 (  1273 PWs)   bands (ev):

   -84.0952 -47.5246 -47.5246 -47.4205 -33.4228  -9.3292  -7.5440   3.0861
     5.3756   5.3756   7.6002   7.6002   8.5447   8.6803   8.6803   8.7302

     occupation numbers 
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000

          k = 0.8804 0.5083-0.1764 (  1296 PWs)   bands (ev):

   -84.0875 -47.6030 -47.5431 -47.4082 -33.3830  -7.6385  -7.5372   2.8760
     4.9990   5.0222   5.7575   7.1403   7.3567   7.9757   8.0735   8.6200

     occupation numbers 
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000

          k = 0.8804-0.5083-0.3528 (  1284 PWs)   bands (ev):

   -84.0873 -47.6025 -47.5433 -47.4069 -33.3842  -7.6610  -7.5034   2.7864
     4.2751   5.8687   5.9187   7.0978   7.2774   8.0124   8.0862   8.5149

     occupation numbers 
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000

          k = 0.0000 0.0000-0.5293 (  1268 PWs)   bands (ev):

   -84.0947 -47.5249 -47.5249 -47.4191 -33.4216  -9.1995  -7.7608   3.8951
     5.3929   5.3929   6.9912   7.6313   7.6313   8.6056   8.6056   9.1031

     occupation numbers 
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000
     1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000   1.0000

     highest occupied level (ev):     9.1031

!    total energy              =    -373.17520246 Ry
     estimated scf accuracy    <          9.6E-11 Ry

     The total energy is the sum of the following terms:
     one-electron contribution =    -253.25327147 Ry
     hartree contribution      =     142.35181362 Ry
     xc contribution           =     -51.39328127 Ry
     ewald contribution        =    -211.06189316 Ry
     Hubbard energy            =       0.18142982 Ry

     convergence has been achieved in  17 iterations

     Writing output data file /scratch/timrov/WORK_Hubbard_UV/PORTING/q-e_v6/q-e/tempdir/LiCoO2.save/
 
     init_run     :      0.31s CPU      0.32s WALL (       1 calls)
     electrons    :      1.96s CPU      1.99s WALL (       1 calls)

     Called by init_run:
     wfcinit      :      0.03s CPU      0.03s WALL (       1 calls)
     wfcinit:atom :      0.00s CPU      0.00s WALL (       4 calls)
     wfcinit:wfcr :      0.02s CPU      0.02s WALL (       4 calls)
     potinit      :      0.06s CPU      0.06s WALL (       1 calls)
     hinit0       :      0.20s CPU      0.19s WALL (       1 calls)

     Called by electrons:
     c_bands      :      0.92s CPU      0.94s WALL (      17 calls)
     sum_band     :      0.50s CPU      0.52s WALL (      17 calls)
     v_of_rho     :      0.24s CPU      0.25s WALL (      18 calls)
     v_h          :      0.01s CPU      0.01s WALL (      18 calls)
     v_xc         :      0.23s CPU      0.23s WALL (      18 calls)
     newd         :      0.26s CPU      0.26s WALL (      18 calls)
     mix_rho      :      0.04s CPU      0.02s WALL (      17 calls)

     Called by c_bands:
     init_us_2    :      0.02s CPU      0.01s WALL (     144 calls)
     cegterg      :      0.89s CPU      0.91s WALL (      68 calls)

     Called by sum_band:
     sum_band:wei :      0.00s CPU      0.00s WALL (      17 calls)
     sum_band:loo :      0.14s CPU      0.16s WALL (      17 calls)
     sum_band:buf :      0.00s CPU      0.00s WALL (      68 calls)
     sum_band:ini :      0.01s CPU      0.01s WALL (      68 calls)
     sum_band:cal :      0.00s CPU      0.00s WALL (      68 calls)
     sum_band:bec :      0.00s CPU      0.00s WALL (      68 calls)
     addusdens    :      0.32s CPU      0.32s WALL (      17 calls)
     addusd:skk   :      0.00s CPU      0.00s WALL (      51 calls)
     addusd:dgemm :      0.12s CPU      0.12s WALL (      51 calls)
     addusd:qvan2 :      0.20s CPU      0.19s WALL (      51 calls)

     Called by *egterg:
     cdiaghg      :      0.12s CPU      0.12s WALL (     294 calls)
     cegterg:over :      0.00s CPU      0.01s WALL (     226 calls)
     cegterg:upda :      0.00s CPU      0.01s WALL (     226 calls)
     cegterg:last :      0.00s CPU      0.00s WALL (      68 calls)
     h_psi        :      0.79s CPU      0.76s WALL (     298 calls)
     s_psi        :      0.00s CPU      0.01s WALL (     302 calls)
     g_psi        :      0.00s CPU      0.00s WALL (     226 calls)

     Called by h_psi:
     h_psi:calbec :      0.00s CPU      0.01s WALL (     298 calls)
     vloc_psi     :      0.78s CPU      0.72s WALL (     298 calls)
     add_vuspsi   :      0.00s CPU      0.01s WALL (     298 calls)
     vhpsi        :      0.01s CPU      0.02s WALL (     298 calls)

     General routines
     calbec       :      0.00s CPU      0.02s WALL (     736 calls)
     fft          :      0.10s CPU      0.11s WALL (     232 calls)
     ffts         :      0.01s CPU      0.01s WALL (      35 calls)
     fftw         :      0.80s CPU      0.79s WALL (    6842 calls)
     interpolate  :      0.01s CPU      0.01s WALL (      18 calls)
     davcio       :      0.00s CPU      0.00s WALL (       8 calls)
 
     Parallel routines
     fft_scatt_xy :      0.12s CPU      0.14s WALL (    7109 calls)
     fft_scatt_yz :      0.17s CPU      0.16s WALL (    7109 calls)

     Hubbard U routines
     new_nsg      :      0.02s CPU      0.01s WALL (      17 calls)
     alloc_neigh  :      0.00s CPU      0.00s WALL (       1 calls)
     vhpsi        :      0.01s CPU      0.02s WALL (     298 calls)
 
     PWSCF        :      3.06s CPU      3.12s WALL

 
   This run was terminated on:  17: 1: 3  22Apr2020            

=------------------------------------------------------------------------------=
   JOB DONE.
=------------------------------------------------------------------------------=