Search found 155 matches

by carla.verdi
Tue Apr 17, 2018 9:39 am
Forum: Running the code
Topic: Test for electron-plasmon
Replies: 1
Views: 2409

Re: Test for electron-plasmon

Dear Shudong, nel is equivalent to tot_charge (in absolute value), that is, the added electrons in your unit cell. epsiHEG is the average \epsilon_\infty e.g. from your dfpt calculation. meff is the average band effective mass for your material. The electron-plasmon coupling is implemented as in m a...
by carla.verdi
Thu Mar 15, 2018 10:53 pm
Forum: General discussion
Topic: prtgkk - format of output
Replies: 1
Views: 3198

Re: prtgkk - format of output

Dear Chris,

The matrix elements printed are the modulus of the 'full' ones, that is, what is called with the somewhat deprecated name 'g^SE' in that link (second equation).

Best
Carla
by carla.verdi
Tue Mar 13, 2018 12:31 am
Forum: Running the code
Topic: Electron self-energy in polar materials - sanity check?
Replies: 16
Views: 18178

Re: Electron self-energy in polar materials - sanity check?

Hi Chris,

Just a clarification - when you set ibrav=2 do you also obtain the correct interpolated
phonon dispersion within EPW (simple asr)?

Best
Carla
by carla.verdi
Sat Mar 03, 2018 4:18 pm
Forum: Running the code
Topic: readmat_shuffle2 (1): inconsistent data
Replies: 5
Views: 5510

Re: readmat_shuffle2 (1): inconsistent data

Good to know Chris, thank you!

Carla
by carla.verdi
Sat Mar 03, 2018 4:16 pm
Forum: Running the code
Topic: Electron self-energy in polar materials - sanity check?
Replies: 16
Views: 18178

Re: Electron self-energy in polar materials - sanity check?

Hi Chris,

Thanks for letting us know, we will try and fix the bug and for now warn not to use ibrav 0!

Carla
by carla.verdi
Fri Mar 02, 2018 10:48 am
Forum: Running the code
Topic: readmat_shuffle2 (1): inconsistent data
Replies: 5
Views: 5510

Re: readmat_shuffle2 (1): inconsistent data

Hi Chris, Looking in that subroutine, the only other reason for printing that error message (if you uncomment the amass) is: IF (ntyp.ne.ntyp_.or.nat.ne.nat_.or.ibrav_.ne.ibrav.or.abs ( & celldm_ (1) - celldm (1) ) .gt.1.0d-5) call errore ('readmat2', & 'inconsistent data', 1) which means th...
by carla.verdi
Fri Mar 02, 2018 10:29 am
Forum: Running the code
Topic: readmat_shuffle2 (1): inconsistent data
Replies: 5
Views: 5510

Re: readmat_shuffle2 (1): inconsistent data

Dear Chris,

I think you only need to uncomment amass(1) and amass(2) :)

Best,
Carla
by carla.verdi
Tue Feb 27, 2018 4:31 pm
Forum: Running the code
Topic: Fine q-grid convergence
Replies: 19
Views: 17261

Re: Fine q-grid convergence

Dear Nandan,

Have you checked that the interpolated band structure and phonons that you get from epw are correct?

Best,
Carla
by carla.verdi
Tue Feb 27, 2018 9:27 am
Forum: Running the code
Topic: Electron self-energy in polar materials - sanity check?
Replies: 16
Views: 18178

Re: Electron self-energy in polar materials - sanity check?

Dear Chris, It seems indeed there is some problem with the interpolation, already at the phonon dispersions level, so most likely also with the matrix elements. Looking at your phonons plots m the dispersion looks good if you use the force constants from q2r, but the fact that it looks so different ...
by carla.verdi
Sat Feb 24, 2018 8:46 am
Forum: General discussion
Topic: Phonon mode selection
Replies: 2
Views: 3328

Re: Phonon mode selection

Dear Chris, The cumulant expansion is a method for calculating the spectral function. If you want to see the contribution of different phonon modes to the e-ph self-energy, you can set verbosity=3. Beware that this will only follow the phonon mode index, rather than the actual nature of the phonon b...