<div dir="ltr"><div><div>Dear Experts,<br><br></div>I am beginner of QE. As part of the practice, I am extracting the basic structural and electronic properties of simple semiconducting materials, 1D and 2D structures. Things were fine untill i tried graphene. However, I stuck with graphene band structure for the last 3 days. As a beginner, I have done everything i can to resolve the problem. when i try to plot the band structure of 2 atom graphene, either i get a wrong band gap or an empty plot.<br><br></div>Here I am attaching the SCF code and Bandstructure code. Can someone please verify and tell me where the problem is. <br><div><div><div><br></div><div><u><b>SCF code:-</b></u><br><br>&CONTROL<br>  calculation='scf',<br>  outdir='.',<br>  prefix='pwscf',<br>  pseudo_dir='.',<br>  verbosity='low',<br>  tprnfor=.true.,<br>  tstress=.true.,<br>/<br><br>&SYSTEM<br>  ibrav=4,<br>  celldm(1)=4.6509939378d0, celldm(3)=4.536666,<br>  nat=2,<br>  ntyp=1,<br>  ecutwfc=30,<br>  ecutrho=120,<br>  input_dft='pbe',<br>  occupations='smearing',<br>  smearing='mv',<br>  degauss=0.005d0,<br>/<br><br>&ELECTRONS<br>  conv_thr=1d-08,<br>  mixing_beta=0.7d0,<br>/<br><br>ATOMIC_SPECIES<br>  C 12.010700d0 C.pbe-n-rrkjus_psl.0.1.UPF<br><br>ATOMIC_POSITIONS {crystal}<br>   C   0.0000000000d0   0.0000000000d0   0.0000000000d0<br>   C   0.3333333333d0   0.6666666667d0   0.0000000000d0<br><br>K_POINTS {automatic}<br>  22 22 1 0 0 0<br><br><br></div><div><u><b>Band Structure code:-</b></u><br><br>&CONTROL<br>  calculation='bands',<br>  outdir='.',<br>  prefix='pwscf',<br>  pseudo_dir='.',<br>  verbosity='high',<br>/<br><br>&SYSTEM<br>  ibrav=4,<br>  celldm(1)=4.6509939378d0, celldm(3)=4.536666,<br>  nat=2,<br>  ntyp=1,<br>  ecutwfc=30,<br>  ecutrho=120,<br>  input_dft='pbe',<br>  occupations='smearing',<br>  smearing='mv',<br>  degauss=0.005d0,<br>/<br><br>&ELECTRONS<br>  conv_thr=1d-08,<br>  mixing_beta=0.7d0,<br>/<br><br>ATOMIC_SPECIES<br>  C 12.010700d0 C.pbe-n-rrkjus_psl.0.1.UPF<br><br>ATOMIC_POSITIONS {crystal}<br>   C   0.0000000000d0   0.0000000000d0   0.0000000000d0<br>   C   0.3333333333d0   0.6666666667d0   0.0000000000d0<br><br>K_POINTS {crystal_b}<br>5<br>  0.000 0.0 0.16666667 10 ! A<br>  0.000 0.000 0.0 20 ! G<br>  0.33333333 0.57735027 0.0 20 ! K<br>  0.33333333 0.0 0.0 20 ! M<br>  0.0 0.0 0.0 0 ! G<br></div><div><br><br><br></div><div>Thank you very much in advance,<br></div><div><br>Regards,<br></div><div>B S Bhushan<br></div><div>Ph.D Scholar<br></div><div>Indian Institute of Information Technology and Management, Gwalior, <br>India.<br></div><div><br></div></div></div></div>