lambda___( 1 )=***************

Post here questions linked with issue while running the EPW code

Moderator: stiwari

Post Reply
jsli21
Posts: 3
Joined: Sun Jun 26, 2022 1:52 am
Affiliation: Jilin University

lambda___( 1 )=***************

Post by jsli21 »

Dear all,
During calculation of lead (wSOC) which is provided in the examples ,I encounter a strange error. And I want to figure out the reason leading to the error. Thank you
Here are some details:
Attachments
wSOC.tgz
Inputs and out
(27.2 KiB) Downloaded 135 times
error
error
2.png (31.72 KiB) Viewed 1624 times
error
error
1.png (49.52 KiB) Viewed 1624 times

roxana
Posts: 172
Joined: Fri Jan 22, 2016 6:48 pm
Affiliation:

Re: lambda___( 1 )=***************

Post by roxana »

Hi,

The *** means that not enough digits are printed. Currently, the format in selfen.f90 if f15.6. You can change this to more digits. However, the values that you are getting appear too large.

selfen.f90: 104 FORMAT(5x, 'lambda_tr( ',i3,' )=', f15.6, ' gamma_tr=', f15.6, ' meV', ' omega=', f12.4, ' meV')

Best,
Roxana
Roxana Margine
Associate Professor
Department of Physics, Applied Physics and Astronomy
Binghamton University, State University of New York

Post Reply