Commit | Date | |
---|---|---|
[r23036]
by
tlinnet
Changed manual, to the recipe at Appendix 1. This was changed after the wish of the author. Discussed in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5632. 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: |
2014-05-07 13:54:28 | Tree |
[r23035]
by
tlinnet
Made better notation of equation. 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: |
2014-05-07 13:54:19 | Tree |
[r23034]
by
bugman
Better latex2html support for the relax manual. The hyperlink command \href{}{} and inline bibliographic reference command \bibentry{} are now |
2014-05-07 09:42:59 | Tree |
[r23033]
by
bugman
Apostrophe fix in the LaTeX bibliography file. This will fix my name at http://www.nmr-relax.com/manual/Bibliography.html so that it is not |
2014-05-07 09:35:58 | Tree |
[r23032]
by
bugman
The \bibitem command is no longer ignored when building the HTML version of the relax manual. This will allow the bibliography at http://www.nmr-relax.com/manual/Bibliography.html to be |
2014-05-07 09:33:53 | Tree |
[r23031]
by
bugman
Fixes for all URLs in the HTML version of the relax manual. This fix will appear later at http://www.nmr-relax.com/manual/index.html once the next version of |
2014-05-07 08:34:22 | Tree |
[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: |
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: |
2014-05-07 07:45:17 | Tree |
[r23028]
by
tlinnet
Re-inserted the library function of b14.py the calculation of: deltaR2 = r20a - r20b 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 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: |
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: |
2014-05-06 15:35:39 | Tree |