<div dir="ltr">Dear QE community,<br><br>I want to calculate the phonon diseprsion relation of PbTiO3 in the strucutre of R-3c spacegroup. First I did the vc-relax using the experimental lattice parameters. However, the scf calculation fails to converge within 100 iteration and the job exits with error. I have tried changing the mixing_beta to 0.3 and mixing_ndim to 10, but still fails. I am a newbie to QE. May someone please give me some advices on this issue?<br><br>INPUT file:<br> &control<br>    calculation='vc-relax',<br>    restart_mode='from_scratch',<br>    prefix='PbTiO3',<br>    outdir = './tmp/', <br>    pseudo_dir = '$PSD_DIR', <br>    max_seconds = 4.1D+6<br> /<br> &system    <br>    nat = 10 <br>    ntyp = 3 <br>    ibrav = 5 <br>    celldm(1) = 10.037, <br>    celldm(4) = 0.53,<br>    ecutwfc =60 <br> /<br> &electrons<br>   mixing_beta=0.3D0,<br>   mixing_ndim=10<br> /<br> &ions<br> /<br>&cell<br> /<br>ATOMIC_SPECIES<br>Pb  207.2  Pb.pbe-spn-rrkjus_psl.1.0.0.UPF<br>Ti  47.867  Ti.pbe-spn-rrkjus_psl.1.0.0.UPF<br>O  15.999  O.pbe-n-rrkjus_psl.1.0.0.UPF <br>ATOMIC_POSITIONS {alat}<br>Pb  0.25 0.25 0.25<br>Pb  0.75 0.75 0.75<br>Ti  0.00 0.00 0.00<br>Ti  0.50 0.50 0.50<br>O  0.62351014  0.87648986  0.25000000                                         <br>O  0.37648986  0.12351014  0.75000000                               <br>O  0.87648986  0.25000000  0.62351014                               <br>O  0.12351014  0.75000000  0.37648986                               <br>O  0.25000000  0.62351014  0.87648986                               <br>O  0.75000000  0.37648986  0.12351014<br>K_POINTS AUTOMATIC<br>15 15 15 0 0 0<br><br>Thanks in advance.<br>Fermin<br></div>