Trees | Indices | Help |
|
---|
|
1 ############################################################################### 2 # # 3 # Copyright (C) 2004-2012 Edward d'Auvergne # 4 # # 5 # This file is part of the program relax (http://www.nmr-relax.com). # 6 # # 7 # This program is free software: you can redistribute it and/or modify # 8 # it under the terms of the GNU General Public License as published by # 9 # the Free Software Foundation, either version 3 of the License, or # 10 # (at your option) any later version. # 11 # # 12 # This program is distributed in the hope that it will be useful, # 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 15 # GNU General Public License for more details. # 16 # # 17 # You should have received a copy of the GNU General Public License # 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. # 19 # # 20 ############################################################################### 21 22 23 __all__ = [ 'align_tensor', 24 'angles', 25 'bmrb', 26 'bruker', 27 'dasha', 28 'diffusion_tensor', 29 'dipole_pair', 30 'eliminate', 31 'exp_info', 32 'fix', 33 'frame_order', 34 'frq', 35 'grace', 36 'interatomic', 37 'minimise', 38 'model_selection', 39 'mol_res_spin', 40 'molmol', 41 'monte_carlo', 42 'noesy', 43 'palmer', 44 'paramag', 45 'pcs', 46 'pipes', 47 'pymol_control', 48 'rdc', 49 'relax_data', 50 'relax_re', 51 'reset', 52 'result_files', 53 'results', 54 'script', 55 'selection', 56 'sequence', 57 'spectrum', 58 'state', 59 'structure', 60 'sys_info', 61 'temperature', 62 'value', 63 'vmd', 64 'xplor' 65 ] 66
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 14:40:34 2013 | http://epydoc.sourceforge.net |