Marius Müller

Results 9 issues of Marius Müller

Followup to #113 I think we should make the distinction between index and dielectric dispersions clearer. Two problems: - the sidebar does not show the deeper hierarchy - maybe we...

While thinking about #93 i got the idea, that it might be usefull to add support for measurement uncertainties. I'm not sure if lmfit / scipy.optimize can use this information...

Run all subfiles through a linter and an formatter, to get a consistent style. Part of the code is already formatted with black, so it should be used everywhere.

Follow-up from #31: The Algorithm from Passler, Jeannin and Paarmann does provide additional features: - Ability to calculate the electric fields in the material - Better numerical stability - Support...

possible-future-enhancement

Maybe explore the idea of an internal data structure object (dataframe or xarray), which gets populated with importers. Should make #32 and #53 somewhat easier.

possible-future-enhancement

I do not think SciPy will revert the changes anytime soon, so I think mentioning PyTorch fixes #178

Remove all class attributes, because they could be used to change values for all objects.

Adds an example for manual fitting of data. - [X] Basic example - [x] Explaining comments - [x] Integrate into documentation