LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
rheojax/__init__.py
rheojax/py.typed
rheojax.egg-info/PKG-INFO
rheojax.egg-info/SOURCES.txt
rheojax.egg-info/dependency_links.txt
rheojax.egg-info/requires.txt
rheojax.egg-info/top_level.txt
rheojax/core/__init__.py
rheojax/core/base.py
rheojax/core/bayesian.py
rheojax/core/data.py
rheojax/core/jax_config.py
rheojax/core/parameters.py
rheojax/core/registry.py
rheojax/core/test_modes.py
rheojax/io/__init__.py
rheojax/io/readers/__init__.py
rheojax/io/readers/anton_paar.py
rheojax/io/readers/auto.py
rheojax/io/readers/csv_reader.py
rheojax/io/readers/excel_reader.py
rheojax/io/readers/trios.py
rheojax/io/writers/__init__.py
rheojax/io/writers/excel_writer.py
rheojax/io/writers/hdf5_writer.py
rheojax/models/__init__.py
rheojax/models/bingham.py
rheojax/models/carreau.py
rheojax/models/carreau_yasuda.py
rheojax/models/cross.py
rheojax/models/fractional_burgers.py
rheojax/models/fractional_jeffreys.py
rheojax/models/fractional_kelvin_voigt.py
rheojax/models/fractional_kv_zener.py
rheojax/models/fractional_maxwell_gel.py
rheojax/models/fractional_maxwell_liquid.py
rheojax/models/fractional_maxwell_model.py
rheojax/models/fractional_mixin.py
rheojax/models/fractional_poynting_thomson.py
rheojax/models/fractional_zener_ll.py
rheojax/models/fractional_zener_sl.py
rheojax/models/fractional_zener_ss.py
rheojax/models/herschel_bulkley.py
rheojax/models/maxwell.py
rheojax/models/power_law.py
rheojax/models/springpot.py
rheojax/models/zener.py
rheojax/pipeline/__init__.py
rheojax/pipeline/base.py
rheojax/pipeline/batch.py
rheojax/pipeline/bayesian.py
rheojax/pipeline/builder.py
rheojax/pipeline/workflows.py
rheojax/transforms/__init__.py
rheojax/transforms/fft_analysis.py
rheojax/transforms/mastercurve.py
rheojax/transforms/mutation_number.py
rheojax/transforms/owchirp.py
rheojax/transforms/smooth_derivative.py
rheojax/utils/__init__.py
rheojax/utils/compatibility.py
rheojax/utils/data_quality.py
rheojax/utils/device.py
rheojax/utils/mittag_leffler.py
rheojax/utils/optimization.py
rheojax/utils/initialization/__init__.py
rheojax/utils/initialization/base.py
rheojax/utils/initialization/constants.py
rheojax/utils/initialization/fractional_burgers.py
rheojax/utils/initialization/fractional_jeffreys.py
rheojax/utils/initialization/fractional_kelvin_voigt.py
rheojax/utils/initialization/fractional_kv_zener.py
rheojax/utils/initialization/fractional_maxwell_gel.py
rheojax/utils/initialization/fractional_maxwell_liquid.py
rheojax/utils/initialization/fractional_maxwell_model.py
rheojax/utils/initialization/fractional_poynting_thomson.py
rheojax/utils/initialization/fractional_zener_ll.py
rheojax/utils/initialization/fractional_zener_sl.py
rheojax/utils/initialization/fractional_zener_ss.py
rheojax/visualization/__init__.py
rheojax/visualization/plotter.py
rheojax/visualization/templates.py
tests/test_import.py
tests/test_project_structure.py