Menu

SVN archive Commit Log


Commit Date  
[r23030] by tlinnet

Used LaTeX subequations instead, and using R2eff parameter is defined in the relax.tex

Using the defined \Rtwoeff, \RtwozeroA, \RtwozeroB, \kAB, \kBA, \kex.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_manual

2014-05-07 08:14:09 Tree
[r23029] by tlinnet

Removed the pre-calculation of "zeta2 = zeta**2" "Psi2 = Psi**2" since it did not speed-up things.

This power 2 of zeta and Psi is only done once.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging

2014-05-07 07:45:17 Tree
[r23028] by tlinnet

Re-inserted the library function of b14.py the calculation of:

deltaR2 = r20a - r20b
alpha_m = deltaR2 + k_AB - k_BA
zeta = 2 * dw * alpha_m
Psi = alpha_m**2 + 4 * k_BA * k_AB - dw**2

And put the g_fact = 1/sqrt(2), inside the library function.

It made no sense to put these calculations outside the library, since there would be no skipping of a loop.

It actually makes much better sense to keep these calculation in the library function, to preserve the possibility
to import this module in other software.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging

2014-05-07 07:45:14 Tree
[r23027] by tlinnet

Updated the references in the b14.py library file, to point to the wiki, and the future API and html documentation.

The link to API and html documentation is to be updated for the future compilation of these.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_manual

2014-05-06 15:35:39 Tree
[r23026] by tlinnet

Updated the math to be nicely ordered in array.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_manual

2014-05-06 15:35:22 Tree
[r23025] by tlinnet

Added model B14 description in the manual.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_manual

2014-05-06 15:35:00 Tree
[r23024] by tlinnet

Added the latex bioliography for the model B14.

This is the reference for Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_relax_manual

2014-05-06 15:34:39 Tree
[r23023] by tlinnet

Added B14 and B14_FULL to the relax GUI.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#The_GUI

2014-05-06 15:34:20 Tree
[r23022] by tlinnet

Added the synthetic data for B14 model whereby the simplification R20A = R20B is assumed.

This is used in systemtest Relax_disp.test_baldwin_synthetic.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging

2014-05-06 15:34:04 Tree
[r23021] by tlinnet

Finished systemtest Relax_disp.test_baldwin_synthetic.

This proves that model B14 whereby the simplification R20A = R20B is assumed is successfully implemented.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging

2014-05-06 15:28:20 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.