<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Prof Yates,<br>
<br>
               Thanks for your reply. I think the no. of shells is the issue. The no.of shells in my *.wout file is only 12. As you might know, the EPW generates the prefix.win file, so i can't include it directly using search_shells. I have to modify the source code file to include this.<br>
<br></blockquote><div><br></div><div>Dear Ajit,</div><div><br></div><div>If adding more search shells is what you need to do, the changes required to do so within EPW are minimal. If you look in EPW/src/wannierize.f90 you will see a section like so:</div>
<div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  WRITE (iuwinfil,'("num_wann ",i3)') nbndsub<br>  WRITE (iuwinfil,'("iprint ",i3)') iprint<br>  !<br>  WRITE (iuwinfil, '("dis_win_min ", f9.3)')  dis_win_min<br>  WRITE (iuwinfil, '("dis_win_max ", f9.3)')  dis_win_max<br>
  WRITE (iuwinfil, '("dis_froz_min ", f9.3)') dis_froz_min<br>  WRITE (iuwinfil, '("dis_froz_max ", f9.3)') dis_froz_max<br>  WRITE (iuwinfil, '("num_iter ", i7)')       num_iter</blockquote>
<div><br></div><div>This is where EPW writes in some basic information to the *.win file. You can add what you'd like to change here and it should work. If you'd like to pass your new information through the <a href="http://epw.in">epw.in</a> input file, you can easily do so by doing the same thing that was done with the variable num_iter. Just grep num_iter and you will see it only shows up in three places: in wannierize.f90, in epw_readin.f90, and epwcom.f90. Do the same with your search_shells option and you should be good to go.</div>
<div><br></div><div>Hope this helps!</div><div><br></div><div>Best,</div><div>Brad Malone</div><div>UC Berkeley</div><div><br></div></div>