Dear ATK team,
I tried to calculate polarization which using Berry phase calculation.
Users only can put k-point sampling values in ATK script generator.
As I know, kpoint has typical format as "AxBxC", but in the polarization part of the script generator
there was 3x3 matrix.
At first I put my kpoint values in the diagonal part, but all other part (off-diagonal terms) to be one.
as " 4 1 1
1 12 1
1 1 6 "
After that, I switched the off-terms to be 5, and calculated again.
as " 4 5 5
5 12 5
5 5 6 "
The final polarization values are different with respect to each off-diagonal term of kpoint matrix.
I wonder the meaning of off-diagonal term in kpoint 3x3 matrix.
How I should set the kpoints to calculate polarization?
Thank you in advance.