<div dir="ltr">Thanks a lot for your respnse. We thought that we will add that part within prog==CP logic. However, that is probably complicate things in the future. We will add some printing in the CPV directory without interfering the Module/tsvdw.f90 much.<div>Best wishes,<br><div>Biswajit</div></div></div><div class="gmail_extra"><br clear="all"><div><div>Biswajit Santra</div><div>Mobile: +1-609-227-9202</div><div>Office:  +1-609-258-9371</div><div><a href="http://www.princeton.edu/~bsantra/" target="_blank">http://www.princeton.edu/~bsantra/</a><br></div></div>
<br><div class="gmail_quote">On Thu, Sep 11, 2014 at 6:03 AM, Paolo Giannozzi <span dir="ltr"><<a href="mailto:paolo.giannozzi@uniud.it" target="_blank">paolo.giannozzi@uniud.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 2014-09-10 at 20:24 -0400, Biswajit Santra wrote:<br>
<br>
> We want add some additional printing of the effective Hirshfeld volume<br>
> of atoms in the Module/tsvdw.f90 during CP dynamics. The printing<br>
> needs to be done at every iprint step in a file named prefix.hrs. We<br>
> have this already coded locally in 5.0.2 version where we have the<br>
> tsvdw.90 in the CPV/src only. We want to merge that part of the code<br>
> in the trunk version. Problem is that we have used the nfi variable<br>
> from CPV/src/mainvar.f90 to control the printing. Is it alright to use<br>
> nfi variable from CPV and update the make.depend accordingly.<br>
<br>
</span>no, it's not, because the tsvdw module is used also in other codes.<br>
No CP-specific variables or functions should appear there. The<br>
simplest way is likely to write a separate routine, to be called<br>
after tsvdw_calculate, that USEs variable veff of the tsvdw.f90<br>
module (must be decraled PUBLIC instead of PRIVATE as it is now).<br>
<span class="HOEnZb"><font color="#888888"><br>
Paolo<br>
<br>
--<br>
 Paolo Giannozzi, Dept. Chemistry&Physics&Environment,<br>
 Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>
 Phone <a href="tel:%2B39-0432-558216" value="+390432558216">+39-0432-558216</a>, fax <a href="tel:%2B39-0432-558222" value="+390432558222">+39-0432-558222</a><br>
<br>
_______________________________________________<br>
Q-e-developers mailing list<br>
<a href="mailto:Q-e-developers@qe-forge.org">Q-e-developers@qe-forge.org</a><br>
<a href="http://qe-forge.org/mailman/listinfo/q-e-developers" target="_blank">http://qe-forge.org/mailman/listinfo/q-e-developers</a><br>
</font></span></blockquote></div><br></div>