The query below is continution to the above thread, but different issue
-----------
i tried with the INCAR tags you suggested in above thread (with slight added things based on some error messages in between). However, finally it run for Wannier and i got the Band. [bold] But [/bold] i realized the 'run' before applying the Wannier was based on BSE (i.e. ALGO) not GW. In such case i supposed to get the optical spectrum data. Is int it? As my intention was doing BSE for optical gap and GW for electronic band gap to compute binding energy of exciton.
So i used the example given scripts for picking-up optical data. but the scripts (except extract_optics-diag.sh) after run, gave an empty files. The ...diag file contain data, but i could not make out what is its use of denationalization values.?
I used the following scripts (given in tutorials/examples in this VASP site)
extract_chi.sh
extract_optics-diag.sh
extract_optics.sh
So, my queries are
1. Did i miss some INCAR tags that needed for optical calculations, when ALGO=BSE? (the INCAR i used for BSE run is given below)
The last few lines of 'log file' are as below:System = xxx
PREC = Normal ;
ALGO = BSE
ANTIRES = 0
ISMEAR = 0 ; SIGMA = 0.01
ENCUTGW = 150
EDIFF = 1.E-8 # default 1.E-4
NBANDS = 288
NBANDSO = 4
NBANDSV = 8
OMEGAMAX = 20
ISYM = 0
PRECFOCK = Normal
performed 48880000 updates of chi_q(r,r)
total number of BLAS operations 8391769.83 Gflops
NQ= 19 0.4444 0.5000 0.0000,
|.........|.........|.........|.........|.........|.........|.........|.........|.........|......
...|.........|.........|.........|.........|.........|.........|.........|.........|.........|...
......|.........|.........|.........|.........|.........|.........|.........|.........|.........|
.........|.........|.........|.........|.........|.........|.........|.........|.........|.......
..|.........|.........|.........
performed 51700000 updates of chi_q(r,r)
total number of BLAS operations 8879170.49 Gflops
resolving degeneracies of screened two electron integrals
calculate QP shifts <psi_nk| G(iteration)W_0 |psi_nk>: iteration 1
writing wavefunctions
entering main loop
----------------------------------------------------
but after that it did not print data. The OUTCAR file finished with error.
as below:
k-point 35 : -0.2222-0.2500 0.0000 plane waves: 3189
k-point 36 : -0.1111-0.2500 0.0000 plane waves: 3198
maximum and minimum number of plane-waves per node : 3239 3136
maximum number of plane-waves: 3239
maximum index in each direction:
IXMAX= 3 IYMAX= 10 IZMAX= 20
IXMIN= -3 IYMIN= -10 IZMIN= -20
-----------------------------------------------------------------------------
| |
| EEEEEEE RRRRRR RRRRRR OOOOOOO RRRRRR ### ### ### |
| E R R R R O O R R ### ### ### |
| E R R R R O O R R ### ### ### |
| EEEEE RRRRRR RRRRRR O O RRRRRR # # # |
| E R R R R O O R R |
| E R R R R O O R R ### ### ### |
| EEEEEEE R R R R OOOOOOO R R ### ### ### |
| |
| The file WXXXX.tmp for XXXX= 1 can not be read. |
| Rerun the GW calculations with LRPA= .TRUE., and do not change |
| ENCUTGW or NBANDS between runs. |
| |
-----------------------------------------------------------------------------
i think i messed-up.
Can you give some hint/suggestion, if the tags and procedure has gone wrong where?
Regards