Skip to content

error while interpolation of 2x2x2 SSCHA dyn_mat using a 4x4x4 harmonic dyn_mat #74

Answered by zhaowb12138
matukumilli asked this question in Q&A
Discussion options

You must be logged in to vote

I got this error too

think the error is from PHonon/PH/SUBROUTINE frc_blk
If you use the 222 dynamic matrices perform the operation of drawing the phonon spectrum of QE
[q2r.x <q2r.in>q2r.out
matdyn.x < matdyn.in > matdyn.out]
you will get the same error
The solution is change [/home/zwb/qe-6.8/PW/src/wsweight.f90/function wsweight(r,rws,nrws) parameter (eps=1.0d-6)] from 1.0d-6 to 1.0d-7
This is the code where the error occurs

In my test,I found in one point the right way is
ck=-5.403862182618013E-006 < 1e-6 not return
abs(ck)=5.403862182618013E-006 > 1e-6 nreq=nreq
but in my dynamic matrix
ck = -4.229048151671577E-007 < 1e-6 not return
abs(ck)= 4.229048151671577E-007 < 1e-6 nreq=nreq+1

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@matukumilli
Comment options

@mesonepigreco
Comment options

@matukumilli
Comment options

@mesonepigreco
Comment options

Comment options

You must be logged in to vote
1 reply
@mesonepigreco
Comment options

Answer selected by mesonepigreco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants