I'm using Burai, the gui version of Quantum Espresso to carry out SCF calculations for a material. I followed the excellent tutorial series from here which carries out the calculations on the silicon example that comes with Burai. I was able to replicate the results successfully.
For my own material however the log file shows no iterations. I presume that is because of some problem with my input file.
I've uploaded the cif, QE scf input, and log files in this google drive folder here. For a quick glance, my scf input file opens like this:
&SYSTEM a = 2.18630e+01 b = 1.29505e+01 c = 6.12070e+00 cosac = -2.10096e-01 degauss = 1.00000e-02 ecutrho = 4.10902e+02 ecutwfc = 4.56558e+01 ibrav = -12 nat = 164 nspin = 1 ntyp = 4 occupations = "fixed" smearing = "gaussian" starting_magnetization(1) = 0.00000e+00 starting_magnetization(2) = 0.00000e+00 starting_magnetization(3) = 0.00000e+00 starting_magnetization(4) = 2.00000e-01 / &ELECTRONS conv_thr = 1.00000e-06 electron_maxstep = 200 mixing_beta = 4.00000e-01 startingpot = "atomic" startingwfc = "atomic+random" / K_POINTS {automatic} 4 4 4 0 0 0 Any help would be much appreciated.