https://github.com/smups/srrt_models
https://github.com/smups/srrt_models
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smups/srrt_models
- Owner: smups
- License: gpl-3.0
- Created: 2023-10-02T13:37:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T08:18:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T14:52:26.969Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 52.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slow-roll, (rapid) turn models in two-field inflation
This repository contains the models tested in (ArXiV:2405.11628).
To run the code, the install the latest version of [`inflatox`](https://pypi.org/project/inflatox/)
(for example using `pip install inflatox`). Basic dependencies, like `matplotlib` (*a ¡recent!
version*), `numpy` and `sympy` are also required to run the code.
## Overview
The code presented here is organised into five python scripts corresponding to the three
tested models and two additional ones. These contain all numerically intensive code. The output of
these scripts is saved to the `out` folder in the root directory.
The jupyter notebook `plots.ipynb` contains all the python plotting code used to make the
figures in (paper).
The trajectories in the trajectories folder have been obtained using `pytransport`
(angular and EGNO models) and `mtransport` (d5 model). This code is not provided in this repository.
## Minimum `inflatox` version
The minimum inflatox version required to run the code here is `v0.7.0`