Macroscopic dielectric matrix from GW0
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 7
- Joined: Tue Mar 13, 2007 3:18 pm
- License Nr.: 284
Macroscopic dielectric matrix from GW0
Hello,
I would like to know information about the calculated macroscopic dielectric matrix from GW0. A lot of information is printed out in the OUTCAR, but it is not clear what the information means. There are sets of numbers printed after the heading:
"INVERSE MACROSCOPIC DIELECTRIC TENSOR (including local field effects in RPA (Hartree))".
Can anybody tell me how I can construct the dielectric matrix based on this output? Thanks!
I would like to know information about the calculated macroscopic dielectric matrix from GW0. A lot of information is printed out in the OUTCAR, but it is not clear what the information means. There are sets of numbers printed after the heading:
"INVERSE MACROSCOPIC DIELECTRIC TENSOR (including local field effects in RPA (Hartree))".
Can anybody tell me how I can construct the dielectric matrix based on this output? Thanks!
Last edited by ssharifz on Thu Dec 17, 2009 6:06 pm, edited 1 time in total.
-
- Newbie
- Posts: 7
- Joined: Tue Mar 13, 2007 3:18 pm
- License Nr.: 284
Macroscopic dielectric matrix from GW0
I should also add that I am using the tag NWRITE = 3, and so there are many numbers printed after the dielectric constant. They are under the headings "real part", "imag part", "real part wings", etc. I would like to know what these numbers mean.
Last edited by ssharifz on Thu Dec 17, 2009 6:37 pm, edited 1 time in total.
-
- Full Member
- Posts: 122
- Joined: Tue Mar 10, 2009 2:04 am
Macroscopic dielectric matrix from GW0
Hello,
Same request....
Thanks in advance to anybody able to give info about the matter,
G
Same request....
Thanks in advance to anybody able to give info about the matter,
G
Last edited by giacomo giorgi on Mon Jan 11, 2010 4:43 am, edited 1 time in total.
Macroscopic dielectric matrix from GW0
http://cms.mpi.univie.ac.at/vasp/vasp/node174.html
Details are explained here with complete references
The Inverse Macroscopic Dielectric Tensor is a Tensor. A tensor is a vector representation independent of coordinate system. To construct the dielectric matrix you would first need to parse the OUTCAR file and then store the Inverse Macroscopic Dielectric Tensor as a tuple. Remember that a tensor in matrix form is rank 2 (matrixes are tensors of rank 2, vectors are tensors of rank 1, scalars are tensors of rank 0). So to construct the dielectric matrix ALL you need to do is parse the OUTCAR and store the values as a tuple. If you still need help I will do this for you, because I have to do it anyway, it just will not be immediately.
Details are explained here with complete references
The Inverse Macroscopic Dielectric Tensor is a Tensor. A tensor is a vector representation independent of coordinate system. To construct the dielectric matrix you would first need to parse the OUTCAR file and then store the Inverse Macroscopic Dielectric Tensor as a tuple. Remember that a tensor in matrix form is rank 2 (matrixes are tensors of rank 2, vectors are tensors of rank 1, scalars are tensors of rank 0). So to construct the dielectric matrix ALL you need to do is parse the OUTCAR and store the values as a tuple. If you still need help I will do this for you, because I have to do it anyway, it just will not be immediately.
Last edited by panda on Thu Jan 14, 2010 6:02 pm, edited 1 time in total.
Macroscopic dielectric matrix from GW0
OK, so now I have written a parser to obtain the Macroscopic Dielectric Tensor, which I have stored as a tuple. But what to do with it? Ideas? Plot it? Post-data processing? Anyone? Help!!!!!
Last edited by panda on Tue Jan 26, 2010 8:10 pm, edited 1 time in total.
-
- Newbie
- Posts: 4
- Joined: Wed Jun 09, 2010 10:23 pm
- License Nr.: 5-275
Macroscopic dielectric matrix from GW0
Dear Panda
Where do you have this parser? is there any way to find dielectric constant from inverse macroscopic dielectric tensor?
Thanks very much in advance.
Where do you have this parser? is there any way to find dielectric constant from inverse macroscopic dielectric tensor?
Thanks very much in advance.
Last edited by monazam on Thu Aug 05, 2010 3:25 pm, edited 1 time in total.