Package prompt
[hide private]
[frames] | no frames]

Source Code for Package prompt

 1  ############################################################################### 
 2  #                                                                             # 
 3  # Copyright (C) 2003-2012 Edward d'Auvergne                                   # 
 4  #                                                                             # 
 5  # This file is part of the program relax.                                     # 
 6  #                                                                             # 
 7  # relax 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 2 of the License, or           # 
10  # (at your option) any later version.                                         # 
11  #                                                                             # 
12  # relax 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 relax; if not, write to the Free Software                        # 
19  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   # 
20  #                                                                             # 
21  ############################################################################### 
22   
23   
24  __all__ = ['align_tensor', 
25             'angles', 
26             'base_class', 
27             'bmrb', 
28             'bruker', 
29             'command', 
30             'consistency_tests', 
31             'dasha', 
32             'deselect', 
33             'diffusion_tensor', 
34             'doc_string', 
35             'dx', 
36             'eliminate', 
37             'fix', 
38             'frame_order', 
39             'frq', 
40             'gpl', 
41             'grace', 
42             'help', 
43             'interpreter', 
44             'jw_mapping', 
45             'minimisation', 
46             'model_free', 
47             'model_selection', 
48             'molecule', 
49             'molmol', 
50             'monte_carlo', 
51             'n_state_model', 
52             'noe', 
53             'palmer', 
54             'paramag', 
55             'pcs', 
56             'pipe', 
57             'pymol_control', 
58             'rdc', 
59             'relax_data', 
60             'relax_fit', 
61             'reset', 
62             'residue', 
63             'results', 
64             'select', 
65             'sequence', 
66             'spectrum', 
67             'spin', 
68             'state', 
69             'structure', 
70             'sys_info', 
71             'tab_completion', 
72             'temperature', 
73             'value', 
74             'view', 
75             'vmd'] 
76   
77  __doc__ = \ 
78  """Package for the prompt based interface. 
79   
80  The functions should only contain code for checking the validity of arguments.  If any other code is 
81  required, this should be placed elsewhere. 
82  """ 
83