yambo-code / yambo

This is the official GPL repository of the yambo code
http://www.yambo-code.eu/
GNU General Public License v2.0
91 stars 35 forks source link

Input file generation ignores value of smearing for screening em1s #69

Closed sangallidavide closed 4 months ago

sangallidavide commented 4 months ago

This might be due to the following call inside src/interface/INT.F

   call W_reset(Xw(1),damping=0.001_SP)                                 
   call W_reset(Xw(2),damping=0.001_SP)                                 
andreamarini commented 4 months ago

Please provide a test to reproduce the bug.

THX

sangallidavide commented 4 months ago

I tested this again and the bug is not there.