Skip to content

Commit a49d55c

Browse files
Merge pull request #40 from giacomosesti/master
Expand MPA and MPA+RIM-W tests on testsuite
2 parents 8c5c81e + 87b72f2 commit a49d55c

74 files changed

Lines changed: 33953 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
#
2+
# : ::: ::: :::: :::: ::::::::: ::::::::
3+
# :+: :+: :+: :+: +:+:+: :+:+:+ :+: :+: :+: :+
4+
# +:+ +:+ +:+ +:+ +:+ +:+:+ +:+ +:+ +:+ +:+ +:+
5+
# +#++: +#++:++#++: +#+ +:+ +#+ +#++:++#+ +#+ +:+
6+
# +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+
7+
# #+# #+# #+# #+# #+# #+# #+# #+# #+#
8+
# ### ### ### ### ### ######### ########
9+
#
10+
#
11+
# Version 5.4.0 Revision 24143 Hash (prev commit) 77ed66f02
12+
# Branch is 5.4
13+
# MPI+OpenMP+SLK+SLEPC+HDF5_MPI_IO Build
14+
# http://www.yambo-code.eu
15+
#
16+
HF_and_locXC # [R] Hartree-Fock
17+
gw0 # [R] GW approximation
18+
mpa # [R][Xm] Multi Pole Approximation for the Screened Interaction
19+
el_el_corr # [R] Electron-Electron Correlation
20+
dyson # [R] Dyson Equation solver
21+
rim_cut # [R] Coulomb potential
22+
em1d # [R][X] Dynamically Screened Interaction
23+
#DegFix # Force the code to impose the energy levels to respect their degeneracy
24+
RandQpts=2000000 # [RIM] Number of random q-points in the BZ
25+
RandGvec= 1 RL # [RIM] Coulomb interaction RS components
26+
CUTGeo= "none" # [CUT] Coulomb Cutoff geometry: box/cylinder/sphere/ws/slab X/Y/Z/XY..
27+
% CUTBox
28+
0.000000 | 0.000000 | 0.000000 | # [CUT] [au] Box sides
29+
%
30+
CUTRadius= 0.000000 # [CUT] [au] Sphere/Cylinder radius
31+
CUTCylLen= 0.000000 # [CUT] [au] Cylinder length
32+
CUTwsGvec= 0.700000 # [CUT] WS cutoff: number of G to be modified
33+
EXXRLvcs= 229 RL # [XX] Exchange RL components
34+
VXCRLvcs= 229 RL # [XC] XCpotential RL components
35+
Chimod= "HARTREE" # [X] IP/Hartree/ALDA/LRC/PF/BSfxc
36+
% QpntsRXm
37+
1 | 8 | # [Xm] Transferred momenta
38+
%
39+
% BndsRnXm
40+
1 | 20 | # [Xm] Polarization function bands
41+
%
42+
NGsBlkXm= 1 Ry # [Xm] Response block size
43+
% LongDrXm
44+
1.000000 | 1.000000 | 0.000000 | # [Xm] [cc] Electric Field
45+
%
46+
EnSampXm= "2l" # [Xm] Frequency sampling in the complex plane ("1l" one line, "2l" two lines)
47+
EnGridXm= "qP" # [Xm] Partition along the real axis ("ho" homogeneous, "lP" linear, "qP" quadratic, "cP" cubic)
48+
% EnRngeXm
49+
0.00000 | 4.00000 | Ha # [Xm] Energy range
50+
%
51+
% ImRngeXm
52+
1.00000 | 1.00000 | Ha # [Xm] Imaginary range
53+
%
54+
% DmRngeXm
55+
0.00001 | 0.10000 | Ha # [Xm] Damping range
56+
%
57+
ETStpsXm= 16 # [Xm] Total Energy steps
58+
IntSolXm= "PT" # [Xm] MPA interpolation solver ("LA" linear algebra, "PT" Pade-Thiele)
59+
#mpERdb # [Xm] Write to disk MPA poles and residues
60+
% GbndRnge
61+
1 | 20 | # [GW] G[W] bands range
62+
%
63+
GTermKind= "none" # [GW] GW terminator ("none","BG" Bruneval-Gonze,"BRS" Berger-Reining-Sottile)
64+
DysSolver= "n" # [GW] Dyson Equation solver ("n","s","g","q")
65+
%QPkrange # [GW] QP generalized Kpoint/Band indices
66+
1|1|1|2|
67+
3|3|1|2|
68+
5|5|2|2|
69+
8|8|1|2|
70+
%
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
#
2+
# ____ ____ _ ____ ____ ______ ___
3+
# |_ _||_ _| / \ |_ \ / _||_ _ \ ." `.
4+
# \ \ / / / _ \ | \/ | | |_) | / .-. \
5+
# \ \/ / / ___ \ | |\ /| | | __". | | | |
6+
# _| |_ _/ / \ \_ _| |_\/_| |_ _| |__) |\ `-" /
7+
# |______||____| |____||_____||_____||_______/ `.___."
8+
#
9+
#
10+
#
11+
# Version 5.4.0 Revision 24143 Hash (prev commit) 77ed66f02
12+
# Branch is 5.4
13+
# MPI+OpenMP+SLK+SLEPC+HDF5_MPI_IO Build
14+
# http://www.yambo-code.eu
15+
#
16+
HF_and_locXC # [R] Hartree-Fock
17+
gw0 # [R] GW approximation
18+
mpa # [R][Xm] Multi Pole Approximation for the Screened Interaction
19+
el_el_corr # [R] Electron-Electron Correlation
20+
dyson # [R] Dyson Equation solver
21+
rim_cut # [R] Coulomb potential
22+
rim_w # [R] Screened coulomb potential
23+
em1d # [R][X] Dynamically Screened Interaction
24+
#DegFix # Force the code to impose the energy levels to respect their degeneracy
25+
RandQpts= 2000000 # [RIM] Number of random q-points in the BZ
26+
RandGvec= 1 RL # [RIM] Coulomb interaction RS components
27+
RandGvecW= 1 RL # [RIM-W] Screened interaction RS components (smaller than X matrix)
28+
rimw_type= "metal" # [RIM-W] Screened interaction limit metal/semiconductor/2D Dirac
29+
CUTGeo= "none" # [CUT] Coulomb Cutoff geometry: box/cylinder/sphere/ws/slab X/Y/Z/XY..
30+
% CUTBox
31+
0.000000 | 0.000000 | 0.000000 | # [CUT] [au] Box sides
32+
%
33+
CUTRadius= 0.000000 # [CUT] [au] Sphere/Cylinder radius
34+
CUTCylLen= 0.000000 # [CUT] [au] Cylinder length
35+
CUTwsGvec= 0.700000 # [CUT] WS cutoff: number of G to be modified
36+
EXXRLvcs= 229 RL # [XX] Exchange RL components
37+
VXCRLvcs= 229 RL # [XC] XCpotential RL components
38+
Chimod= "HARTREE" # [X] IP/Hartree/ALDA/LRC/PF/BSfxc
39+
% QpntsRXm
40+
1 | 8 | # [Xm] Transferred momenta
41+
%
42+
% BndsRnXm
43+
1 | 20 | # [Xm] Polarization function bands
44+
%
45+
NGsBlkXm= 3 Ry # [Xm] Response block size
46+
% LongDrXm
47+
1.000000 | 1.000000 | 0.000000 | # [Xm] [cc] Electric Field
48+
%
49+
EnSampXm= "2l" # [Xm] Frequency sampling in the complex plane ("1l" one line, "2l" two lines)
50+
EnGridXm= "qP" # [Xm] Partition along the real axis ("ho" homogeneous, "lP" linear, "qP" quadratic, "cP" cubic)
51+
% EnRngeXm
52+
0.000000 | 4.000000 | Ha # [Xm] Energy range; if 0.0 | -1.0 | half the maximum e-h pair included in X is used
53+
%
54+
% ImRngeXm
55+
1.000000 | 1.000000 | Ha # [Xm] Imaginary range
56+
%
57+
% DmRngeXm
58+
0.100000E-4 | 0.100000 | Ha # [Xm] Damping range
59+
%
60+
ETStpsXm= 16 # [Xm] Total Energy steps
61+
IntSolXm= "PT" # [Xm] MPA interpolation solver ("LA" linear algebra, "PT" Pade-Thiele)
62+
#mpERdb # [Xm] Write to disk MPA poles and residues
63+
% GbndRnge
64+
1 | 20 | # [GW] G[W] bands range
65+
%
66+
GTermKind= "none" # [GW] GW terminator ("none","BG" Bruneval-Gonze,"BRS" Berger-Reining-Sottile)
67+
DysSolver= "n" # [GW] Dyson Equation solver ("n","s","g","q")
68+
%QPkrange # [GW] QP generalized Kpoint/Band indices
69+
1|1|1|2|
70+
3|3|1|2|
71+
5|5|2|2|
72+
8|8|1|2|
73+
%
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
2+
3+
__ __ _______ __ __ _______ _______
4+
| | | || _ || |_| || _ || |
5+
| |_| || |_| || || |_| || _ |
6+
| || || || || | | |
7+
|_ _|| || || _ | | |_| |
8+
| | | _ || ||_|| || |_| || |
9+
|___| |__| |__||_| |_||_______||_______|
10+
11+
12+
<---> [01] MPI/OPENMP structure, Files & I/O Directories
13+
<---> [02] CORE Variables Setup
14+
<---> [02.01] Unit cells
15+
<---> [02.02] Symmetries
16+
<---> [02.03] Reciprocal space
17+
<---> [02.04] K-grid lattice
18+
<---> Grid dimensions : 4 4 4
19+
<---> [02.05] Energies & Occupations
20+
<---> [WARNING] [X] Metallic system
21+
<---> [03] Transferred momenta grid and indexing
22+
<---> [04] Coloumb potential Random Integration (RIM)
23+
<---> [04.01] RIM initialization
24+
<---> Random points | | [000%] --(E) --(X)
25+
<---> Random points |########################################| [100%] --(E) --(X)
26+
<---> [04.02] RIM integrals
27+
<---> Momenta loop | | [000%] --(E) --(X)
28+
<---> Momenta loop |########################################| [100%] --(E) --(X)
29+
<---> [05] Dipoles
30+
<---> [05.01] Setup: observables and procedures
31+
<02s> [DIP] Database not correct or missing. To be computed
32+
<02s> [x,Vnl] computed using 4 projectors
33+
<02s> R V P [g-space] | | [000%] --(E) --(X)
34+
<03s> R V P [g-space] |########################################| [100%] --(E) --(X)
35+
<03s> [06] Dynamic Dielectric Matrix (MPA)
36+
<03s> [LA] SERIAL linear algebra
37+
<03s> [FFT-X] Mesh size: 9 9 9
38+
<03s> [X-CG] R(p) Tot o/o(of R): 160 1917 100
39+
<03s> [WARNING] The system is a metal but Drude term not included.
40+
<03s> Xo@q[1] | | [000%] --(E) --(X)
41+
<03s> Xo@q[1] |########################################| [100%] --(E) --(X)
42+
<03s> X@q[1] | | [000%] --(E) --(X)
43+
<03s> X@q[1] |########################################| [100%] --(E) --(X)
44+
<03s> [X-CG] R(p) Tot o/o(of R): 401 1918 100
45+
<03s> Xo@q[2] | | [000%] --(E) --(X)
46+
<03s> Xo@q[2] |########################################| [100%] --(E) --(X)
47+
<03s> X@q[2] | | [000%] --(E) --(X)
48+
<03s> X@q[2] |########################################| [100%] --(E) --(X)
49+
<03s> [X-CG] R(p) Tot o/o(of R): 248 1912 100
50+
<03s> Xo@q[3] | | [000%] --(E) --(X)
51+
<03s> Xo@q[3] |########################################| [100%] --(E) --(X)
52+
<03s> X@q[3] | | [000%] --(E) --(X)
53+
<03s> X@q[3] |########################################| [100%] --(E) --(X)
54+
<03s> [X-CG] R(p) Tot o/o(of R): 325 1918 100
55+
<03s> Xo@q[4] | | [000%] --(E) --(X)
56+
<03s> Xo@q[4] |########################################| [100%] --(E) --(X)
57+
<03s> X@q[4] | | [000%] --(E) --(X)
58+
<03s> X@q[4] |########################################| [100%] --(E) --(X)
59+
<03s> [X-CG] R(p) Tot o/o(of R): 482 1917 100
60+
<03s> Xo@q[5] | | [000%] --(E) --(X)
61+
<03s> Xo@q[5] |########################################| [100%] --(E) --(X)
62+
<03s> X@q[5] | | [000%] --(E) --(X)
63+
<03s> X@q[5] |########################################| [100%] --(E) --(X)
64+
<03s> [X-CG] R(p) Tot o/o(of R): 339 1920 100
65+
<03s> Xo@q[6] | | [000%] --(E) --(X)
66+
<03s> Xo@q[6] |########################################| [100%] --(E) --(X)
67+
<03s> X@q[6] | | [000%] --(E) --(X)
68+
<03s> X@q[6] |########################################| [100%] --(E) --(X)
69+
<03s> [X-CG] R(p) Tot o/o(of R): 246 1914 100
70+
<03s> Xo@q[7] | | [000%] --(E) --(X)
71+
<03s> Xo@q[7] |########################################| [100%] --(E) --(X)
72+
<03s> X@q[7] | | [000%] --(E) --(X)
73+
<03s> X@q[7] |########################################| [100%] --(E) --(X)
74+
<03s> [X-CG] R(p) Tot o/o(of R): 312 1918 100
75+
<03s> Xo@q[8] | | [000%] --(E) --(X)
76+
<03s> Xo@q[8] |########################################| [100%] --(E) --(X)
77+
<03s> X@q[8] | | [000%] --(E) --(X)
78+
<03s> X@q[8] |########################################| [100%] --(E) --(X)
79+
<03s> [07] Local Exchange-Correlation + Non-Local Fock
80+
<03s> [FFT-HF/Rho] Mesh size: 14 14 14
81+
<03s> EXS | | [000%] --(E) --(X)
82+
<03s> EXS |########################################| [100%] --(E) --(X)
83+
<03s> [xc] Functional : Slater exchange(X)+Perdew & Zunger(C)
84+
<03s> [xc] LIBXC used to calculate xc functional
85+
<03s> [07.01] Hartree-Fock occupations report
86+
<03s> [WARNING] [Hartree-Fock] Metallic system
87+
<03s> [08] Dyson equation: Newton solver
88+
<03s> [08.01] G0W0 (W MPA)
89+
<03s> [FFT-GW] Mesh size: 9 9 9
90+
<03s> G0W0 (W MPA) | | [000%] --(E) --(X)
91+
<05s> G0W0 (W MPA) |########################################| [100%] --(E) --(X)
92+
<05s> [08.02] QP properties and I/O
93+
<05s> [09] Timing Overview
94+
<05s> [10] Memory Overview
95+
<05s> [11] Game Over & Game summary
96+
<05s> [TIMING] [Time-Profile]: 05s
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
2+
3+
4+
_| _| _|_| _| _| _|_|_| _|_|
5+
_| _| _| _| _|_| _|_| _| _| _| _|
6+
_| _|_|_|_| _| _| _| _|_|_| _| _|
7+
_| _| _| _| _| _| _| _| _|
8+
_| _| _| _| _| _|_|_| _|_|
9+
10+
11+
12+
<---> [01] MPI/OPENMP structure, Files & I/O Directories
13+
<---> [02] CORE Variables Setup
14+
<---> [02.01] Unit cells
15+
<---> [02.02] Symmetries
16+
<---> [02.03] Reciprocal space
17+
<---> [02.04] K-grid lattice
18+
<---> Grid dimensions : 4 4 4
19+
<---> [02.05] Energies & Occupations
20+
<---> [WARNING] [X] Metallic system
21+
<---> [03] Transferred momenta grid and indexing
22+
<---> [04] Coloumb potential Random Integration (RIM)
23+
<---> [04.01] RIM initialization
24+
<---> Random points | | [000%] --(E) --(X)
25+
<---> Random points |########################################| [100%] --(E) --(X)
26+
<---> [04.02] RIM integrals
27+
<---> Momenta loop | | [000%] --(E) --(X)
28+
<---> Momenta loop |########################################| [100%] --(E) --(X)
29+
<---> [05] Dipoles
30+
<---> [05.01] Setup: observables and procedures
31+
<02s> [DIP] Database not correct or missing. To be computed
32+
<02s> [x,Vnl] computed using 4 projectors
33+
<02s> R V P [g-space] | | [000%] --(E) --(X)
34+
<03s> R V P [g-space] |########################################| [100%] --(E) --(X)
35+
<03s> [06] Dynamic Dielectric Matrix (MPA)
36+
<03s> [LA] SERIAL linear algebra
37+
<03s> [FFT-X] Mesh size: 9 9 9
38+
<03s> [X-CG] R(p) Tot o/o(of R): 160 1917 100
39+
<03s> [WARNING] The system is a metal but Drude term not included.
40+
<03s> Xo@q[1] | | [000%] --(E) --(X)
41+
<03s> Xo@q[1] |########################################| [100%] --(E) --(X)
42+
<03s> X@q[1] | | [000%] --(E) --(X)
43+
<03s> X@q[1] |########################################| [100%] --(E) --(X)
44+
<03s> [X-CG] R(p) Tot o/o(of R): 401 1918 100
45+
<03s> Xo@q[2] | | [000%] --(E) --(X)
46+
<03s> Xo@q[2] |########################################| [100%] --(E) --(X)
47+
<03s> X@q[2] | | [000%] --(E) --(X)
48+
<03s> X@q[2] |########################################| [100%] --(E) --(X)
49+
<03s> [X-CG] R(p) Tot o/o(of R): 248 1912 100
50+
<03s> Xo@q[3] | | [000%] --(E) --(X)
51+
<03s> Xo@q[3] |########################################| [100%] --(E) --(X)
52+
<03s> X@q[3] | | [000%] --(E) --(X)
53+
<03s> X@q[3] |########################################| [100%] --(E) --(X)
54+
<03s> [X-CG] R(p) Tot o/o(of R): 325 1918 100
55+
<03s> Xo@q[4] | | [000%] --(E) --(X)
56+
<03s> Xo@q[4] |########################################| [100%] --(E) --(X)
57+
<03s> X@q[4] | | [000%] --(E) --(X)
58+
<03s> X@q[4] |########################################| [100%] --(E) --(X)
59+
<03s> [X-CG] R(p) Tot o/o(of R): 482 1917 100
60+
<03s> Xo@q[5] | | [000%] --(E) --(X)
61+
<03s> Xo@q[5] |########################################| [100%] --(E) --(X)
62+
<03s> X@q[5] | | [000%] --(E) --(X)
63+
<03s> X@q[5] |########################################| [100%] --(E) --(X)
64+
<03s> [X-CG] R(p) Tot o/o(of R): 339 1920 100
65+
<03s> Xo@q[6] | | [000%] --(E) --(X)
66+
<03s> Xo@q[6] |########################################| [100%] --(E) --(X)
67+
<03s> X@q[6] | | [000%] --(E) --(X)
68+
<03s> X@q[6] |########################################| [100%] --(E) --(X)
69+
<03s> [X-CG] R(p) Tot o/o(of R): 246 1914 100
70+
<03s> Xo@q[7] | | [000%] --(E) --(X)
71+
<03s> Xo@q[7] |########################################| [100%] --(E) --(X)
72+
<03s> X@q[7] | | [000%] --(E) --(X)
73+
<03s> X@q[7] |########################################| [100%] --(E) --(X)
74+
<03s> [X-CG] R(p) Tot o/o(of R): 312 1918 100
75+
<03s> Xo@q[8] | | [000%] --(E) --(X)
76+
<03s> Xo@q[8] |########################################| [100%] --(E) --(X)
77+
<03s> X@q[8] | | [000%] --(E) --(X)
78+
<03s> X@q[8] |########################################| [100%] --(E) --(X)
79+
<03s> [07] Local Exchange-Correlation + Non-Local Fock
80+
<03s> [FFT-HF/Rho] Mesh size: 14 14 14
81+
<03s> EXS | | [000%] --(E) --(X)
82+
<03s> EXS |########################################| [100%] --(E) --(X)
83+
<03s> [xc] Functional : Slater exchange(X)+Perdew & Zunger(C)
84+
<03s> [xc] LIBXC used to calculate xc functional
85+
<03s> [07.01] Hartree-Fock occupations report
86+
<03s> [WARNING] [Hartree-Fock] Metallic system
87+
<03s> [08] Dyson equation: Newton solver
88+
<03s> [08.01] RIM-W interpolation
89+
<03s> [WARNING] RIM-W works only for 3D or 2D with slab cutoff
90+
<03s> [08.02] RIM-W integrals
91+
<03s> Random points | | [000%] --(E) --(X)
92+
<05s> Random points |########################################| [100%] --(E) --(X)
93+
<05s> [08.03] RIM integrals
94+
<05s> Momenta loop | | [000%] --(E) --(X)
95+
<14s> Momenta loop |##### | [012%] 09s(E) 01m-16s(X)
96+
<21s> Momenta loop |######################### | [062%] 16s(E) 25s(X)
97+
<26s> Momenta loop |########################################| [100%] 21s(E) 21s(X)
98+
<26s> [08.03.01] G0W0 (W MPA)
99+
<26s> [FFT-GW] Mesh size: 9 9 9
100+
<26s> G0W0 (W MPA) | | [000%] --(E) --(X)
101+
<32s> G0W0 (W MPA) |############################## | [075%] 05s(E) 07s(X)
102+
<32s> G0W0 (W MPA) |########################################| [100%] 06s(E) 06s(X)
103+
<33s> [08.03.02] QP properties and I/O
104+
<33s> [MEMORY] 109.3750 [Mb] Host :vslab ([08.03] RIM integrals)
105+
<33s> [09] Timing Overview
106+
<33s> [10] Memory Overview
107+
<33s> [11] Game Over & Game summary
108+
<33s> [TIMING] [Time-Profile]: 33s
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
-0.5920938
2+
0
3+
-0.1031483
4+
0
5+
-0.4540072
6+
0
7+
-0.4463357
8+
0
9+
-0.3495839
10+
0
11+
-0.3913958
12+
0
13+
-0.3913693
14+
0
15+
-0.3549144
16+
0
17+
-0.3595449
18+
0
19+
-0.353059
20+
0
21+
-0.3568551
22+
0
23+
-0.3553241
24+
0
25+
-0.3578805
26+
3.72529E-09
27+
-0.3578805
28+
1.862645E-09
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
0.8800586
2+
-0.1409181
3+
0.7419246
4+
-0.02506497
5+
0.7155415
6+
-0.03940878
7+
0.7231874
8+
-0.03457781
9+
0.7377483
10+
-0.008589091
11+
0.7196411
12+
-0.02124993
13+
0.7199355
14+
-0.02127631

0 commit comments

Comments
 (0)