Difference between revisions of "Residual.m"
(Created page with "Sets up interaction tensors under partial ordering in a liquid crystal with the user-supplied order matrix. All adjustable parameters are set during the call to create.m funct...") |
|||
| Line 1: | Line 1: | ||
| − | Sets up interaction tensors under partial ordering in a liquid crystal with the user-supplied order matrix. All adjustable parameters are set during the call to create.m function. | + | {{DISPLAYTITLE:residual.m}} |
| + | Sets up interaction tensors under partial ordering in a liquid crystal with the user-supplied order matrix. All adjustable parameters are set during the call to [[create.m]] function. | ||
| − | + | ==Syntax== | |
| − | + | spin_system=residual(spin_system) | |
| − | + | ==Arguments== | |
| − | by the user. Relaxation superoperator, if required, must | + | |
| − | be computed before this function is called. | + | spin_system - the output of create.m containing |
| + | spin system and interaction infor- | ||
| + | mation, which must include the or- | ||
| + | der matrix | ||
| + | |||
| + | ==Outputs== | ||
| + | |||
| + | spin_system - the same object with anisotropic | ||
| + | parts of all interaction tensors | ||
| + | replaced with their partial order | ||
| + | residuals. | ||
| + | |||
| + | ==Notes== | ||
| + | # This function is only applicable to high-field NMR. | ||
| + | # The function overwrites the interaction tensors supplied by the user. Relaxation superoperator, if required, must be computed before this function is called. | ||
| + | # This function is involed automatically by [[liquid.m]] context when parameters.needs cell array contains 'rdc'. | ||
| + | |||
| + | ==See also== | ||
| + | [[dipolar.m]], [[clip_hsqc.m]] | ||
| + | |||
| + | |||
| + | ''Version 2.2, authors: [[Luke Edwards]], [[Ilya Kuprov]]'' | ||
Revision as of 12:20, 1 September 2018
Sets up interaction tensors under partial ordering in a liquid crystal with the user-supplied order matrix. All adjustable parameters are set during the call to create.m function.
Contents
Syntax
spin_system=residual(spin_system)
Arguments
spin_system - the output of create.m containing
spin system and interaction infor-
mation, which must include the or-
der matrix
Outputs
spin_system - the same object with anisotropic
parts of all interaction tensors
replaced with their partial order
residuals.
Notes
- This function is only applicable to high-field NMR.
- The function overwrites the interaction tensors supplied by the user. Relaxation superoperator, if required, must be computed before this function is called.
- This function is involed automatically by liquid.m context when parameters.needs cell array contains 'rdc'.
See also
Version 2.2, authors: Luke Edwards, Ilya Kuprov