Page 1 of 1

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

Posted: Mon Jun 19, 2023 10:16 am
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:

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

Posted: Tue Jun 27, 2023 9:50 pm
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