Wed 24 Aug 2011 01:41:39 PM UTC, SVN revision 14424:
This change is related to the task #6397 (https://gna.org/task/?6397)
kada at chemi dot muni dot cz
https://mail.gna.org/public/relax-devel/2011-03/msg00001.html
https://gna.org/task/download.php?file_id=13916
This patch includes change in the functions calc_(d,d2)noe in a file maths_fns/ri.py, where
(d,d2)ri_prime was renamed to (d,d2)ri. This patch covers also the related change of names in the
function init_res_r1_data (class Mf, maths_fns/mf.py), where the variables are initialized.
(Browse SVN revision 14424) |
Tue 01 Mar 2011 12:30:20 PM UTC, SVN revision 12644:
This change is related to the task #6397 (https://gna.org/task/?6397)
kada at chemi dot muni dot cz
https://mail.gna.org/public/relax-devel/2011-03/msg00001.html
https://gna.org/task/download.php?file_id=12603
This patch includes change in the functions calc_(d,d2)noe in a file maths_fns/ri.py, where
(d,d2)ri_prime was renamed to (d,d2)ri. This patch covers also the related change of names in the
function init_res_r1_data (class Mf, maths_fns/mf.py), where the variables are initialized.
(Browse SVN revision 12644) |
Tue 01 Mar 2011 08:57:46 AM UTC, SVN revision 12636:
This change is related to the task #6397 (https://gna.org/task/?6397)
kada at chemi dot muni dot cz
https://mail.gna.org/public/relax-devel/2011-02/msg00088.html
https://gna.org/task/download.php?file_id=12598
This patch includes change in init_res_data function of class Mf in a file maths_fns/mf.py. The
function is split into init_interaction_data and init_spin_data. The initializations of
data.ri_prime, data.dri_prime, and data.d2ri_prime are excluded. Calls for both newly introduced
functions are incorporated in the patch.
(Browse SVN revision 12636) |
Fri 25 Feb 2011 06:47:38 PM UTC, SVN revision 12635:
This change is related to the task #6397 (https://gna.org/task/?6397)
kada at chemi dot muni dot cz
https://mail.gna.org/public/relax-devel/2011-02/msg00076.html
https://gna.org/support/download.php?file_id=12556
This patch includes change in func_mf, func_local_tm, func_diff, func_all, dfunc_mf, dfunc_local_tm,
dfunc_diff, dfunc_all, d2func_mf, d2func_local_tm, d2func_diff, d2func_all functions of class Mf in
a file maths_fns/mf.py. The functions were modified in order to handle data for more interactions.
Due to the equality of (d,d2)ri and (d,d2)ri_prime variables, the (d,d2)ri_prime were replaced by
(d,d2)ri and the equality was removed. Moreover, (d,d2)ri was redefined as a cumulative sum of
individual interaction contributions to the total relaxation rate or corresponding derivatives.
(Browse SVN revision 12635) |