Package specific_analyses :: Package model_free :: Module model
[hide private]
[frames] | no frames]

Module model

source code

The model-free analysis parameter functions.

Functions [hide private]
str or None
determine_model_type()
Determine the global model type.
source code
str, list
model_map(model)
Return the equation name and parameter list corresponding to the given model.
source code
Variables [hide private]
  __package__ = 'specific_analyses.model_free'

Imports: RelaxError, RelaxNoSequenceError, RelaxNoTensorError, diffusion_tensor, exists_mol_res_spin_data, spin_loop


Function Details [hide private]

determine_model_type()

source code 

Determine the global model type.

Returns: str or None
The name of the model type, which will be one of 'all', 'diff', 'mf', or 'local_tm'. If all parameters are fixed (and no spins selected), None is returned.

model_map(model)

source code 

Return the equation name and parameter list corresponding to the given model.

Parameters:
  • model (str) - The model-free model.
Returns: str, list
The equation type (either 'mf_orig' or 'mf_ext') and the model-free parameter list corresponding to the model.