jpmvferreira / msc-code

Source code used to develop work carried out during my MSc thesis entitled 'Forecasting f(Q) Cosmology with Standard Sirens'.

Home Page:https://arxiv.org/abs/2303.12674

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository includes all of the code which was developed during my master's thesis.

For the thesis itself and its corresponding source code visit the repository jpmvferreira/msc-thesis.

Repository Structure

.
├── analyzed -> includes results which are the output of processing data files, mostly made up of plots
├── aux -> includes auxiliary scripts to process data
├── config -> includes configuration files to run simplifiedmc
├── cosmology -> includes .py files that define a given cosmology to be used with gwcatalog
├── data -> includes all data files in a .csv format
├── jobs -> auxiliary script to run batch jobs
├── LICENSE.md
├── misc -> miscellaneous scripts which were used either as auxiliary programs, sketching ideas or to explore new things. generally speaking they are not commented and might be very hacky.
├── model -> includes Stan model files to run with simplifiedmc
├── output -> includes output of the MCMC's provided by simplifiedmc
└── venv -> virtual environment used throughout the work

In Chapter 5, the corresponding file to each of the catalogs used are:

  • ET: data/ET-4.csv
  • LISA (best): data/LISA-9
  • LISA (median): data/LISA-10
  • LISA (worst): data/LISA-12
  • LIGO (best): data/LIGO-13
  • LIGO (median): data/LIGO-1
  • LIGO (worst): data/LIGO-2

External References:

About

Source code used to develop work carried out during my MSc thesis entitled 'Forecasting f(Q) Cosmology with Standard Sirens'.

https://arxiv.org/abs/2303.12674

License:MIT License


Languages

Language:Stan 60.8%Language:Mathematica 27.6%Language:TeX 9.2%Language:Python 2.2%Language:Shell 0.1%