<div dir="ltr"><p>Dear QE Users,</p><p>I am trying to run a DFT calculation using the Heyd-Scuseria-Ernzerhof (HSE06) hybrid functional to address the self-interaction error and accurately predict the electronic structure of Ag<sub>2</sub>O. I downloaded the Ag<sub>2</sub>O structure from the Materials Project, but my calculations show Ag<sub>2</sub>O as a metal with no band gap. Experimentally, Ag<sub>2</sub>O is known to be a semiconductor with a band gap between 1.30 and 1.32 eV.</p><p>Could anyone provide guidance on how to correctly perform this calculation using the HSE06 hybrid functional in Quantum Espresso, since I have no idea of how the input file should be?</p><p>Below is my input file:</p><p>&CONTROL<br>calculation = "scf"<br>outdir = "./"<br>prefix = "espresso"<br>pseudo_dir = "/home/comphylc1/.burai/.pseudopot"<br>title = "Ag20_output(SCF)"<br>wf_collect = .TRUE.<br>wfcdir = "./"<br>/<br>&SYSTEM<br>a                    = 4.75399e+00<br>degauss              = 1.00000e-02<br>ecutrho              = 4.80000e+02<br>ecutwfc              = 6.00000e+01<br>ibrav                = 1<br>nat                  = 6<br>nspin                = 2<br>ntyp                 = 2<br>occupations          = "smearing"<br>smearing             = "gaussian"   <br>starting_magnetization(1) = 2.00000e-01<br>starting_magnetization(2) = 0.00000e+00<br>/<br>&ELECTRONS<br>conv_thr = 1.00000e-06<br>electron_maxstep = 200<br>mixing_beta = 4.00000e-01<br>startingpot = "atomic"<br>startingwfc = "atomic+random"<br>/<br>K_POINTS {automatic}<br>8 8 8 0 0 0<br><br>ATOMIC_SPECIES<br>Ag    107.86820  Ag.pbe-d-rrkjus.UPF<br>O      15.99940  O.pbe-rrkjus.UPF<br><br>ATOMIC_POSITIONS {angstrom}<br>Ag      1.188498   1.188498   3.565493<br>Ag      3.565493   1.188498   1.188498<br>Ag      1.188498   3.565493   1.188498<br>Ag      3.565493   3.565493   3.565493<br>O       0.000000   0.000000   0.000000<br>O       2.376995   2.376995   2.376995<br></p><pre style="margin:0em"><span style="font-family:arial,sans-serif">Thank you very much for your attention and help, <br>Moses.</span></pre><p></p></div>