.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
dev_requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
docs/Makefile
docs/bilby-example.rst
docs/conf.py
docs/further-details.rst
docs/gaussian-example.rst
docs/index.rst
docs/installation.rst
docs/normalising-flows-configuration.rst
docs/reparameterisations.rst
docs/requirements.txt
docs/running-the-sampler.rst
docs/sampler-configuration.rst
docs/assets/insertion_indices.png
docs/assets/logXlogL.png
docs/assets/posterior_distribution.png
docs/assets/state.png
docs/assets/trace.png
examples/2d_gaussian.py
examples/bilby_example.py
examples/gw_example.py
examples/half_gaussian.py
examples/reparameterisations_example.py
nessai/__init__.py
nessai/flowmodel.py
nessai/flowsampler.py
nessai/livepoint.py
nessai/model.py
nessai/nestedsampler.py
nessai/plot.py
nessai/posterior.py
nessai/priors.py
nessai/reparameterisations.py
nessai/utils.py
nessai.egg-info/PKG-INFO
nessai.egg-info/SOURCES.txt
nessai.egg-info/dependency_links.txt
nessai.egg-info/requires.txt
nessai.egg-info/top_level.txt
nessai/flows/__init__.py
nessai/flows/base.py
nessai/flows/distributions.py
nessai/flows/maf.py
nessai/flows/nsf.py
nessai/flows/realnvp.py
nessai/flows/utils.py
nessai/gw/__init__.py
nessai/gw/priors.py
nessai/gw/proposal.py
nessai/gw/reparameterisations.py
nessai/gw/utils.py
nessai/proposal/__init__.py
nessai/proposal/analytic.py
nessai/proposal/augmented.py
nessai/proposal/base.py
nessai/proposal/flowproposal.py
nessai/proposal/rejection.py
tests/conftest.py
tests/test_flowmodel.py
tests/test_livepoint.py
tests/test_model.py
tests/test_plot.py
tests/test_posterior.py
tests/test_priors.py
tests/test_sampling.py
tests/test_utils.py
tests/test_flows/test_base_flow.py
tests/test_flows/test_distributions.py
tests/test_flows/test_flow_utils.py
tests/test_flows/test_included_flows.py
tests/test_gw/test_distance_converters.py
tests/test_gw/test_equivalent_proposal.py
tests/test_gw/test_gw_proposal.py
tests/test_gw/test_gw_utils.py
tests/test_proposal/test_analytic.py
tests/test_proposal/test_flowproposal.py
tests/test_proposal/test_pool.py
tests/test_proposal/test_rejection.py
tests/test_reparameterisations/test_angle.py
tests/test_reparameterisations/test_angle_pair.py
tests/test_reparameterisations/test_base_reparameterisation.py
tests/test_reparameterisations/test_combined.py
tests/test_reparameterisations/test_null.py
tests/test_reparameterisations/test_rescale_to_bounds.py