<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello all,<br>
</p>
<p><br>
</p>
<p>I'm currently trying to study KNbO3 with quantum espresso version 5.1.2. The relevant parts of my input files look like this:<br>
</p>
<p><br>
</p>
<div> &system</div>
<div>    ibrav = 0</div>
<div>    celldm(1) =   12.0</div>
<div>    nat = 5</div>
<div>    ntyp = 3</div>
<div>    nbnd = 21</div>
<div>    ecutwfc = 30.0</div>
<div>    ecutrho = 360.0</div>
<div>    occupations = 'fixed'</div>
<div>    input_dft = 'read from pseudopotential files'</div>
<div> /</div>
<div> &electrons</div>
<div>    electron_maxstep = 1000</div>
<div>    conv_thr = 1e-8,</div>
<div>    mixing_mode = 'plain'</div>
<div>    mixing_beta = 0.7,</div>
<div>    diagonalization = 'david'</div>
<div>    startingpot = 'atomic'</div>
<div>    startingwfc = 'atomic+random'    </div>
<div> /</div>
<div><br>
</div>
<div>ATOMIC_SPECIES</div>
<div>   K    3.90983000E+01    K.pz-sp-van.UPF</div>
<div>   Nb   9.29063800E+01    Nb.pbe-nsp-van.UPF</div>
<div>   O    1.59994000E+01    O.pbe-van_ak.UPF </div>
<div><br>
<br>
</div>
<div>However, when I try to run pw.x with this input file, I get an error that reads:<br>
</div>
<div>
<div><br>
</div>
<div>Error in routine set_dft_from_name (1):</div>
<div>     READ FROM PSEUDOPOTENTIAL FILES: unrecognized dft</div>
<div><br>
</div>
<div>The pseudopotentials I have referenced all either came with the initial build of 5.1.2 or were downloaded from the quantum-espresso site. After checking them, it looks as though they should all have valid strings for funct.f90 to identify them. </div>
<div><br>
</div>
<div>K.pz-sp-van has: SLA  PZ   NOGX NOGC</div>
<div>Nb.pbe-nsp-van has: SLA  PW   PBE  PBE</div>
<div>and O.pbe-van_ak has: SLA  PZ   NOGX NOGC​</div>
<div><br>
</div>
<div>Is there something incompatible with the functionals they're specifying or is there something else that I'm missing? Any insight would be tremendously appreciated. Thank you for your time.</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Eric Suter</div>
<div>University of Georgia</div>
<div>Physics Department<br>
<br>
</div>
<br>
</div>
<p><br>
</p>
</div>
</body>
</html>