Package lib :: Package dispersion
[hide private]
[frames] | no frames]

Source Code for Package lib.dispersion

 1  ############################################################################### 
 2  #                                                                             # 
 3  # Copyright (C) 2013-2014 Edward d'Auvergne                                   # 
 4  # Copyright (C) 2014 Troels E. Linnet                                         # 
 5  #                                                                             # 
 6  # This file is part of the program relax (http://www.nmr-relax.com).          # 
 7  #                                                                             # 
 8  # This program is free software: you can redistribute it and/or modify        # 
 9  # it under the terms of the GNU General Public License as published by        # 
10  # the Free Software Foundation, either version 3 of the License, or           # 
11  # (at your option) any later version.                                         # 
12  #                                                                             # 
13  # This program is distributed in the hope that it will be useful,             # 
14  # but WITHOUT ANY WARRANTY; without even the implied warranty of              # 
15  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               # 
16  # GNU General Public License for more details.                                # 
17  #                                                                             # 
18  # You should have received a copy of the GNU General Public License           # 
19  # along with this program.  If not, see <http://www.gnu.org/licenses/>.       # 
20  #                                                                             # 
21  ############################################################################### 
22   
23  # Package docstring. 
24  """The relax-lib NMR package - a library of functions for relaxation dispersion.""" 
25   
26  __all__ = [ 
27      'b14', 
28      'cr72', 
29      'dpl94', 
30      'it99', 
31      'lm63', 
32      'lm63_3site', 
33      'm61', 
34      'm61b', 
35      'mp05', 
36      'mmq_cr72', 
37      'ns_cpmg_2site_3d', 
38      'ns_cpmg_2site_expanded', 
39      'ns_cpmg_2site_star', 
40      'ns_matrices', 
41      'matrix_exponential', 
42      'matrix_power', 
43      'ns_mmq_2site', 
44      'ns_mmq_3site', 
45      'ns_r1rho_2site', 
46      'ns_r1rho_3site', 
47      'tap03', 
48      'tp02', 
49      'tsmfk01', 
50      'two_point', 
51      'variables' 
52  ] 
53