Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
PolyPESTO is a parameter estimation package for polymerization data using PyPESTO. It provides a framework for modeling chemical kinetics, particularly polymerization reactions, and estimating parameters from experimental data.
The project uses setuptools with pyproject.toml configuration. Install in development mode:
pip install -e .
pytest
tests/ directorytests/conftest.pypytest tests/path/to/specific_test.py pytest -k "test_name_pattern"
polypesto.core: Central framework components
Study: Main class for managing parameter estimation studies across multiple problems and parameter setsProblem: Individual optimization problems with model, data, and parameter definitionsexperiment.py: Experimental data handlingconditions.py: Simulation condition managementparams.py: Parameter group and set definitionspetab.py: Integration with PEtab standardpypesto/: PyPESTO integration utilitiespolypesto.models: Model definitions
ModelBase: Abstract base class for all modelsbinary/: Binary polymerization modelsexample/: Example models like Lotka-Volterrasbml.py: SBML model utilitiesamici_models/ directorypolypesto.visualization: Plotting and visualization utilities
polypesto.utils: Utility functions
file.py: JSON I/O utilitieslogging.py: Logging configurationpatches.py: Compatibility patchesModelBase and define SBML representationsProbParamDict)ModelBase in polypesto/models/Check
polypesto/examples/ for example scripts showing typical workflows.