<div dir="ltr">Hi, Elias,<div><br></div><div>Thank's for your instructions. I'll try to use these commands to find the hoppings. </div><div><br></div><div><br></div><div>Many thanks</div><div>Fang</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-27 21:20 GMT+08:00 Elias Assmann <span dir="ltr"><<a href="mailto:elias.assmann@gmail.com" target="_blank">elias.assmann@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/27/2015 02:04 PM, Yue-Wen Fang wrote:<br>
> For the hoping<br>
> integral, I reviewed the content of case_hr.dat, it contains much data,<br>
> how could I find hopping between different orbitals?<br>
<br>
</span>The file ‘case_hr.dat’ contains seven columns: the displacement R, the<br>
WF indices i and j, and the complex hopping amplitude H_ij(R):<br>
Rx Ry Rz  i j  Re Im<br>
<br>
I usually just use ‘grep’ to filter out specific hoppings, e.g.<br>
<br>
$ grep case_hr.dat -e '^ +0 +0 +0'<br>
<br>
for the local terms, or<br>
<br>
$ grep case_hr.dat -Ee '^ +[-0-9]+ +[-0-9]+ +[-0-9]+ +([0-9]+) +\1 '<br>
<br>
for the diagonal (i=j) terms.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Elias Assmann<br>
Institute of Theoretical and Computational Physics<br>
TU Graz                   ⟨<a href="https://itp.tugraz.at/" rel="noreferrer" target="_blank">https://itp.tugraz.at/</a>⟩<br>
<br>
</div></div><br>_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">------------------------------------------------------------------------------------------------------------<div>Yue-Wen FANG, PhD candidate<div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><a href="http://english.ecnu.edu.cn/" target="_blank">East China Normal University </a></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><br></div></div><div><br></div><div><br></div></div></div></div>
</div></div>