mailr22903 - /trunk/lib/dispersion/b14.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on May 01, 2014 - 09:20:
Author: tlinnet
Date: Thu May  1 09:20:32 2014
New Revision: 22903

URL: http://svn.gna.org/viewcvs/relax?rev=22903&view=rev
Log:
Added empty b14.py to relax library lib/dispersion/b14.py.

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

Added:
    trunk/lib/dispersion/b14.py

Added: trunk/lib/dispersion/b14.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/dispersion/b14.py?rev=22903&view=auto
==============================================================================
--- trunk/lib/dispersion/b14.py (added)
+++ trunk/lib/dispersion/b14.py Thu May  1 09:20:32 2014
@@ -0,0 +1,34 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2014 Troels E. Linnet                                        
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program is free software: you can redistribute it and/or modify       
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program is distributed in the hope that it will be useful,            
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# Module docstring.
+"""
+"""
+
+# Python module imports.
+from numpy import arccosh, cos, cosh, sqrt
+
+
+def r2eff_B14(r20a=None, r20b=None, pA=None, dw=None, kex=None, 
cpmg_frqs=None, back_calc=None, num_points=None):
+    """
+    """
+
+    return None




Related Messages


Powered by MHonArc, Updated Thu May 01 09:40:02 2014