diff --git a/README.rst b/README.rst index f7b6c96..047b47a 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Please note you cannot run the code just by cloning the repository as the large **Sampling algorithms within Bagpipes** -The default sampler for fitting models to data is the `MultiNest `_ code, however this requires separate installation, which can be challening on some systems. Bagpipes is now also compatible with the pure Python `nautilus `_ nested sampling algorithm, which should be installed by default along with Bagpipes, and will be used for fitting if MultiNest is not installed. Even if you are used to using Bagpipes with Multinest, you may wish to try out Nautlus, as this may yield faster and/or more accurate results in some circumstances. For more information please see the `bagpipes documentation `_. +The default sampler (and historically the only option) for fitting models to data is the `MultiNest `_ code, however this requires separate installation, which can be challenging on some systems. Bagpipes is now also compatible with the pure Python `nautilus `_ nested sampling algorithm, which is now installed by default along with Bagpipes, and will be automatically used for fitting if MultiNest is not installed. Even if you are used to using Bagpipes with Multinest, you may wish to try out Nautlus, as this may yield faster and/or more accurate results in some circumstances. For more information please see the `bagpipes documentation `_. **Published papers and citing the code**