I am trying to calculate anisotropic superconducting gap of NbSe2 monolayer.
In the eliashberg calculation I bump into the problem with calculation of spectral function. I do not use special flag for a2f, I follow the way used in hands-on tutorial from this year (https://docs.epw-code.org/_downloads/22 ... /T.H.1.pdf). In my case the code realizes that a2f was not calculated so it calls particular subrutine to calculate it. It really creates prefix.a2f , but it becomes still. The job does not crash, it just remains silent.
Code: Select all
     ===================================================================
     Finish writing dos file aiida.dos
     Finish writing phdos files aiida.phdos and aiida.phdos_proj
     ===================================================================
     Solve anisotropic Eliashberg equations
     ===================================================================
     Finish reading freq file
                  Fermi level (eV) =     0.0000000000E+00
     DOS(states/spin/eV/Unit Cell) =     1.7045262504E+00
            Electron smearing (eV) =     1.0000000000E-01
                 Fermi window (eV) =     4.0000000000E-01
     Nr irreducible k-points within the Fermi shell =        92 out of       109
           2 bands within the Fermi window
     Finish reading egnv file
     Max nr of q-points =       129
     Finish reading ikmap files
     Start reading .ephmat files
     Finish reading .ephmat files
     a2f file is not found to estimate initial gap: calculating a2f files
Thanks
Timon