Correcting toolbox names

这个提交包含在:
craig-warren
2023-03-08 18:12:04 -07:00
父节点 ef3cb14e98
当前提交 8bd0bc158b
共有 4 个文件被更改,包括 20 次插入20 次删除

查看文件

@@ -47,14 +47,14 @@ Package contents
There are two main scripts:
* ```Debye_fit.py``` contains definitions of all Relaxation functions classes
* ```optimization.py``` contains definitions of three choosen global optimization methods
* ``Debye_fit.py`` contains definitions of all Relaxation functions classes
* ``optimization.py`` contains definitions of three choosen global optimization methods
Relaxation Class
----------------
This class is designed for modelling different relaxation functions, like Havriliak-Negami (```HavriliakNegami```), Jonscher (```Jonscher```), Complex Refractive Index Mixing (```CRIM```) models, and arbitrary dielectric data derived experimentally or calculated using some other function (```Rawdata```).
This class is designed for modelling different relaxation functions, like Havriliak-Negami (``HavriliakNegami``), Jonscher (``Jonscher``), Complex Refractive Index Mixing (`CRIM`) models, and arbitrary dielectric data derived experimentally or calculated using some other function (``Rawdata``).
More about the ``Relaxation`` class structure can be found in the :doc:`Relaxation doc <relaxation.rst>`.