CosmoPhys

software

New Location – This blog is no longer maintained here.

The cosmology researcher talks database app is a continuing work-in-progress on a collection that currently lists thousands of online talks by cosmology researchers intended for an audience of other researchers working in the field. The data is gathered from diverse sources (called 'series') that host talks from conferences, seminars, workshops, course lectures, summer schools, colloquia, etc.

This collection was started out of personal interest as a service to the cosmology community because no one site was found that comprehensively compiles such data from a wide range of sources. There are many sources available so this represents only a fraction of the total that's out there; still, it's a starter attempt to extend beyond what's otherwise available in one place.

Read more...

Colossus1 is a recently available open-source, pure-python (nothing to compile) calculations toolkit developed by computational astrophysicist Benedikt Diemer during his PhD thesis work at University of Chicago.2

There are 3 separate python modules for cosmology, LSS, and DM Halos. You can choose to work with any of 20 built-in cosmology models based on results from Planck18 (with or w/o BAO), Planck15, Planck13, WMAP, etc. You can also create your own cosmology model by specifying values for a minimum of 6 parameters.

A paper on it is available at https://arxiv.org/abs/1712.04512. The code is available at this BitBucket repository. You can clone the repo, or download a zip file, or you can install it using pip. Documentation with many examples in html format is available here and the docs on the 3 modules are also available as interactive, live-code Jupyter notebooks here. The html tutorials doc files are just exports from the Jupyter notebooks.

Read more...