Anisotropy in resistivity in 2D materials

Post here questions linked with issue while running the EPW code

Moderator: stiwari

Post Reply
jin.zhang
Posts: 10
Joined: Thu Feb 23, 2017 1:44 am
Affiliation:

Anisotropy in resistivity in 2D materials

Post by jin.zhang »

Dear EPW developers/users:
I was trying to calculate the intrinsic resistivity of a metal (as an extension of fcc Pb in tutorial) and some puzzles appeared in these days.

In my understanding, the total (isotropic) resistivity is calculated by averaging the resistivity from all q points defined by nqf1*nqf2*nqf3. Thus,
1, The very fine q mesh (nqf1*nqf2*nqf3) gives us all positive values in all q points, why we don not need to consider the q points with negative values like (-0.5,0.5,0)?
2, If I want to calculate the resistivity along x axis (Suppose the lattice is orthogonal), I revised the a2f.90 in src

Code: Select all

 DO iq = 1, nqtotf ! loop over q-points 
to select specific q points which are parallel with x axis to obtain specific a2f(w). Then the resistivity along x is calculated by ziman formula. Is this treatment right?

Thank you in advance!
Jin Zhang

sponce
Site Admin
Posts: 616
Joined: Wed Jan 13, 2016 7:25 pm
Affiliation: EPFL

Re: Anisotropy in resistivity in 2D materials

Post by sponce »

Dear Jin Zhang,

1) The grid can be defined between [0,1]. This is equivalent to [-0.5,0.5] since its a periodic system.

2) For resistivity along special axis, you need a resistivity tensor (a 3x3 matrix). the diagonal component will be xx,yy and zz.

Best,

Samuel
Prof. Samuel Poncé
Chercheur qualifié F.R.S.-FNRS / Professeur UCLouvain
Institute of Condensed Matter and Nanosciences
UCLouvain, Belgium
Web: https://www.samuelponce.com

jin.zhang
Posts: 10
Joined: Thu Feb 23, 2017 1:44 am
Affiliation:

Re: Anisotropy in resistivity in 2D materials

Post by jin.zhang »

Dear Samuel,
Many thanks for your reply.

I have no idea how to proceed on this part.
Should I just use a revised the Ziman formula or something more on the codes?
Can you introduce some related materials (publications) to me (jzhang1991@iphy.ac.cn)?

Thank you for your help.
Best,
Jin

sponce
Site Admin
Posts: 616
Joined: Wed Jan 13, 2016 7:25 pm
Affiliation: EPFL

Re: Anisotropy in resistivity in 2D materials

Post by sponce »

Hello,

The Ziman formula (as presented in the EPW paper) is indeed isotropic.

I'm working in a transport version of the code with anisotropy. I will let you know when the code is ready.

Best,

Samuel
Prof. Samuel Poncé
Chercheur qualifié F.R.S.-FNRS / Professeur UCLouvain
Institute of Condensed Matter and Nanosciences
UCLouvain, Belgium
Web: https://www.samuelponce.com

gbrunin
Posts: 16
Joined: Tue May 09, 2017 2:54 pm
Affiliation:

Re: Anisotropy in resistivity in 2D materials

Post by gbrunin »

Hi,

Any news on the transport with anisotropy ? Do you have an idea when it will be released (is it in terms of weeks, months, years ?). Meanwhile, what can we do to compute the resistivity along a special axis ?

Thanks !

Guillaume

sponce
Site Admin
Posts: 616
Joined: Wed Jan 13, 2016 7:25 pm
Affiliation: EPFL

Re: Anisotropy in resistivity in 2D materials

Post by sponce »

Hello,

It will be released before the Mars 2018 ICTP school.

Best,
Samuel
Prof. Samuel Poncé
Chercheur qualifié F.R.S.-FNRS / Professeur UCLouvain
Institute of Condensed Matter and Nanosciences
UCLouvain, Belgium
Web: https://www.samuelponce.com

Post Reply