Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in Band Structure Plotting #44

Closed
shahid-sattar opened this issue Jan 28, 2021 · 8 comments
Closed

Problem in Band Structure Plotting #44

shahid-sattar opened this issue Jan 28, 2021 · 8 comments

Comments

@shahid-sattar
Copy link

While plotting a band structure along the high-symmetry k-path K->Gamma-> Kp, I noticed that the k-path distances are not symmetrical around Gamma, which should not happen due to a hexagonal brillouin zone.
Can you please suggest any solution for this issue?
Figure_6

@ahromero
Copy link
Collaborator

ahromero commented Jan 28, 2021 via email

@shahid-sattar
Copy link
Author

shahid-sattar commented Jan 28, 2021

I used VASP for band structure calculation of a 2D hexagonal system, automatically generating the K-path:

K-Points
35
line
reciprocal
        0.33333333333  0.33333333333  0.00000000000    ! K
        0.00000000000  0.00000000000  0.00000000000    ! \Gamma

        0.00000000000  0.00000000000  0.00000000000    ! \Gamma
       -0.33333333333  0.66666666667  0.00000000000    ! K'

       -0.33333333333  0.66666666667  0.00000000000    ! K'
        0.00000000000  0.50000000000  0.00000000000    ! M

        0.00000000000  0.50000000000  0.00000000000    ! M
        0.00000000000  0.00000000000  0.00000000000    ! \Gamma

@uthpalaherath
Copy link
Member

uthpalaherath commented Jan 28, 2021 via email

@shahid-sattar
Copy link
Author

Hi Uthpala,
Yes, as it is a 2D system, K and K' are symmetrically equivalent.
In fact I plotted the same band structure using p4v and found K/K' at symmetrical distance to Gamma.
I also tried calculating the band structure separating K-G and G-K' and used combined PROCAR but it gives the same.

@ahromero
Copy link
Collaborator

ahromero commented Jan 28, 2021 via email

@ahromero
Copy link
Collaborator

ahromero commented Jan 28, 2021 via email

@shahid-sattar
Copy link
Author

Thanks a lot for your prompt response.
Update:
I tried the option of kdirect=False and it worked. Now the distances are equal from K-G and G-K'.

pyprocar.bandsplot('PROCAR',outcar='OUTCAR',elimit=[-2.5,2.5],kpointsfile='KPOINTS',cmap='jet',kdirect=False,mode='parametric',spin=1)

@uthpalaherath
Copy link
Member

uthpalaherath commented Jan 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants