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 with 2d fermi surface-vasp #168

Open
SubeenLim opened this issue Nov 10, 2024 · 1 comment
Open

Problem with 2d fermi surface-vasp #168

SubeenLim opened this issue Nov 10, 2024 · 1 comment

Comments

@SubeenLim
Copy link

SubeenLim commented Nov 10, 2024

For developer,

Using the vasp code, I tried to analyze 2d fermi surface (001 plane).
But, pyprocar result is weird.
For the same vasprun.xml, I utilized other tool and result is appropriate. (figure (1))

pyprocar1

For the pyprocar, 2d fermi surface is weird.
fermi_bulk

I used same vasprun.xml
why do this kind of difference occurs?

I want to resolve the issue because pyprocar is the most uesful tool for me

This is my INCAR and POSCAR and KPOINTS
INCAR(scf)

SYSTEM = MoP

ISTART = 0
ICHARG = 2
NPAR = 8

NELM = 700
ENCUT = 332
EDIFF = 1E-06
ISMEAR = 0; SIGMA = 0.026
ISYM = -1
#ALGO = All

ISPIN = 1                                                                                                                                                                                                                               
LSORBIT = .TRUE.

INCAR(nscf)

SYSTEM = MoP

ISTART = 0
ICHARG = 11
LWAVE = .FALSE.
NPAR = 8

NELM = 700
ENCUT = 332
EDIFF = 1E-06
ISMEAR = 0; SIGMA = 0.026
ISYM = -1                                                                                                                                                                                                                               
#ALGO = All

ISPIN = 1
LSORBIT = .TRUE.
LORBIT = 11

POSCAR

MoP
1.0
     3.2383731134154243   -0.0000000000000000   -0.0000000000000000
    -1.6191865567077122    2.8045133829909190    0.0000000000000000
     0.0000000000000000    0.0000000000000000    3.1933534270558410
   Mo   P                                                                                                                                                                                                                               
     1     1
Direct
  0.3333333429999996  0.6666666870000029  0.5000000000000000
 -0.0000000000000000  0.0000000000000000 -0.0000000000000000

KPOINTS(nscf) (for the scf 12 12 12)

Regular k-point mesh
0                                                                                                                                                                                                                                       
Gamma
25 25 25

python code

pyprocar.fermi2D(code='vasp', mode='plain', color='black', savefig='fermi_bulk.png', fermi = 8.6202, dirname=data_dir) 

Best regards,
Subeen

@fvmunoz
Copy link
Collaborator

fvmunoz commented Nov 12, 2024 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

2 participants