cosmoTransitions

A package for analyzing finite or zero-temperature cosmological phase transitions driven by single or multiple scalar fields.


License
MIT
Install
pip install cosmoTransitions==2.0.6

Documentation

The CosmoTransitions package is a set of python modules for calculating properties of effective potentials with one or more scalar fields. Most importantly, it can be used to find the instanton solutions which interpolate between different vacua in a given theory, allowing one to determine the probability for a vacuum transition.

For more info, please read the documentation. The current version is available via github.

Attribution

If you use CosmoTransitions in scholarly work, please cite Comput. Phys. Commun. 183 (2012) [arXiv:1109.4189].

Installation

CosmoTransitions can be installed via pip using pip install cosmoTransitions for both Python 2 and Python 3. You can also install the package manually by downloading the source and putting the 'cosmoTransitions' folder somewhere in your path. Then from a python prompt you should be able to import cosmoTransitions and run the code. For examples, look in the examples folder.

CosmoTransitions makes extensive use of numpy and scipy, and the plotting functions use matplotlib. It is recommended that users also install IPython for easier interactive use (IPython also contains an excellent html-based python notebook, which is very handy for organizing computational and scientific work). These packages can be installed separately (using e.g. easy_install), or as part of a bundle (see the Anaconda distribution or the Enthought Canopy distribution).

CosmoTransitions was built and tested with Python v2.7.6, numpy v1.8.0, scipy v0.11.0, and matplotlib v1.2.0.