Page 1 of 1

Change printing.f90 code

Posted: Tue Aug 31, 2021 12:33 am
by yeyaokun
Dear all,
I'd like to change the printing.f90 file to see more information of output of 'prtgkk' (namely, |g| in epw.out)

For example , I'd like to change epc(pbnd, jbnd, nu, ik + lower_bnd - 1) to epc(pbnd, jbnd, nu, ik + lower_bnd - 3), something like this, to see more output of prtgkk.

However, after I've changed this and compiled the src ( make epw, like Makefile said, and the compilation is ok, no errors), I can't find any |g| information in epw.out file anymore.

I feel kind of strange about this. Before I changed the printing.f90 code, the keyword 'prtgkk' is ok and I can find |g| in epw.out file.

I just changed a little bit this code, like mentioned above, but I can't even find |g| information anymore.

Is there something wrong? I appreciate it if you guys can offer me any advice.

Thanks a lot.

Yaokun Ye

Re: Change printing.f90 code

Posted: Wed Sep 01, 2021 1:57 pm
by hpaudya1
Hi Yaokun Ye,

I think what you did is not correct.

For example, if ik = 1, lower_bnd = 1, then ik + lower_bnd - 3 = -1 (out of bound).

Could you say what more information do you want to print?

Best,
Hari