Hi, I&#39;m trying to calculate a large number of conduction band states for cubic Si (to be used in a subsequent GW calculation). However, when doing this I sometimes run into errors like &quot;problems computing cholesky decomposition&quot;  or &quot;too many bands are unconverged&quot;. An example file of the nscf calculation that generates an error for me is below:<br>
<br>The problems can sometimes be avoided by going to a larger wavefunction cutoff, but I&#39;m not sure if this is for good reason or if changing the wavefunction cutoff just happens to avoid the error in the cases I&#39;ve tried.  Also, for a chosen grid (not the one listed below) I get errors when trying to calculate 400,500, and 700 total bands, but the calculation works fine for 600 bands. <br>
<br>Any insight to why this might happen or suggestions as to how to avoid it?<br><br>Thanks,<br>Brad Malone<br>UC Berkeley <br><br>-------------------------------------------------------------<br>&amp;control<br>   prefix = &#39;si&#39;<br>
   calculation = &#39;nscf&#39;<br>   restart_mode = &#39;from_scratch&#39;<br>   wf_collect = .true.<br>   tstress = .false.<br>   tprnfor = .false.<br>   outdir = &#39;./&#39;<br>   wfcdir = &#39;./&#39;<br>   pseudo_dir = &#39;./&#39;<br>
/<br>&amp;system<br>   ibrav = 0<br>   celldm(1) = 10.2612<br>   nat = 2<br>   ntyp = 1<br>   nbnd = 300<br>   ecutwfc = 40.0<br>/<br>&amp;electrons<br>   conv_thr = 1.0d-10<br>   diagonalization = &#39;cg&#39;<br>   diago_full_acc = .true.<br>
/<br>CELL_PARAMETERS cubic<br>      +0.000000000  +0.500000000  +0.500000000<br>      +0.500000000  +0.000000000  +0.500000000<br>      +0.500000000  +0.500000000  +0.000000000<br>ATOMIC_SPECIES<br>  Si  28.086  Si.UPF<br>
ATOMIC_POSITIONS crystal<br>  Si  -0.125000000  -0.125000000  -0.125000000<br>  Si  +0.125000000  +0.125000000  +0.125000000<br>K_POINTS crystal<br>   8<br>  0.000000000  0.000000000  0.000000000  1.0<br>  0.000000000  0.000000000  0.250000000  8.0<br>
  0.000000000  0.000000000  0.500000000  4.0<br>  0.000000000  0.250000000  0.250000000  6.0<br>  0.000000000  0.250000000  0.500000000 24.0<br>  0.000000000  0.250000000  0.750000000 12.0<br>  0.000000000  0.500000000  0.500000000  3.0<br>
  0.250000000  0.500000000  0.750000000  6.0<br>----------------------------------------------------------------------------<br>