.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CONTRIBUTING.md
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/syntax.yml
.github/workflows/tests.yml
deps/torch_cg/.gitignore
deps/torch_cg/LICENSE.md
deps/torch_cg/NOTE.txt
deps/torch_cg/cg_batch.py
docs/Makefile
docs/make.bat
docs/source/autodoc.rst
docs/source/changelog.rst
docs/source/citation.rst
docs/source/conf.py
docs/source/events.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/install.rst
docs/source/papers.rst
docs/source/quickstart.rst
docs/source/refs.bib
docs/source/swyft.rst
docs/source/tutorial-notebooks.rst
docs/source/videos.rst
docs/source/_static/img/SBI-curve.gif
docs/source/_static/img/swyft_logo_wide.png
docs/source/images/20d-1dPos.png
docs/source/images/quickstart-1d.png
docs/source/images/quickstart-2d.png
docs/source/module/bounds.rst~
docs/source/module/inference.rst~
docs/source/module/lightning.rst
docs/source/module/networks.rst
docs/source/module/plot.rst
docs/source/module/prior.rst~
docs/source/module/store.rst~
docs/source/module/utils.rst~
docs/source/module/weightedmarginals.rst~
docs/source/notebooks/00 - Swyft in 15 minutes.nblink
docs/source/notebooks/0A - SwyftModule.nblink
docs/source/notebooks/0B - Multi-dimensional posteriors.nblink
docs/source/notebooks/0C - Linear regression.nblink
docs/source/notebooks/0D - Data summaries.nblink
docs/source/notebooks/0E - Coverage tests.nblink
docs/source/notebooks/0F - Hyper parameters during training.nblink
docs/source/notebooks/0G - Simulator and Graphical models.nblink
docs/source/notebooks/0H - Truncation and bounds.nblink
docs/source/notebooks/0I - Model comparison.nblink
docs/source/notebooks/0J - ZarrStore and Parallel Simulations.nblink
docs/source/notebooks/1A - Image analysis and rings.nblink
docs/source/notebooks/1B - An MNIST example.nblink
docs/source/notebooks/1C - Lotka-Volterra.nblink
docs/source/notebooks/make-nblinks.py
docs/source/old/context.rst
docs/source/old/goals.rst
docs/source/old/latex_macros.sty
docs/source/old/quickstart.rst
docs/source/old/theory.rst
docs/source/old/theorytex.rst
notebooks/00 - Swyft in 15 minutes.ipynb
notebooks/0A - SwyftModule.ipynb
notebooks/0B - Multi-dimensional posteriors.ipynb
notebooks/0C - Linear regression.ipynb
notebooks/0D - Data summaries.ipynb
notebooks/0E - Coverage tests.ipynb
notebooks/0F - Hyper parameters during training.ipynb
notebooks/0G - Simulator and Graphical models.ipynb
notebooks/0H - Truncation and bounds.ipynb
notebooks/0I - Model comparison.ipynb
notebooks/0J - ZarrStore and Parallel Simulations.ipynb
notebooks/1A - Image analysis and rings.ipynb
notebooks/1B - An MNIST example.ipynb
notebooks/1C - Lotka-Volterra.ipynb
swyft/__init__.py
swyft/__version__.py
swyft/types.py
swyft.egg-info/PKG-INFO
swyft.egg-info/SOURCES.txt
swyft.egg-info/dependency_links.txt
swyft.egg-info/not-zip-safe
swyft.egg-info/requires.txt
swyft.egg-info/top_level.txt
swyft/lightning/__init__.py
swyft/lightning/bounds.py
swyft/lightning/core.py
swyft/lightning/data.py
swyft/lightning/estimators.py
swyft/lightning/online.py
swyft/lightning/samples.py~
swyft/lightning/simulator.py
swyft/lightning/torchstore.py
swyft/lightning/utils.py
swyft/networks/__init__.py
swyft/networks/channelized.py
swyft/networks/classifier.py
swyft/networks/standardization.py
swyft/plot/__init__.py
swyft/plot/mass.py
swyft/plot/plot.py
swyft/plot/deprecated/constraint.py
swyft/plot/deprecated/violin.py
swyft/utils/__init__.py
swyft/utils/array.py
swyft/utils/marginals.py
swyft/utils/misc.py
tests/__init__.py
tests/test_simulator.py