forked from IPKM/nmreval
36 lines
594 B
Python
Executable File
36 lines
594 B
Python
Executable File
"""
|
|
=============
|
|
Fit functions
|
|
=============
|
|
|
|
.. currentmodule:: nmreval.models
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: autosummary/class_with_attributes.rst
|
|
|
|
Constant
|
|
Linear
|
|
Parabola
|
|
PowerLaw
|
|
PowerLawCross
|
|
ExpFunc
|
|
MittagLeffler
|
|
Log
|
|
Sine
|
|
|
|
"""
|
|
|
|
from .basic import *
|
|
from .relaxation import *
|
|
from .diffusion import *
|
|
from .fieldcycling import *
|
|
from .stimecho import *
|
|
from .bds import *
|
|
from .temperature import *
|
|
from .transitions import *
|
|
from .correlationfuncs import *
|
|
from .spectrum import *
|
|
from .wideline import *
|