I need a bit of assistance from the experts here in the forum with the following task.
I have a single molecule, e.g. perylene diimide, for which I need to determine
a) the single-particle spectrum
b) excitonic levels.
So far, I did the following:
- run quantum-espresso (might better be replaced by abinit due to missing nonlocal PP contributions in BSE)
- convert using p2y
Here, I already realized that the calculations use a lot of Gvectorsso it takes a while to complete the shell finding.Code: Select all
G cutoff =10945.1917 ( 624469 G-vectors) FFT grid: (216,135, 90) G cutoff = 7004.9227 ( 319643 G-vectors) smooth grid: (180,108, 72)
- run a GW calculation with
Code: Select all
yambo -g n -p p
- get the statically screened e-e interaction with
Code: Select all
yambo -b
- solve the BSE with
Code: Select all
yambo -o b -y d
Code: Select all
<---> [M 0.015 Gb] Alloc g_vec k_pt dl_sop wf_nc_k wf_igk (0.015)
<---> [M 0.026 Gb] Alloc RL_Gshells RL_Eshells (0.011)
___ __ _____ __ __ _____ _____
| Y || _ || Y || _ \ | _ |
| | ||. | ||. ||. | / |. | |
\_ _/ |. _ ||.\_/ ||. _ \ |. | |
|: | |: | ||: | ||: | \|: | |
|::| |:.|:.||:.|:.||::. /|::. |
`--" `-- --"`-- --"`-----" `-----"
<---> [01] Job Setup
<---> [02] Input variables setup
<---> [02.01] Unit cells
<---> [02.02] Symmetries
<---> [02.03] RL shells
<---> [02.04] K-grid lattice
<---> [02.05] Energies [ev] & Occupations
<---> [03] Transferred momenta grid
<---> X indexes |####################| [100%] --(E) --(X)
<---> SE indexes |####################| [100%] --(E) --(X)
<---> [04] Bethe-Salpeter Kernel
<---> [BSE] Kernel dimension : 1824
<---> [04.01] Screneed interaction header I/O
<---> Filling Estimation |####################| [100%] --(E) --(X)
<---> [P 01] Kernel filling [o/o] 100.0000
<---> [WARNING]Exchange FFT size is too big. RL vectors reduced to 1
<---> [M 0.163 Gb] Alloc WF (0.127)
<---> [FFT-BSK] Mesh size: 84 54 35
<---> [WF loader] Wfs (re)loading |####################| [100%] --(E) --(X)
<---> [04.02] Main loop
<---> [M 0.190 Gb] Alloc BS_mat (0.027)
<---> BSK |####################| [100%] --(E) --(X)
<---> [M 0.163 Gb] Free BS_mat (0.027)
<---> [M 0.036 Gb] Free WF (0.127)
<---> [05] BSE solver(s)
<---> [WARNING] Missing non-local pseudopoential contribution
<---> [05.01] Diagonalization solver
<---> [M 0.090 Gb] Alloc BS_mat (0.053)
<---> BSK diagonalize |####################| [100%] --(E) --(X)
<---> BSK residuals |####################| [100%] --(E) --(X)
<---> BSK res epsilon |####################| [100%] --(E) --(X)
<---> [M 0.037 Gb] Free BS_mat (0.053)
<---> [06] Game Over & Game summary
<---> [WARNING]Exchange FFT size is too big. RL vectors reduced to 1
is a bit worrisome. I also found it quite weird that the spectrum in "o.eps_q001-bd" is the same whether or not I do the GW calculation or not. Could that be related to the above warning?
If anyone has advice on how to chose appropriate parameters for such a calculation, I'd greatly appreciate any assistance.
Cheers,
Bjoern