Search found 101 matches

by Vahid
Tue Dec 19, 2017 12:50 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Hello,

I will try to debug the SOC part of the code. I will keep you posted as to what I find.

Best,

Vahid
by Vahid
Mon Dec 18, 2017 7:01 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Samuel, The setting asr_typ=crystal (m) and lifc=.false. (m) are consistent with the lifc=true and asr_typ=simple result reported earlier. In all three cases, EPW is consistently higher than matdyn. And in all three cases, EPW dispersion is the same. I also tried asr=crystal in matdyn.in and q2...
by Vahid
Mon Dec 18, 2017 12:10 am
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Samuel, I ran the phonon dispersion with qe-6.2.1 using both the matdyn.x code and EPW-4.3.0 for GaN example case. I used 6x6x6 coarse k/q grids. The PSP is given earlier on this thread. It is a fully relativistic PSP. Tags lpolar and epsil, lspinorb and noncolin are all set to true. In the EPW...
by Vahid
Wed Dec 13, 2017 6:32 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Samuel, I printed lrigid, epsi_, and zstar_ before the IF (lrigid) section and lrigid, epsi, and zstar after the IF (lrigid) section of the readmat_shuffle2.f90. For the first q, lrigid is T and the other parameters are finite. For other q-points, lrigid is F, epsi_ and zstar_ are zero and epsi...
by Vahid
Mon Dec 11, 2017 10:48 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Samuel, I successfully installed qe-6.2 and redid all the phonon, scf, and nscf calculations with the new module. For the first q-point, I get lrigid=T and finite epsi, epsi_, zstar and zstar_ as below: Reading interatomic force constants IFC last -1.724147163949322E-003 Imposed simple ASR Fini...
by Vahid
Mon Dec 11, 2017 6:05 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Samuel,

I was using QE-6.0. Since I had made many changes to the code, I was hoping to debug that version. However, I am in the process of installing qe-6.2 and may have to redo all the phonon calculations. I will try 6.2 version and let you know what I get.

Thanks,

Vahid
by Vahid
Fri Dec 08, 2017 8:56 am
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Carla, I managed to restore the LO-TO splitting by commenting out the following lines in io_dyn_mat2: ! ELSE ! IF (PRESENT(epsil)) epsil=0.0_DP ! IF (PRESENT(zstareu)) zstareu=0.0_DP ! IF (PRESENT(ramtns)) ramtns=0.0_DP ENDIF ENDIF ENDIF RETURN END SUBROUTINE read_dyn_mat_header However, becaus...
by Vahid
Thu Dec 07, 2017 12:58 pm
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

Re: SOC removes LO-TO splitting in GaN

Dear Carla, For the Gamma q-point, I get lrigid=T and correct epsi and zstar values. For the other 3 q-points, I get lrigid=F and epsi and zstar are zero. I printed these values in the following part of readmat_shuffle2.f90: WRITE(*,*) "lrigid=",lrigid WRITE(*,*) "epsi=", epsi WR...
by Vahid
Thu Dec 07, 2017 1:31 am
Forum: Running the code
Topic: SOC removes LO-TO splitting in GaN
Replies: 18
Views: 14447

SOC removes LO-TO splitting in GaN

Dear EPW Users, Similar to an earlier post (http://epwforum.uk/viewtopic.php?f=6&t=354&p=1288&hilit=soc#p1288), when SOC is used with GaN, the LO-TO splitting appears to vanish. I used the GaN test case (with epsil=true and lpolar=true) and added SOC tags (lspinorb and noncolin) to all t...
by Vahid
Mon Sep 18, 2017 5:19 pm
Forum: Running the code
Topic: Unexpected affect of coarse q-grid on electronic energies
Replies: 5
Views: 4947

Re: Unexpected affect of coarse q-grid on electronic energie

Dear Samuel, Thank you for this tip. I know the code stops if the grids are not commensurate. It also stops if the coarse q-grid is larger than the k-grid. However, it did not complain in my case because 4x6x6 is commensurate with 4x12x12 and it is equal or smaller than 4x12x12, in a way. So now I k...