{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Your First Binary Simulations with POSYDON 🌠" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Tutorial goal:**\n", "In this tutorial, we will run a small population of 10 binaries locally, and explore how to manipulate the output data from your population." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "If you haven't done so yet, export the path POSYDON environment variables.\n", "Set these parameters in your `.bash_profile` or `.zshrc` if you use POSYDON regularly." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "%env PATH_TO_POSYDON=/YOUR/POSYDON/PATH/\n", "%env PATH_TO_POSYDON_DATA=/YOUR/POSYDON_DATA/PATH/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "----\n", "\n", "## Initialisation File\n", "\n", "To run population synthesis with POSYDON, a `population_params.ini` file is required.\n", "This file described how the stellar population is created and what prescriptions and parameters are implemented in specific steps.\n", "\n", "POSYDON comes with a default `population_params_default.ini` file found at `PATH_TO_POSYDON/posydon/popsyn` or have a look [here](../../../../../posydon/popsyn/population_params_default.ini).\n", "\n", "