Metadata-Version: 2.4
Name: ptemcee-bilby
Version: 0.1.0
Summary: Plugin for using ptemcee with bilby.
Author: Bilby Developers
Maintainer-email: Colm Talbot <colm.talbot@ligo.org>, "Michael J. Williams" <michael.williams@ligo.org>
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bilby>=2.3.0
Requires-Dist: ptemcee
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: bilby>=2.7.0; extra == "test"
Dynamic: license-file

# ptemcee-bilby

Plugin for using [ptemcee](https://github.com/willvousden/ptemcee) with bilby.

This plugin exposes the `ptemcee` sampler via the `bilby.samplers` entry point.
Once installed, you can select it in `bilby.run_sampler` using `sampler='ptemcee'`.

**Note:** `ptemcee` is no longer actively maintained.

## Installation

The package can be install using pip

```
pip install ptemcee-bilby
```

or conda

```
conda install conda-forge:ptemcee-bilby
```
