1
0
forked from IPKM/nmreval

First commit

This commit is contained in:
dominik
2022-03-08 10:27:40 +01:00
commit a222072b28
441 changed files with 75015 additions and 0 deletions

23
docs/source/api/data.rst Normal file
View File

@ -0,0 +1,23 @@
**************
Data container
**************
.. automodule:: nmreval.data
:no-members:
:no-undoc-members:
.. contents:: Table of Contents
:depth: 3
:local:
:backlinks: entry
.. autosummary::
:toctree: generated/
:template: autosummary.rst
:nosignatures:
nmreval.data.Points
nmreval.data.Signal
nmreval.data.BDS

View File

@ -0,0 +1,29 @@
*********************************
Distribution of correlation times
*********************************
List of all implemented distributions and the associated correlation functions, spectral densities, susceptibilies
.. contents:: Table of Contents
:depth: 3
:local:
:backlinks: entry
Cole-Cole
---------
.. automodule:: nmreval.distributions.colecole
:members:
Cole-Davidson
-------------
.. automodule:: nmreval.distributions.coledavidson
:members:
Havriliak-Negami
----------------
.. automodule:: nmreval.distributions.havriliaknegami
:members:

View File

@ -0,0 +1,23 @@
nmreval.data.BDS
================
.. currentmodule:: nmreval.data
Inheritance diagram
.. inheritance-diagram:: BDS
:parts: 1
class
.. autoclass:: BDS
:special-members: __call__
:members:
:undoc-members:

View File

@ -0,0 +1,23 @@
nmreval.data.Points
===================
.. currentmodule:: nmreval.data
Inheritance diagram
.. inheritance-diagram:: Points
:parts: 1
class
.. autoclass:: Points
:special-members: __call__
:members:
:undoc-members:

View File

@ -0,0 +1,23 @@
nmreval.data.Signal
===================
.. currentmodule:: nmreval.data
Inheritance diagram
.. inheritance-diagram:: Signal
:parts: 1
class
.. autoclass:: Signal
:special-members: __call__
:members:
:undoc-members:

12
docs/source/api/index.rst Normal file
View File

@ -0,0 +1,12 @@
==========
References
==========
.. toctree::
:caption: Table of contents
:maxdepth: 2
:glob:
data.rst
models/index.rst
distributions/index.rst

View File

@ -0,0 +1,6 @@
************************
``nmreval.models.basic``
************************
.. automodule:: nmreval.models.basic
:members:

View File

@ -0,0 +1,31 @@
**************
Model function
**************
List of all implemented functions
.. contents:: Table of Contents
:depth: 3
:local:
:backlinks: entry
Basic functions
---------------
.. currentmodule:: nmreval
.. autosummary::
:toctree:
nmreval.models.basic
NMR relaxation functions
------------------------
.. automodule:: nmreval.models.relaxation
:members:

View File

@ -0,0 +1,37 @@
nmreval.models.basic
====================
.. automodule:: nmreval.models.basic
.. rubric:: Classes
.. autosummary::
Constant
ExpFunc
Linear
Log
MittagLeffler
Parabola
PowerLaw
PowerLawCross
Sine