CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
rheojax/__init__.py
rheojax/py.typed
rheojax/cli/__init__.py
rheojax/cli/_envelope.py
rheojax/cli/_globals.py
rheojax/cli/_output.py
rheojax/cli/_templates.py
rheojax/cli/_yaml_runner.py
rheojax/cli/_yaml_schema.py
rheojax/cli/bayesian.py
rheojax/cli/cmd_batch.py
rheojax/cli/cmd_export.py
rheojax/cli/cmd_load.py
rheojax/cli/cmd_pipeline.py
rheojax/cli/cmd_run.py
rheojax/cli/cmd_transform.py
rheojax/cli/fit.py
rheojax/cli/main.py
rheojax/cli/spp.py
rheojax/core/__init__.py
rheojax/core/arviz_utils.py
rheojax/core/base.py
rheojax/core/bayesian.py
rheojax/core/bayesian_diagnostics.py
rheojax/core/bayesian_result.py
rheojax/core/data.py
rheojax/core/deformation_converter.py
rheojax/core/fit_orchestrator.py
rheojax/core/fit_result.py
rheojax/core/inventory.py
rheojax/core/jax_config.py
rheojax/core/numpyro_model_builder.py
rheojax/core/parameters.py
rheojax/core/post_fit_validator.py
rheojax/core/registry.py
rheojax/core/test_modes.py
rheojax/fitting/__init__.py
rheojax/fitting/_audit.py
rheojax/gui/README.md
rheojax/gui/STRUCTURE_VALIDATION.md
rheojax/gui/__init__.py
rheojax/gui/compat.py
rheojax/gui/main.py
rheojax/gui/app/__init__.py
rheojax/gui/app/main_window.py
rheojax/gui/app/menu_bar.py
rheojax/gui/app/status_bar.py
rheojax/gui/app/toolbar.py
rheojax/gui/dialogs/__init__.py
rheojax/gui/dialogs/about.py
rheojax/gui/dialogs/bayesian_options.py
rheojax/gui/dialogs/column_mapper.py
rheojax/gui/dialogs/export_options.py
rheojax/gui/dialogs/fitting_options.py
rheojax/gui/dialogs/import_wizard.py
rheojax/gui/dialogs/pipeline_templates.py
rheojax/gui/dialogs/preferences.py
rheojax/gui/jobs/IMPLEMENTATION_SUMMARY.md
rheojax/gui/jobs/README.md
rheojax/gui/jobs/__init__.py
rheojax/gui/jobs/_cleanup.py
rheojax/gui/jobs/bayesian_worker.py
rheojax/gui/jobs/cancellation.py
rheojax/gui/jobs/export_worker.py
rheojax/gui/jobs/fit_worker.py
rheojax/gui/jobs/import_worker.py
rheojax/gui/jobs/preview_worker.py
rheojax/gui/jobs/process_adapter.py
rheojax/gui/jobs/subprocess_bayesian.py
rheojax/gui/jobs/subprocess_fit.py
rheojax/gui/jobs/test_jobs.py
rheojax/gui/jobs/transform_worker.py
rheojax/gui/jobs/worker_pool.py
rheojax/gui/pages/__init__.py
rheojax/gui/pages/bayesian_page.py
rheojax/gui/pages/data_page.py
rheojax/gui/pages/diagnostics_page.py
rheojax/gui/pages/export_page.py
rheojax/gui/pages/fit_page.py
rheojax/gui/pages/home_page.py
rheojax/gui/pages/transform_page.py
rheojax/gui/resources/__init__.py
rheojax/gui/resources/examples/creep_sample.csv
rheojax/gui/resources/examples/oscillation_sample.csv
rheojax/gui/resources/examples/relaxation_sample.csv
rheojax/gui/resources/icons/.gitkeep
rheojax/gui/resources/icons/bayesian.svg
rheojax/gui/resources/icons/check-white.svg
rheojax/gui/resources/icons/chevron-down.svg
rheojax/gui/resources/icons/chevron-right.svg
rheojax/gui/resources/icons/close.svg
rheojax/gui/resources/icons/export.svg
rheojax/gui/resources/icons/fit.svg
rheojax/gui/resources/icons/load.svg
rheojax/gui/resources/icons/rheojax.svg
rheojax/gui/resources/icons/window.svg
rheojax/gui/resources/styles/README.md
rheojax/gui/resources/styles/__init__.py
rheojax/gui/resources/styles/base.qss
rheojax/gui/resources/styles/dark.qss
rheojax/gui/resources/styles/example_usage.py
rheojax/gui/resources/styles/light.qss
rheojax/gui/resources/styles/tokens.py
rheojax/gui/resources/styles/plot_styles/__init__.py
rheojax/gui/resources/styles/plot_styles/dark.mplstyle
rheojax/gui/resources/styles/plot_styles/default.mplstyle
rheojax/gui/resources/styles/plot_styles/presentation.mplstyle
rheojax/gui/resources/styles/plot_styles/publication.mplstyle
rheojax/gui/services/__init__.py
rheojax/gui/services/bayesian_service.py
rheojax/gui/services/data_service.py
rheojax/gui/services/export_service.py
rheojax/gui/services/model_service.py
rheojax/gui/services/pipeline_execution_service.py
rheojax/gui/services/plot_service.py
rheojax/gui/services/transform_service.py
rheojax/gui/state/USAGE.md
rheojax/gui/state/__init__.py
rheojax/gui/state/actions.py
rheojax/gui/state/selectors.py
rheojax/gui/state/signals.py
rheojax/gui/state/store.py
rheojax/gui/state/reducers/__init__.py
rheojax/gui/state/reducers/bayesian_reducers.py
rheojax/gui/state/reducers/data_reducers.py
rheojax/gui/state/reducers/fitting_reducers.py
rheojax/gui/state/reducers/model_reducers.py
rheojax/gui/state/reducers/pipeline_reducers.py
rheojax/gui/state/reducers/project_reducers.py
rheojax/gui/state/reducers/ui_reducers.py
rheojax/gui/utils/__init__.py
rheojax/gui/utils/_dependency_guard.py
rheojax/gui/utils/config.py
rheojax/gui/utils/icons.py
rheojax/gui/utils/jax_utils.py
rheojax/gui/utils/layout_helpers.py
rheojax/gui/utils/logging.py
rheojax/gui/utils/pipeline_serializer.py
rheojax/gui/utils/provenance.py
rheojax/gui/utils/rheodata.py
rheojax/gui/utils/seeds.py
rheojax/gui/utils/style_helpers.py
rheojax/gui/widgets/__init__.py
rheojax/gui/widgets/arviz_canvas.py
rheojax/gui/widgets/base_arviz_widget.py
rheojax/gui/widgets/batch_panel.py
rheojax/gui/widgets/dataset_tree.py
rheojax/gui/widgets/empty_state.py
rheojax/gui/widgets/jax_status.py
rheojax/gui/widgets/multi_view.py
rheojax/gui/widgets/parameter_form.py
rheojax/gui/widgets/parameter_table.py
rheojax/gui/widgets/pipeline_chips.py
rheojax/gui/widgets/pipeline_sidebar.py
rheojax/gui/widgets/pipeline_step_delegate.py
rheojax/gui/widgets/plot_canvas.py
rheojax/gui/widgets/plot_widget.py
rheojax/gui/widgets/priors_editor.py
rheojax/gui/widgets/pyqtgraph_canvas.py
rheojax/gui/widgets/residuals_panel.py
rheojax/gui/widgets/results_panel.py
rheojax/gui/widgets/workspace_container.py
rheojax/io/__init__.py
rheojax/io/_exceptions.py
rheojax/io/analysis_exporter.py
rheojax/io/json_encoder.py
rheojax/io/spp_export.py
rheojax/io/readers/__init__.py
rheojax/io/readers/_column_mapping.py
rheojax/io/readers/_utils.py
rheojax/io/readers/_validation.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/multi_file.py
rheojax/io/readers/trios/__init__.py
rheojax/io/readers/trios/common.py
rheojax/io/readers/trios/csv.py
rheojax/io/readers/trios/excel.py
rheojax/io/readers/trios/json.py
rheojax/io/readers/trios/txt.py
rheojax/io/readers/trios/schema/TRIOSJSONExportSchema.json
rheojax/io/readers/trios/schema/__init__.py
rheojax/io/readers/trios/schema/dataset.py
rheojax/io/readers/trios/schema/experiment.py
rheojax/io/writers/__init__.py
rheojax/io/writers/excel_writer.py
rheojax/io/writers/hdf5_writer.py
rheojax/io/writers/npz_writer.py
rheojax/logging/__init__.py
rheojax/logging/config.py
rheojax/logging/context.py
rheojax/logging/exporters.py
rheojax/logging/formatters.py
rheojax/logging/handlers.py
rheojax/logging/jax_utils.py
rheojax/logging/logger.py
rheojax/logging/metrics.py
rheojax/logging/templates.py
rheojax/models/__init__.py
rheojax/models/classical/__init__.py
rheojax/models/classical/maxwell.py
rheojax/models/classical/springpot.py
rheojax/models/classical/zener.py
rheojax/models/dmt/__init__.py
rheojax/models/dmt/_base.py
rheojax/models/dmt/_kernels.py
rheojax/models/dmt/local.py
rheojax/models/dmt/nonlocal_model.py
rheojax/models/epm/__init__.py
rheojax/models/epm/base.py
rheojax/models/epm/lattice.py
rheojax/models/epm/tensor.py
rheojax/models/fikh/__init__.py
rheojax/models/fikh/_base.py
rheojax/models/fikh/_caputo.py
rheojax/models/fikh/_kernels.py
rheojax/models/fikh/_thermal.py
rheojax/models/fikh/fikh.py
rheojax/models/fikh/fmlikh.py
rheojax/models/flow/__init__.py
rheojax/models/flow/bingham.py
rheojax/models/flow/carreau.py
rheojax/models/flow/carreau_yasuda.py
rheojax/models/flow/cross.py
rheojax/models/flow/herschel_bulkley.py
rheojax/models/flow/power_law.py
rheojax/models/fluidity/__init__.py
rheojax/models/fluidity/_base.py
rheojax/models/fluidity/_kernels.py
rheojax/models/fluidity/local.py
rheojax/models/fluidity/nonlocal_model.py
rheojax/models/fluidity/saramito/__init__.py
rheojax/models/fluidity/saramito/_base.py
rheojax/models/fluidity/saramito/_kernels.py
rheojax/models/fluidity/saramito/local.py
rheojax/models/fluidity/saramito/nonlocal_model.py
rheojax/models/fractional/__init__.py
rheojax/models/fractional/fractional_burgers.py
rheojax/models/fractional/fractional_jeffreys.py
rheojax/models/fractional/fractional_kelvin_voigt.py
rheojax/models/fractional/fractional_kv_zener.py
rheojax/models/fractional/fractional_maxwell_gel.py
rheojax/models/fractional/fractional_maxwell_liquid.py
rheojax/models/fractional/fractional_maxwell_model.py
rheojax/models/fractional/fractional_mixin.py
rheojax/models/fractional/fractional_poynting_thomson.py
rheojax/models/fractional/fractional_zener_ll.py
rheojax/models/fractional/fractional_zener_sl.py
rheojax/models/fractional/fractional_zener_ss.py
rheojax/models/giesekus/__init__.py
rheojax/models/giesekus/_base.py
rheojax/models/giesekus/_kernels.py
rheojax/models/giesekus/multi_mode.py
rheojax/models/giesekus/single_mode.py
rheojax/models/hl/__init__.py
rheojax/models/hl/hebraud_lequeux.py
rheojax/models/hvm/__init__.py
rheojax/models/hvm/_base.py
rheojax/models/hvm/_kernels.py
rheojax/models/hvm/_kernels_diffrax.py
rheojax/models/hvm/local.py
rheojax/models/hvnm/__init__.py
rheojax/models/hvnm/_base.py
rheojax/models/hvnm/_kernels.py
rheojax/models/hvnm/_kernels_diffrax.py
rheojax/models/hvnm/local.py
rheojax/models/ikh/__init__.py
rheojax/models/ikh/_base.py
rheojax/models/ikh/_kernels.py
rheojax/models/ikh/mikh.py
rheojax/models/ikh/ml_ikh.py
rheojax/models/itt_mct/__init__.py
rheojax/models/itt_mct/_base.py
rheojax/models/itt_mct/_kernels.py
rheojax/models/itt_mct/_kernels_diffrax.py
rheojax/models/itt_mct/isotropic.py
rheojax/models/itt_mct/schematic.py
rheojax/models/multimode/__init__.py
rheojax/models/multimode/generalized_maxwell.py
rheojax/models/sgr/__init__.py
rheojax/models/sgr/sgr_conventional.py
rheojax/models/sgr/sgr_generic.py
rheojax/models/spp/__init__.py
rheojax/models/spp/spp_yield_stress.py
rheojax/models/stz/__init__.py
rheojax/models/stz/_base.py
rheojax/models/stz/_kernels.py
rheojax/models/stz/conventional.py
rheojax/models/tnt/__init__.py
rheojax/models/tnt/_base.py
rheojax/models/tnt/_kernels.py
rheojax/models/tnt/cates.py
rheojax/models/tnt/loop_bridge.py
rheojax/models/tnt/multi_species.py
rheojax/models/tnt/single_mode.py
rheojax/models/tnt/sticky_rouse.py
rheojax/models/vlb/__init__.py
rheojax/models/vlb/_base.py
rheojax/models/vlb/_kernels.py
rheojax/models/vlb/local.py
rheojax/models/vlb/multi_network.py
rheojax/models/vlb/nonlocal_model.py
rheojax/models/vlb/variant.py
rheojax/parallel/__init__.py
rheojax/parallel/api.py
rheojax/parallel/config.py
rheojax/parallel/pool.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/cox_merz.py
rheojax/transforms/fft_analysis.py
rheojax/transforms/lve_envelope.py
rheojax/transforms/mastercurve.py
rheojax/transforms/mutation_number.py
rheojax/transforms/owchirp.py
rheojax/transforms/prony_conversion.py
rheojax/transforms/smooth_derivative.py
rheojax/transforms/spectrum_inversion.py
rheojax/transforms/spp_decomposer.py
rheojax/transforms/srfs.py
rheojax/utils/__init__.py
rheojax/utils/compatibility.py
rheojax/utils/data_quality.py
rheojax/utils/device.py
rheojax/utils/epm_kernels.py
rheojax/utils/epm_kernels_tensorial.py
rheojax/utils/hl_kernels.py
rheojax/utils/mct_kernels.py
rheojax/utils/metrics.py
rheojax/utils/mittag_leffler.py
rheojax/utils/model_selection.py
rheojax/utils/modulus_conversion.py
rheojax/utils/optimization.py
rheojax/utils/physics_checks.py
rheojax/utils/prony.py
rheojax/utils/protocol_preprocessing.py
rheojax/utils/sgr_kernels.py
rheojax/utils/sgr_monte_carlo.py
rheojax/utils/sgr_population_balance.py
rheojax/utils/spp_kernels.py
rheojax/utils/structure_factor.py
rheojax/utils/uncertainty.py
rheojax/utils/initialization/__init__.py
rheojax/utils/initialization/auto_p0.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/epm_plots.py
rheojax/visualization/fit_plotter.py
rheojax/visualization/plotter.py
rheojax/visualization/spp_plots.py
rheojax/visualization/templates.py
rheojax/visualization/transform_plotter.py