<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear Emine<br><br>I didnt know that I should make it again.<br>Anyway, Iv done the below command:<br>$ make pw <br>then it give the following error:<br><br>make[1]: Entering directory `/home/meghdad/espresso-4.3.2/PW'<br>test -n "" &amp;&amp; ( cd .. ; make -w&nbsp; || exit 1) || :<br>gfortran -O3 -g -x f95-cpp-input -D__GFORTRAN -D__STD_F95 -D__FFTW -I../include -I../iotk/src -I../Modules -I. -c set_hubbard_l.f90<br>gfortran -O3 -g -x f95-cpp-input -D__GFORTRAN -D__STD_F95 -D__FFTW -I../include -I../iotk/src -I../Modules -I. -c tabd.f90<br>tabd.f90:1.1:<br><br>\!<br>&nbsp;1<br>Error: Invalid character in name at (1)<br>make[1]: *** [tabd.o] Error 1<br>make[1]: Leaving directory `/home/meghdad/espresso-4.3.2/PW'<br>make: *** [pw] Error 2<br>meghdad@meghdad-Vostro-1320:<br><br>what can I do now?<br><br>MS<br><br><br><br><br>--- On <b>Sat, 6/30/12, Emine
 Kucukbenli <i>&lt;kucukben@sissa.it&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Emine Kucukbenli &lt;kucukben@sissa.it&gt;<br>Subject: Re: [Pw_forum] Problem in using GGA+U for the PbSe Calculation<br>To: meghdad_saeedian@yahoo.com<br>Date: Saturday, June 30, 2012, 7:11 PM<br><br><div class="plainMail"><br><br>Hi Meghdad,<br>seems you have done the necessary modifications to the code,<br>silly question but have you complied to code again (make pw?)<br>ciao<br>emine<br><br>Quoting meghdad saeedian &lt;<a ymailto="mailto:meghdad_saeedian@yahoo.com" href="/mc/compose?to=meghdad_saeedian@yahoo.com">meghdad_saeedian@yahoo.com</a>&gt;:<br><br>&gt; Dear all<br>&gt;<br>&gt; I want to use GGA+U to calculation of the energy gap of PbSe.<br>&gt; So I put the value of the angular momentum in the<br>&gt; PW/set_hubbard_l.f90&nbsp; as below:<br>&gt;<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;
 ! ... other elements<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'H' )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hubbard_l =&nbsp; 0<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'Pb' )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hubbard_l =&nbsp; 2<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'Se' )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hubbard_l =&nbsp;<br>&gt;&nbsp; 1<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; And the occupation number in the PW/tabd.f90 modified as below :<br>&gt;<br>&gt; &nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'Pb'&nbsp; )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 hubbard_occ = 10.d0<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'O', 'Se'&nbsp; )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hubbard_occ = 4.d0<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; CASE( 'H'&nbsp; )<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hubbard_occ = 1.d0<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; !<br>&gt;<br>&gt;<br>&gt; Then the input file of PbSe is constructed as below:<br>&gt; &nbsp;<br>&gt; &amp;control<br>&gt; &nbsp;&nbsp;&nbsp; calculation='vc-relax'<br>&gt; &nbsp;&nbsp;&nbsp; prefix='PbSe',<br>&gt; &nbsp;&nbsp;&nbsp; pseudo_dir ='/home/meghdad/espresso-4.3.2/pseudo/',<br>&gt; &nbsp;&nbsp;&nbsp; outdir='/home/meghdad/tmp/',<br>&gt; &nbsp;&nbsp;&nbsp; tstress = .true.<br>&gt; &nbsp;&nbsp;&nbsp; tprnfor =<br>&gt;&nbsp; .true.<br>&gt; &nbsp;&nbsp;&nbsp; nstep=5000,<br>&gt;<br>&gt; &nbsp;/<br>&gt; &nbsp;&amp;system<br>&gt; &nbsp;&nbsp;&nbsp; ibrav= 1,&nbsp; celldm(1)
 =11.716301129,<br>&gt; &nbsp;&nbsp;&nbsp; nat=&nbsp; 2, ntyp= 2, nbnd=11,<br>&gt; &nbsp;&nbsp;&nbsp; ecutwfc =40,<br>&gt; &nbsp;&nbsp;&nbsp; lda_plus_u = .true.,<br>&gt; &nbsp;&nbsp;&nbsp; Hubbard_U(2) = 0.5,(this value is just for the run)<br>&gt; &nbsp;&nbsp;&nbsp; Hubbard_U(1) = 0.6,(this value is just for the run)<br>&gt;<br>&gt; &nbsp; /<br>&gt; &nbsp;&amp;electrons<br>&gt; &nbsp;&nbsp;&nbsp; conv_thr =&nbsp; 1.0d-8<br>&gt; &nbsp;&nbsp;&nbsp; mixing_beta= 0.5<br>&gt; &nbsp;&nbsp;&nbsp; mixing_mode='plain'<br>&gt; &nbsp;&nbsp;&nbsp; diagonalization='cg'<br>&gt; &nbsp;/<br>&gt; &nbsp;&amp;IONS<br>&gt; &nbsp;&nbsp;&nbsp; ion_dynamics='damp',<br>&gt; &nbsp;&nbsp;&nbsp; pot_extrapolation='second_order'<br>&gt; &nbsp;&nbsp;&nbsp; wfc_extrapolation='second_order'<br>&gt; &nbsp;/<br>&gt; &nbsp;&amp;CELL<br>&gt; &nbsp;&nbsp;&nbsp; cell_dynamics='damp-w'<br>&gt; &nbsp;/<br>&gt;<br>&gt; ATOMIC_SPECIES<br>&gt; &nbsp;Pb&nbsp;
 207.21&nbsp;&nbsp;&nbsp;<br>&gt;&nbsp; Pb.pbe-d-van.UPF<br>&gt; &nbsp;Se&nbsp; 78.96&nbsp;&nbsp;&nbsp;&nbsp; Se.pbe-van.UPF<br>&gt;<br>&gt; ATOMIC_POSITIONS (alat)<br>&gt; Pb&nbsp;&nbsp;&nbsp; &nbsp;0.000000000&nbsp;&nbsp; 0.000000000&nbsp;&nbsp; 0.000000000<br>&gt; Se&nbsp;&nbsp;&nbsp; &nbsp;0.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.5<br>&gt;<br>&gt; K_POINTS { automatic }<br>&gt; &nbsp;8&nbsp; 8&nbsp; 8&nbsp;&nbsp; 0 0 0<br>&gt;<br>&gt; Im getting the following error:<br>&gt;<br>&gt; from set_hubbard_l : error #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp; pseudopotential not yet inserted<br>&gt;<br>&gt; I was wondering if anyone could help me.<br>&gt; Tanks in advance<br>&gt;<br>&gt; &nbsp;<br>&gt; Meghdad Saeedian<br>&gt; MSc graduated from the University Of Tehran, Departemant Of
 Physics<br><br><br></div></blockquote></td></tr></table>