Search found 40 matches

by bruneval
Thu Jun 24, 2010 4:03 pm
Forum: Many-body perturbation theory
Topic: nband of screening and self-energy calculation
Replies: 3
Views: 3412

Re: nband of screening and self-energy calculation

In your input, you have this line:

Code: Select all

nbandkss2 100        # Number of bands to store in KSS file


May I kindly suggest you to consider the consequences of increasing this value?


Fabien
by bruneval
Thu Jun 24, 2010 2:58 pm
Forum: Many-body perturbation theory
Topic: GW accurancy
Replies: 5
Views: 4803

Re: GW accurancy

1.34 eV is not that bad.

Difficult to help you without your input files...

Fabien
by bruneval
Thu Jun 24, 2010 10:58 am
Forum: Many-body perturbation theory
Topic: nband of screening and self-energy calculation
Replies: 3
Views: 3412

Re: nband of screening and self-energy calculation

What is the value of nbandkss and kssform in your input file?
We'd all save time if you could provide full input files...
Cheers,

Fabien
by bruneval
Fri Jun 11, 2010 10:17 am
Forum: Many-body perturbation theory
Topic: an error about 'istwfk'
Replies: 3
Views: 3736

Re: an error about 'istwfk'

The shifts you used do not yield a regular grid in the full BZ. nshiftk1 4 shiftk1 0.5 0.5 0.0 # These shifts will be the same for all grids 0.5 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 For your hexagonal cell, it is usually advised to use either a single shift nshiftk 1 shiftk 0.0 0.0 0.5 or even safer no s...
by bruneval
Thu Jun 10, 2010 10:02 am
Forum: Many-body perturbation theory
Topic: an error about 'istwfk'
Replies: 3
Views: 3736

Re: an error about 'istwfk'

Please, check carefully that you didn't change the k-point set along with the different runs.
ngkpt, shiftk etc... should be the same in all the steps of the GW calculation.

Fabien
by bruneval
Mon May 03, 2010 9:34 am
Forum: Many-body perturbation theory
Topic: GW calculation for arbitrary K point
Replies: 6
Views: 7290

Re: GW calculation for arbitrary K point

No, the k-points need to be regularly spaced in a GW calculation. The same is also true for the exact-exchange. So I don't know what VASP is doing for hybrid.

Fabien
by bruneval
Mon Apr 26, 2010 10:26 am
Forum: Many-body perturbation theory
Topic: difference:(nbandkss) and (ecuteps Vs. ecutwfn)
Replies: 2
Views: 2987

Re: difference:(nbandkss) and (ecuteps Vs. ecutwfn)

Dear Yuanxun, nband is the number of bands to be used to calculate chi_0 if optdriver=3 or to calculate \Sigma_c if optdriver=4. nbandkss is the number of bands to be stored in the wavefunction file called KSS file. So that nband is always lower than nbandkss. ecutwfn is the cutoff energy used to tr...
by bruneval
Wed Apr 14, 2010 12:25 pm
Forum: Many-body perturbation theory
Topic: pseudopotentials for Gw calculations
Replies: 5
Views: 4764

Re: pseudopotentials for Gw calculations

For sure, the HGH pseudopotential is not compatible with the current implementation of the KSS generator. You should take a look at the header of the pseudopotential for Indium and discover how many electrons they consider as valence. 3 ? 13 ? or 21 ? For proper GW calculation, I'd bet that you need...
by bruneval
Mon Apr 12, 2010 1:20 pm
Forum: Many-body perturbation theory
Topic: pseudopotentials for Gw calculations
Replies: 5
Views: 4764

Re: pseudopotentials for Gw calculations

GW pseudopotentials should include semicore states. For Indium, I'd advise to have one including 4s, 4p and 4d as valence.
I guess the one you propose is not suitable.
Concerning oxygen, no problem.

Fabien
by bruneval
Mon Apr 12, 2010 9:25 am
Forum: Many-body perturbation theory
Topic: Our G0W0 results are obviously underestimated
Replies: 1
Views: 3352

Re: Our G0W0 results are obviously underestimated

Does your pseudopotential for Zn consider 3s and 3p electrons as valence ? This is of the utmost importance for the final result. It has been published several times that G0W0 for ZnO, ZnS, and ZnSe underestimates quite much the experimental band gap. You may turn to self-consistent GW to improve th...
by bruneval
Fri Apr 09, 2010 11:00 am
Forum: Ground state
Topic: [solved] anormal(?) memory utilization while writing WFK
Replies: 3
Views: 3464

Re: [solved] anormal(?) memory utilization while writing WFK

The writing of the KSS file is not yet compatible with the use of the parallelization paral_kgb=1.
The usual strategy is to run a parallel job to output a WFK file and then run a 'fake' sequential job that reads the WFK file and write the KSS file.

Fabien
by bruneval
Wed Apr 07, 2010 3:02 pm
Forum: Many-body perturbation theory
Topic: Generation of the KSS file with Abinit 6.1.x
Replies: 2
Views: 3684

Re: Generation of the KSS file with Abinit 6.1.x

Could you please provide an input file that demonstrates the problem?
Thanks.

Fabien
by bruneval
Tue Mar 23, 2010 11:21 am
Forum: Many-body perturbation theory
Topic: Is the dielectric constant presented in its isotropic value?
Replies: 2
Views: 3466

Re: Is the dielectric constant presented in its isotropic va

No the dielectric constant is calculated along one direction, which is supposed to mimic the averaging...
By default, the direction is (123). I think I remember you can change this value by specifying the keyword "qptdm".
Let us know if this is still working.

Fabien
by bruneval
Thu Mar 11, 2010 10:11 am
Forum: Many-body perturbation theory
Topic: GW calculation for arbitrary K point
Replies: 6
Views: 7290

Re: GW calculation for arbitrary K point

Due to the non-locality of the exact-exchange and of the self-energy operator, there is no possibility to avoid the use of a regular grid within GW. My advice to obtain the GW band structure is to perform the GW corrections for all the the k-points in the full Brillouin Zone and then perform a Fouri...
by bruneval
Mon Feb 22, 2010 10:59 am
Forum: Many-body perturbation theory
Topic: KSS calculation: diagonalized eig differ from gradient eig
Replies: 4
Views: 5595

Re: KSS calculation: diagonalized eig differ from gradient eig

Hello,

I think this message is not really robust. You should not carry too much attention to it.
Just make sure that your eigenvalues/wavefunctions are well converged within the CG technique.
Sorry for this sloppy reply.

Fabien