<div>Dear developers:</div>
<div>I use GWW to calculate my 2D unit cell with 2C and 2F atoms,first I have performed  <a href="http://scf_head.in">scf_head.in</a> with pw.x code ,it works well.Then I have a ph calculation at Gamma with head.x but it appears:</div>

<div> </div>
<div> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>     task #         0<br>     from solve_e : error #         1<br>     called in the wrong case<br> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
My input file is:</div>
<div> </div>
<div>&amp;control<br>    title=&#39;gf&#39;<br>    calculation=&#39;scf&#39;,<br>    restart_mode=&#39;from_scratch&#39;,<br>    prefix=&#39;gf&#39;<br>    pseudo_dir = &#39;/home/sdwang/espresso-4.1.2/pseudo&#39;,<br>    outdir=&#39;/home/sdwang/gw/tmp&#39;<br>
/<br>&amp;system    <br>    ibrav = 4, celldm(1)=4.839,celldm(3)=7.023,nat=4, ntyp=2,<br>    ecutwfc = 60.0,nosym=.false., occupations=&#39;smearing&#39;,degauss=0.01,smearing=&#39;gaussian&#39;               <br>/<br>&amp;electrons<br>
    diagonalization=&#39;david&#39;,<br>    conv_thr =  1.0d-10,<br>    mixing_beta = 0.5,<br>    startingwfc=&#39;random&#39;,<br>/<br>ATOMIC_SPECIES<br> C   12.0  C.pz-vbc.UPF<br> F   19.0  F.pz-rrkj.UPF   <br>ATOMIC_POSITIONS (crystal)<br>
C        0.331724716   0.667136313   0.096514182<br>C        0.665075100   0.333783657   0.069110636<br>F        0.331574264   0.667153962   0.171629429<br>F        0.665085920   0.333706069  -0.005994247<br>K_POINTS (automatic)<br>
9 9 1  0 0 0<br> </div>
<div> </div>
<div>phonons of gf at Gamma<br> &amp;inputph<br>  tr2_ph=1.d-4,<br>  prefix=&#39;gf&#39;,<br>  outdir=&#39;/home/sdwang/gw/tmp/&#39;,<br>  epsil=.false.,<br>  amass(1)=12.0,<br>  amass(2)=19.0<br>  fildyn=&#39;gf.dynG&#39;,<br>
  recover=.false.<br>  trans=.false.<br>  l_head=.true.<br>  omega_gauss=20.<br>  n_gauss=79<br>  grid_type=2<br>  niter_ph=1<br> /<br>0.0 0.0 0.0<br></div>
<div>What is my problem?</div>
<div>Thanks!!</div>