I am trying to calculate the superconducting transition temperature in imaginary axis using pade approx. When I set nsiw = 100, I got following results
Code: Select all
Electron-phonon coupling strength = 0.2826915
Estimated Allen-Dynes Tc = 0.0900327 K for muc = 0.10000
Estimated BCS superconducting gap = 0.0000137 eV
temp( 1) = 0.0500 K
Solve anisotropic Eliashberg equations on imaginary-axis
Total number of frequency points nsiw ( 1 ) = 100
Cutoff frequency wscut = 0.0027
Size of allocated memory per pool : ~= 8.0666 Gb
as you can see, the memory usage is quite big, our server cannot afford bigger one.
But the wscut is still far lower than 10xE_{phonon}(the biggest phonon energy of my system is about 75meV), the estimated T_c is about 0.09K, it seems that there is some relationship between nsiw and temp(1) and wscut.
Since the memory usage is proportional to nswi, my question is how can I solve Migdal-Eliashberg Equation in imaginary axis with less than 10GB memory usage per pool (I have set etf_mem = 2 to reduce memory usage).
Any suggestion is welcome, thank you!
Best regards,
Xinbao,