Page 1 of 1

polarization

Posted: Fri Feb 21, 2020 7:08 pm
by suman
Hi,
Does abinit calculate out of plane polarization?
Thank you

Re: polarization

Posted: Tue Apr 14, 2020 11:28 am
by dbennett1994
By out of plane, do you mean for a semi-periodic system like a thin film? If so, it is not so straightforward to calculate polarizations. I would recommend looking at this tutorial. It describes two different methods of calculating polarizations in thin films: one using the electrostatic potential obtained using the macroave ultility, and the other using an approximate 'layer by layer' local polarization using the bulk Born effective charges and the atomic displacements in the thin film. While this tutorial is for siesta and not abinit, abinit also uses macroave to calculate macroscopic potentials and densities. And for the 'layer by layer' polarization, all you need is the bulk Born effective charges, and the relaxed geometry of the thin film. So you could easily follow both methods in this tutorial using your abinit calculations

Re: polarization

Posted: Sun May 31, 2020 7:57 pm
by suman
Really apologized for the late reply as I saw your reply today.

My system is monolayer alpha In2Se3 which has predominant out of plane polarization.

Actually I calculated Polarization based on Berry phase calculation provided in abinit website in the link[ https://docs.abinit.org/topics/Berry/].

The output file pops out with no errors

Polarization in cartesian coordinates (C/m^2):
(the sum of the electronic and ionic Berry phase has been folded into [-1, 1])
Electronic berry phase: -0.363359383E-04 -0.209785676E-04 0.409497792E+00
Ionic: 0.755329491E-01 0.436089685E-01 -0.415614991E+00
Total: 0.754966131E-01 0.435879899E-01 -0.611719867E-02

I don't have much understanding about the result.
My understanding says

polarization (pol) along x = 0.075 C/m^2
polarization (pol) along y = 0.045 C/m^2
polarization (pol) along z= -0.00611 C/m^2

Literature says those material has predominant Out of plane polarization.
In my setup out of plane is along z axis and vacuum is along z axis too.

As pol along x involves quantum of polarization so it should be less than 0.075 and same holds for y.
My question is
1. Does pol along z which is -0.00611 involves quantum of polarization?
I believe it shouldn't as out of plane polarization involves vacuum.

Also whenever literature reports out of plane polarization are they using Berry phase method or something else.

2. Does Berry phase method only apply for in plane polarization?
I am confused so any of your help would be really appreciable.
Thank you

Re: polarization

Posted: Thu Jun 04, 2020 3:48 pm
by ebousquet
Dear Suman,
You should look at the link dbennett1994 gave you (and Stengel reference given there) regarding calculation of Polarization because once you play with hetero-structures, slabs, etc, the proper variable to look at should be D.
Additionally, computing P requires to have a zero reference and checking whether you follow the same "polarization branch", but I agree that the quantum along the z direction should be large enough. Please have a look at:
http://palata.fzu.cz/abinitschool/downl ... zation.pdf
Best wishes,
Eric

Re: polarization

Posted: Fri Jun 05, 2020 9:04 pm
by suman
Thank you for the reply and I will work on that.