diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index af5a6f51c95647effc527f4d0f76aa7db02ad132..0c86a1f151d02ae1fd6a3cd784675069e3119ee7 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/nbsphinx/notebook_api_functionality.ipynb b/docs/build/doctrees/nbsphinx/notebook_api_functionality.ipynb index 8d454880c82dba172d33a95532c47bc95f24ff6a..020d2dc7cdb1ae9f1214d42e3351b571ff0c943d 100644 --- a/docs/build/doctrees/nbsphinx/notebook_api_functionality.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_api_functionality.ipynb @@ -5,7 +5,7 @@ "id": "cb9d00f5-9613-471e-a4bb-6181311bf73b", "metadata": {}, "source": [ - "# Using the API functionality of binarycpython\n", + "# Tutorial: Using the API functionality of binary_c-python\n", "This notebook shows how to use the API functions that interface with binary_c. It usually is better to use wrapper functions that internally use these API functions, because most of the output here is very raw\n", "\n", "Binarycpython uses the Python-C extension framework to interface Python with C. The sourcecode for this is contained in `src/binary_c_python.c`, and the functions are available via `from binarycpython import _binary_c_bindings`.\n", diff --git a/docs/build/doctrees/nbsphinx/notebook_custom_logging.ipynb b/docs/build/doctrees/nbsphinx/notebook_custom_logging.ipynb index 84e41e6bcee06490f5b4dc61fb616cc213024aba..bfdf2a5c8fe238aec50d8f69c74d11b06491eb5f 100644 --- a/docs/build/doctrees/nbsphinx/notebook_custom_logging.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_custom_logging.ipynb @@ -5,7 +5,7 @@ "id": "879b596b-d70c-4f90-b668-563b4ad93ffc", "metadata": {}, "source": [ - "# Using custom logging routines with binarycpython\n", + "# Tutorial: Using custom logging routines with binary_c-python\n", "In this notebook you'll learn how to use the custom logging functionality" ] }, diff --git a/docs/build/doctrees/nbsphinx/notebook_extra_features.ipynb b/docs/build/doctrees/nbsphinx/notebook_extra_features.ipynb index b1a9ddb030195e6aaf0da2cf08eecc67684672a6..076b4098e7c588a68fb91cfe6175c3ee4e36ea78 100644 --- a/docs/build/doctrees/nbsphinx/notebook_extra_features.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_extra_features.ipynb @@ -5,7 +5,7 @@ "id": "d5c04b77-f0be-4b33-8c03-c72eb846527c", "metadata": {}, "source": [ - "# Extra features and functionality of binarycpython\n", + "# Tutorial: Extra features and functionality of binary_c-python\n", "In this notebook we'll go over some of the extra features and functionality that was not covered in the other notebooks.\n", "\n", "Within the module `binarycpython.utils.functions` there are many functions that can be useful when using binarycpython. We can see which functions are in there, again by using the `help()`" diff --git a/docs/build/doctrees/nbsphinx/notebook_individual_systems.ipynb b/docs/build/doctrees/nbsphinx/notebook_individual_systems.ipynb index 21d49016f3b2826d6f9d5ec87a1f6d8bb18df7af..e6451e76238c7d7ed9f4a539a83103cb596987be 100644 --- a/docs/build/doctrees/nbsphinx/notebook_individual_systems.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_individual_systems.ipynb @@ -5,7 +5,7 @@ "id": "a544d28c-c2e1-4c6a-b55b-8caec440743f", "metadata": {}, "source": [ - "# Running individual systems with binarycpython\n", + "# Tutorial: Running individual systems with binary_c-python\n", "This notebook will show you how to run single systems and analyze their results.\n", "\n", "It can be useful to have some functions to quickly run a single system to e.g. inspect what evolutionary steps a specific system goes through, to plot the mass loss evolution of a single star, etc. " diff --git a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_binaries.ipynb b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_binaries.ipynb index fb64dbcc9754aa9dc823a41ae3c52223cb2a8d9a..47a96d0934935dc5ab09f12823878ff0f228495d 100644 --- a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_binaries.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_binaries.ipynb @@ -5,7 +5,7 @@ "id": "bbbaafbb-fd7d-4b73-a970-93506ba35d71", "metadata": {}, "source": [ - "# Zero-age stellar luminosity function in binaries\n", + "# Example use case: Zero-age stellar luminosity function in binaries\n", "\n", "In this notebook we compute the luminosity function of the zero-age main-sequence by running a population of binary stars using binary_c. \n", "\n", @@ -805,14 +805,6 @@ "p.set_ylabel(\"Number of stars\")\n", "p.set(yscale=\"log\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e7541ebf-fe9a-4fb0-a88e-bb318d06f9eb", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single.ipynb b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single.ipynb index fb971b34a58887a38066f2dbb3d056ff4c5dc5b6..5980adf6d26bbc67f3eed90f5b2709d6574249cd 100644 --- a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single.ipynb @@ -430,14 +430,6 @@ "Does this look like a reasonable stellar luminosity function to you? The implication is that the most likely stellar luminosity is 10<sup>5.8</sup> L<sub>☉</sub>! Clearly, this is not very realistic... let's see what went wrong." ] }, - { - "cell_type": "markdown", - "id": "44586e42-b7cb-4a55-be0a-330b98b20de4", - "metadata": {}, - "source": [ - "## " - ] - }, { "cell_type": "markdown", "id": "e32c3bbf-390f-45da-ad9c-cc3e7c9449dc", @@ -554,9 +546,11 @@ { "cell_type": "markdown", "id": "673031c9-7d80-45d4-b209-301c127d3edf", - "metadata": {}, + "metadata": { + "tags": [] + }, "source": [ - "# A better-sampled grid\n", + "## A better-sampled grid\n", "\n", "The IMF has many more low-mass stars than high-mass stars. So, instead of sampling M1 linearly, we can sample it in log space. \n", "\n", diff --git a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_26_1.png b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_25_1.png similarity index 100% rename from docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_26_1.png rename to docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_25_1.png diff --git a/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_34_0.png b/docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_33_0.png similarity index 100% rename from docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_34_0.png rename to docs/build/doctrees/nbsphinx/notebook_luminosity_function_single_33_0.png diff --git a/docs/build/doctrees/nbsphinx/notebook_population.ipynb b/docs/build/doctrees/nbsphinx/notebook_population.ipynb index f6f27ee4329b90d22651068ea0aca8d8756c5eb9..fff337533f9b9004ab9c66da8433444fab13511b 100644 --- a/docs/build/doctrees/nbsphinx/notebook_population.ipynb +++ b/docs/build/doctrees/nbsphinx/notebook_population.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Running populations with binarycpython\n", + "# Tutorial: Running populations with binary_c-python\n", "This notebook will show you how to evolve a population of stars\n", "\n", "Much of the code in the binarycpython package is written to evolve a population of stars through the Population object, rather than running a single system. Let's go through the functionality of this object step by step and set up some example populations. \n", diff --git a/docs/build/doctrees/notebook_api_functionality.doctree b/docs/build/doctrees/notebook_api_functionality.doctree index 890f5ccb12977bd94483fecef8e7c6d2aec58e81..da47082e008333ce605f738f5db66ba51e9ad68f 100644 Binary files a/docs/build/doctrees/notebook_api_functionality.doctree and b/docs/build/doctrees/notebook_api_functionality.doctree differ diff --git a/docs/build/doctrees/notebook_custom_logging.doctree b/docs/build/doctrees/notebook_custom_logging.doctree index 77f56e2c4e43522a91280b0629d7edbf60601b04..f8ec73a2e9c9a2115110f4693e0e3ffa711efa71 100644 Binary files a/docs/build/doctrees/notebook_custom_logging.doctree and b/docs/build/doctrees/notebook_custom_logging.doctree differ diff --git a/docs/build/doctrees/notebook_extra_features.doctree b/docs/build/doctrees/notebook_extra_features.doctree index 05d1f6e901171cf1c74eefc73962b55c4909794b..463041b62f8b3cbc6366138d0f0aea8794ddae17 100644 Binary files a/docs/build/doctrees/notebook_extra_features.doctree and b/docs/build/doctrees/notebook_extra_features.doctree differ diff --git a/docs/build/doctrees/notebook_individual_systems.doctree b/docs/build/doctrees/notebook_individual_systems.doctree index 5b53131af30bfd3e41de3be0cd1877012043cac3..3bcfec9f5f8eb1e0c17402dce7f70d85b69179a7 100644 Binary files a/docs/build/doctrees/notebook_individual_systems.doctree and b/docs/build/doctrees/notebook_individual_systems.doctree differ diff --git a/docs/build/doctrees/notebook_luminosity_function_binaries.doctree b/docs/build/doctrees/notebook_luminosity_function_binaries.doctree index 4ae3b628729370e197a3a44aab7d6644cbcc29b2..2a46154e50e4b4f53bbb760a728dab35a6862f09 100644 Binary files a/docs/build/doctrees/notebook_luminosity_function_binaries.doctree and b/docs/build/doctrees/notebook_luminosity_function_binaries.doctree differ diff --git a/docs/build/doctrees/notebook_luminosity_function_single.doctree b/docs/build/doctrees/notebook_luminosity_function_single.doctree index 2943f8610c7fff7599bc92bd5c4b0695eeb1c9ec..91af10434b6e6d3040064ffa486fb69382b17b5a 100644 Binary files a/docs/build/doctrees/notebook_luminosity_function_single.doctree and b/docs/build/doctrees/notebook_luminosity_function_single.doctree differ diff --git a/docs/build/doctrees/notebook_population.doctree b/docs/build/doctrees/notebook_population.doctree index daa813d00a85f0ed7e860603d3e1985cccfa8027..0d4e1c48c112494fe160b72899723d53db3477f4 100644 Binary files a/docs/build/doctrees/notebook_population.doctree and b/docs/build/doctrees/notebook_population.doctree differ diff --git a/docs/build/html/_images/notebook_luminosity_function_single_26_1.png b/docs/build/html/_images/notebook_luminosity_function_single_25_1.png similarity index 100% rename from docs/build/html/_images/notebook_luminosity_function_single_26_1.png rename to docs/build/html/_images/notebook_luminosity_function_single_25_1.png diff --git a/docs/build/html/_images/notebook_luminosity_function_single_34_0.png b/docs/build/html/_images/notebook_luminosity_function_single_33_0.png similarity index 100% rename from docs/build/html/_images/notebook_luminosity_function_single_34_0.png rename to docs/build/html/_images/notebook_luminosity_function_single_33_0.png diff --git a/docs/build/html/_modules/binarycpython/utils/custom_logging_functions.html b/docs/build/html/_modules/binarycpython/utils/custom_logging_functions.html index 310a1536f8c33ab27f6825ffb3363110c44087b4..00bdbbf88383ed03ed44987e88d3b659abd7c781 100644 --- a/docs/build/html/_modules/binarycpython/utils/custom_logging_functions.html +++ b/docs/build/html/_modules/binarycpython/utils/custom_logging_functions.html @@ -644,7 +644,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/distribution_functions.html b/docs/build/html/_modules/binarycpython/utils/distribution_functions.html index 93d532d7a13cb1c00bd6f081c1dc554e46c177cb..fc77339236053296e90577f5ab0a58c8ca25b31e 100644 --- a/docs/build/html/_modules/binarycpython/utils/distribution_functions.html +++ b/docs/build/html/_modules/binarycpython/utils/distribution_functions.html @@ -2482,7 +2482,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/functions.html b/docs/build/html/_modules/binarycpython/utils/functions.html index c3af7ccd6cc109564a5d465691f9c1fe1c6e4351..ab66d8fec213b4fcc53497d24c00ac64e4538fee 100644 --- a/docs/build/html/_modules/binarycpython/utils/functions.html +++ b/docs/build/html/_modules/binarycpython/utils/functions.html @@ -2276,7 +2276,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/grid.html b/docs/build/html/_modules/binarycpython/utils/grid.html index ac7f7eae8d12b26b3cbdc1a2284b462295a02ec2..b0960a6bdb2481ed2f2a10cb971fab1ec8c59834 100644 --- a/docs/build/html/_modules/binarycpython/utils/grid.html +++ b/docs/build/html/_modules/binarycpython/utils/grid.html @@ -4442,7 +4442,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/grid_options_defaults.html b/docs/build/html/_modules/binarycpython/utils/grid_options_defaults.html index 4811d9522e827e34ef48e8aa6fe207d35b5f25e7..cb847c3ec4ae783341164328494f426426463694 100644 --- a/docs/build/html/_modules/binarycpython/utils/grid_options_defaults.html +++ b/docs/build/html/_modules/binarycpython/utils/grid_options_defaults.html @@ -1008,7 +1008,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/plot_functions.html b/docs/build/html/_modules/binarycpython/utils/plot_functions.html index 6269a61c3866c17d92e3b8d99b28a78bba40eeeb..93bc2be9ca2686beb1d6138909ba080c601d1aec 100644 --- a/docs/build/html/_modules/binarycpython/utils/plot_functions.html +++ b/docs/build/html/_modules/binarycpython/utils/plot_functions.html @@ -829,7 +829,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/run_system_wrapper.html b/docs/build/html/_modules/binarycpython/utils/run_system_wrapper.html index 7f1a50500b5378665f2ea530a591db6559ddbff9..0745bdeadcabc1fe385772291b77b537279890b3 100644 --- a/docs/build/html/_modules/binarycpython/utils/run_system_wrapper.html +++ b/docs/build/html/_modules/binarycpython/utils/run_system_wrapper.html @@ -298,7 +298,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/spacing_functions.html b/docs/build/html/_modules/binarycpython/utils/spacing_functions.html index c890ee05308cabaf238d93f9a5eea7782fc5ab19..3d13dc489f82fde06b47997ac87b0d4b509ed6dc 100644 --- a/docs/build/html/_modules/binarycpython/utils/spacing_functions.html +++ b/docs/build/html/_modules/binarycpython/utils/spacing_functions.html @@ -209,7 +209,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/binarycpython/utils/useful_funcs.html b/docs/build/html/_modules/binarycpython/utils/useful_funcs.html index 0a193b389eb964a494fc9f6031c7bff3c37466ff..49ec9f799c4510a7d1f27abcd97ef35b6476884e 100644 --- a/docs/build/html/_modules/binarycpython/utils/useful_funcs.html +++ b/docs/build/html/_modules/binarycpython/utils/useful_funcs.html @@ -566,7 +566,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_modules/index.html b/docs/build/html/_modules/index.html index fc09ef11fea786435a4a03b7d1eaaa9d9a10ccde..7e9cfd039be0e3211355ec216f0b68201a736f57 100644 --- a/docs/build/html/_modules/index.html +++ b/docs/build/html/_modules/index.html @@ -189,7 +189,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/_sources/notebook_api_functionality.ipynb.txt b/docs/build/html/_sources/notebook_api_functionality.ipynb.txt index 8d454880c82dba172d33a95532c47bc95f24ff6a..020d2dc7cdb1ae9f1214d42e3351b571ff0c943d 100644 --- a/docs/build/html/_sources/notebook_api_functionality.ipynb.txt +++ b/docs/build/html/_sources/notebook_api_functionality.ipynb.txt @@ -5,7 +5,7 @@ "id": "cb9d00f5-9613-471e-a4bb-6181311bf73b", "metadata": {}, "source": [ - "# Using the API functionality of binarycpython\n", + "# Tutorial: Using the API functionality of binary_c-python\n", "This notebook shows how to use the API functions that interface with binary_c. It usually is better to use wrapper functions that internally use these API functions, because most of the output here is very raw\n", "\n", "Binarycpython uses the Python-C extension framework to interface Python with C. The sourcecode for this is contained in `src/binary_c_python.c`, and the functions are available via `from binarycpython import _binary_c_bindings`.\n", diff --git a/docs/build/html/_sources/notebook_custom_logging.ipynb.txt b/docs/build/html/_sources/notebook_custom_logging.ipynb.txt index 84e41e6bcee06490f5b4dc61fb616cc213024aba..bfdf2a5c8fe238aec50d8f69c74d11b06491eb5f 100644 --- a/docs/build/html/_sources/notebook_custom_logging.ipynb.txt +++ b/docs/build/html/_sources/notebook_custom_logging.ipynb.txt @@ -5,7 +5,7 @@ "id": "879b596b-d70c-4f90-b668-563b4ad93ffc", "metadata": {}, "source": [ - "# Using custom logging routines with binarycpython\n", + "# Tutorial: Using custom logging routines with binary_c-python\n", "In this notebook you'll learn how to use the custom logging functionality" ] }, diff --git a/docs/build/html/_sources/notebook_extra_features.ipynb.txt b/docs/build/html/_sources/notebook_extra_features.ipynb.txt index b1a9ddb030195e6aaf0da2cf08eecc67684672a6..076b4098e7c588a68fb91cfe6175c3ee4e36ea78 100644 --- a/docs/build/html/_sources/notebook_extra_features.ipynb.txt +++ b/docs/build/html/_sources/notebook_extra_features.ipynb.txt @@ -5,7 +5,7 @@ "id": "d5c04b77-f0be-4b33-8c03-c72eb846527c", "metadata": {}, "source": [ - "# Extra features and functionality of binarycpython\n", + "# Tutorial: Extra features and functionality of binary_c-python\n", "In this notebook we'll go over some of the extra features and functionality that was not covered in the other notebooks.\n", "\n", "Within the module `binarycpython.utils.functions` there are many functions that can be useful when using binarycpython. We can see which functions are in there, again by using the `help()`" diff --git a/docs/build/html/_sources/notebook_individual_systems.ipynb.txt b/docs/build/html/_sources/notebook_individual_systems.ipynb.txt index 21d49016f3b2826d6f9d5ec87a1f6d8bb18df7af..e6451e76238c7d7ed9f4a539a83103cb596987be 100644 --- a/docs/build/html/_sources/notebook_individual_systems.ipynb.txt +++ b/docs/build/html/_sources/notebook_individual_systems.ipynb.txt @@ -5,7 +5,7 @@ "id": "a544d28c-c2e1-4c6a-b55b-8caec440743f", "metadata": {}, "source": [ - "# Running individual systems with binarycpython\n", + "# Tutorial: Running individual systems with binary_c-python\n", "This notebook will show you how to run single systems and analyze their results.\n", "\n", "It can be useful to have some functions to quickly run a single system to e.g. inspect what evolutionary steps a specific system goes through, to plot the mass loss evolution of a single star, etc. " diff --git a/docs/build/html/_sources/notebook_luminosity_function_binaries.ipynb.txt b/docs/build/html/_sources/notebook_luminosity_function_binaries.ipynb.txt index fb64dbcc9754aa9dc823a41ae3c52223cb2a8d9a..47a96d0934935dc5ab09f12823878ff0f228495d 100644 --- a/docs/build/html/_sources/notebook_luminosity_function_binaries.ipynb.txt +++ b/docs/build/html/_sources/notebook_luminosity_function_binaries.ipynb.txt @@ -5,7 +5,7 @@ "id": "bbbaafbb-fd7d-4b73-a970-93506ba35d71", "metadata": {}, "source": [ - "# Zero-age stellar luminosity function in binaries\n", + "# Example use case: Zero-age stellar luminosity function in binaries\n", "\n", "In this notebook we compute the luminosity function of the zero-age main-sequence by running a population of binary stars using binary_c. \n", "\n", @@ -805,14 +805,6 @@ "p.set_ylabel(\"Number of stars\")\n", "p.set(yscale=\"log\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e7541ebf-fe9a-4fb0-a88e-bb318d06f9eb", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/build/html/_sources/notebook_luminosity_function_single.ipynb.txt b/docs/build/html/_sources/notebook_luminosity_function_single.ipynb.txt index fb971b34a58887a38066f2dbb3d056ff4c5dc5b6..5980adf6d26bbc67f3eed90f5b2709d6574249cd 100644 --- a/docs/build/html/_sources/notebook_luminosity_function_single.ipynb.txt +++ b/docs/build/html/_sources/notebook_luminosity_function_single.ipynb.txt @@ -430,14 +430,6 @@ "Does this look like a reasonable stellar luminosity function to you? The implication is that the most likely stellar luminosity is 10<sup>5.8</sup> L<sub>☉</sub>! Clearly, this is not very realistic... let's see what went wrong." ] }, - { - "cell_type": "markdown", - "id": "44586e42-b7cb-4a55-be0a-330b98b20de4", - "metadata": {}, - "source": [ - "## " - ] - }, { "cell_type": "markdown", "id": "e32c3bbf-390f-45da-ad9c-cc3e7c9449dc", @@ -554,9 +546,11 @@ { "cell_type": "markdown", "id": "673031c9-7d80-45d4-b209-301c127d3edf", - "metadata": {}, + "metadata": { + "tags": [] + }, "source": [ - "# A better-sampled grid\n", + "## A better-sampled grid\n", "\n", "The IMF has many more low-mass stars than high-mass stars. So, instead of sampling M1 linearly, we can sample it in log space. \n", "\n", diff --git a/docs/build/html/_sources/notebook_population.ipynb.txt b/docs/build/html/_sources/notebook_population.ipynb.txt index f6f27ee4329b90d22651068ea0aca8d8756c5eb9..fff337533f9b9004ab9c66da8433444fab13511b 100644 --- a/docs/build/html/_sources/notebook_population.ipynb.txt +++ b/docs/build/html/_sources/notebook_population.ipynb.txt @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Running populations with binarycpython\n", + "# Tutorial: Running populations with binary_c-python\n", "This notebook will show you how to evolve a population of stars\n", "\n", "Much of the code in the binarycpython package is written to evolve a population of stars through the Population object, rather than running a single system. Let's go through the functionality of this object step by step and set up some example populations. \n", diff --git a/docs/build/html/binary_c_parameters.html b/docs/build/html/binary_c_parameters.html index b1131e2db62339e36f2f0359cb630d58e8d955e5..b7fbb9cf33246a1f104f3d584baaa98ce335b015 100644 --- a/docs/build/html/binary_c_parameters.html +++ b/docs/build/html/binary_c_parameters.html @@ -40,7 +40,7 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="Population grid code options" href="grid_options_descriptions.html" /> - <link rel="prev" title="Zero-age stellar luminosity function in binaries" href="notebook_luminosity_function_binaries.html" /> + <link rel="prev" title="Example use case: Zero-age stellar luminosity function in binaries" href="notebook_luminosity_function_binaries.html" /> </head> <body class="wy-body-for-nav"> @@ -3486,7 +3486,7 @@ <a href="grid_options_descriptions.html" class="btn btn-neutral float-right" title="Population grid code options" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_luminosity_function_binaries.html" class="btn btn-neutral float-left" title="Zero-age stellar luminosity function in binaries" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_luminosity_function_binaries.html" class="btn btn-neutral float-left" title="Example use case: Zero-age stellar luminosity function in binaries" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -3509,7 +3509,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/custom_logging_functions.html b/docs/build/html/custom_logging_functions.html index 4903f865a057d78bef4ad86dbda4c75cc82a74d5..8f854c226f3f3c586bd4a2660adba5de1c81e943 100644 --- a/docs/build/html/custom_logging_functions.html +++ b/docs/build/html/custom_logging_functions.html @@ -420,7 +420,7 @@ I recommend using this in function in combination with a function that generates provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/distribution_functions.html b/docs/build/html/distribution_functions.html index dbddacf9047c94ffe463cec5ee0c436aeb949d8d..3af662f6709506e7e11b5be8573a0461f4021f0c 100644 --- a/docs/build/html/distribution_functions.html +++ b/docs/build/html/distribution_functions.html @@ -911,7 +911,7 @@ and is be given by dp/dlogP ~ (logP)^p for all other binary configurations (defa provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/example_notebooks.html b/docs/build/html/example_notebooks.html index ec6f583d05f1fa9ff1b9d2937c3e802bbde44744..c2985b191c7652e1ebca0b5b5e98a211f54c4c71 100644 --- a/docs/build/html/example_notebooks.html +++ b/docs/build/html/example_notebooks.html @@ -39,7 +39,7 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Running individual systems with binarycpython" href="notebook_individual_systems.html" /> + <link rel="next" title="Tutorial: Running individual systems with binary_c-python" href="notebook_individual_systems.html" /> <link rel="prev" title="useful_funcs module" href="useful_funcs.html" /> </head> @@ -90,14 +90,13 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="current reference internal" href="#">Example notebooks</a><ul> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -200,18 +199,18 @@ <div class="toctree-wrapper compound"> <p class="caption"><span class="caption-text">Contents:</span></p> <ul> -<li class="toctree-l1"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html#Single-system-with-run_wrapper">Single system with run_wrapper</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html#Single-system-via-population-object">Single system via population object</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html#Single-system-via-API-functionality">Single system via API functionality</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html#Usage">Usage</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html#Examples-of-logging-strings">Examples of logging strings</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_population.html#Setting-up-the-Population-object">Setting up the Population object</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_population.html#Adding-grid-variables">Adding grid variables</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_population.html#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> @@ -220,7 +219,7 @@ <li class="toctree-l2"><a class="reference internal" href="notebook_population.html#Full-examples-of-population-scripts">Full examples of population scripts</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html#getting-extra-information-about-binary_c-parameters">getting extra information about binary_c parameters</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html#Build-information-of-binary_c">Build information of binary_c</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html#Example-parse-function">Example parse function</a></li> @@ -228,7 +227,7 @@ <li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html#Getting-help">Getting help</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html#Example-usage:">Example usage:</a></li> </ul> </li> @@ -238,10 +237,10 @@ <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#Evolving-the-grid">Evolving the grid</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#ZAMS-Luminosity-distribution-with-the-initial-mass-function">ZAMS Luminosity distribution with the initial mass function</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l1"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a><ul> +<li class="toctree-l1"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a><ul> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html#Setting-up-the-Population-object">Setting up the Population object</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html#Adding-grid-variables">Adding grid variables</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> @@ -260,7 +259,7 @@ <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_individual_systems.html" class="btn btn-neutral float-right" title="Running individual systems with binarycpython" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_individual_systems.html" class="btn btn-neutral float-right" title="Tutorial: Running individual systems with binary_c-python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="useful_funcs.html" class="btn btn-neutral float-left" title="useful_funcs module" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> @@ -286,7 +285,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/functions.html b/docs/build/html/functions.html index 7b864f4e98c8af4d81e1bc79667e778aac124f85..f2e0444378f5661fd266b0238c46afb3f69a0b32 100644 --- a/docs/build/html/functions.html +++ b/docs/build/html/functions.html @@ -1027,7 +1027,7 @@ of all the binary_c parameters.</p> provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 59a3dccf35e493f692164423f27a8968684a0072..e4179d7d55f17343eb60b9bb28e3358e4af7f5e6 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -782,7 +782,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/grid.html b/docs/build/html/grid.html index 540448534320ca899854460172cd37a0abbe6783..94641c94311ae6c3d5b8011877e9a7f9df8e1e82 100644 --- a/docs/build/html/grid.html +++ b/docs/build/html/grid.html @@ -633,7 +633,7 @@ like m1,m2,sep, orb-per, ecc, probability etc.</p> provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/grid_options_defaults.html b/docs/build/html/grid_options_defaults.html index 4a2331f54d81e183f1e891f18d912c11256b6f6f..7c016a8cf7d1acf78b248e5d77c031c4e2a4dd30 100644 --- a/docs/build/html/grid_options_defaults.html +++ b/docs/build/html/grid_options_defaults.html @@ -308,7 +308,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/grid_options_descriptions.html b/docs/build/html/grid_options_descriptions.html index 2f50ad94737fde074827916113548b605bed0ee5..2ddcc302d5cafbd00d51ce33705bf6d6c7a19798 100644 --- a/docs/build/html/grid_options_descriptions.html +++ b/docs/build/html/grid_options_descriptions.html @@ -482,7 +482,7 @@ q extrapolation (below 0.15) method provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/hpc_functions.html b/docs/build/html/hpc_functions.html index 8369b0da4abd7ba5ad8a700165e9b0360a9129bc..d88ba0dd9e901c4608071a11db0c11b8f27d41f8 100644 --- a/docs/build/html/hpc_functions.html +++ b/docs/build/html/hpc_functions.html @@ -239,7 +239,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/index.html b/docs/build/html/index.html index 5ff56a81bb6f9468528ce2aea00f9489b7730078..10521d44c57365b2cb4a47fb2d3b48600cb4463c 100644 --- a/docs/build/html/index.html +++ b/docs/build/html/index.html @@ -312,14 +312,13 @@ </ul> </li> <li class="toctree-l1"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a><ul> @@ -386,7 +385,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/modules.html b/docs/build/html/modules.html index 84f5c150ad2c25328f823fbacbe103832053a0f7..8b5127acbd49a38398ce1afcc19ecd82fd777eeb 100644 --- a/docs/build/html/modules.html +++ b/docs/build/html/modules.html @@ -250,7 +250,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_api_functionality.html b/docs/build/html/notebook_api_functionality.html index 155f85e6b9ec641269040f30f3dee488bdb49887..c10f7f17e543e0f2af844d6bf6000187e86e620f 100644 --- a/docs/build/html/notebook_api_functionality.html +++ b/docs/build/html/notebook_api_functionality.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Using the API functionality of binarycpython — binary_c-python documentation</title> + <title>Tutorial: Using the API functionality of binary_c-python — binary_c-python documentation</title> @@ -40,7 +40,7 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="Example use case: Zero-age stellar luminosity function" href="notebook_luminosity_function_single.html" /> - <link rel="prev" title="Extra features and functionality of binarycpython" href="notebook_extra_features.html" /> + <link rel="prev" title="Tutorial: Extra features and functionality of binary_c-python" href="notebook_extra_features.html" /> </head> <body class="wy-body-for-nav"> @@ -90,11 +90,11 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Using the API functionality of binarycpython</a><ul> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Tutorial: Using the API functionality of binary_c-python</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Example-usage:">Example usage:</a><ul> <li class="toctree-l4"><a class="reference internal" href="#Setting-up,-using-and-freeing-store">Setting up, using and freeing store</a></li> <li class="toctree-l4"><a class="reference internal" href="#Getting-information-from-binary_c">Getting information from binary_c</a></li> @@ -103,8 +103,7 @@ </ul> </li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -159,7 +158,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Using the API functionality of binarycpython</li> + <li>Tutorial: Using the API functionality of binary_c-python</li> <li class="wy-breadcrumbs-aside"> @@ -448,8 +447,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Using-the-API-functionality-of-binarycpython"> -<h1>Using the API functionality of binarycpython<a class="headerlink" href="#Using-the-API-functionality-of-binarycpython" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Tutorial:-Using-the-API-functionality-of-binary_c-python"> +<h1>Tutorial: Using the API functionality of binary_c-python<a class="headerlink" href="#Tutorial:-Using-the-API-functionality-of-binary_c-python" title="Permalink to this headline">¶</a></h1> <p>This notebook shows how to use the API functions that interface with binary_c. It usually is better to use wrapper functions that internally use these API functions, because most of the output here is very raw</p> <p>Binarycpython uses the Python-C extension framework to interface Python with C. The sourcecode for this is contained in <code class="docutils literal notranslate"><span class="pre">src/binary_c_python.c</span></code>, and the functions are available via <code class="docutils literal notranslate"><span class="pre">from</span> <span class="pre">binarycpython</span> <span class="pre">import</span> <span class="pre">_binary_c_bindings</span></code>.</p> <p>The following functions are available through the API: (run cell below)</p> @@ -1363,7 +1362,7 @@ MAXIMUM MASS RATIO 0.0141 <a href="notebook_luminosity_function_single.html" class="btn btn-neutral float-right" title="Example use case: Zero-age stellar luminosity function" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_extra_features.html" class="btn btn-neutral float-left" title="Extra features and functionality of binarycpython" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_extra_features.html" class="btn btn-neutral float-left" title="Tutorial: Extra features and functionality of binary_c-python" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -1386,7 +1385,7 @@ MAXIMUM MASS RATIO 0.0141 provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_api_functionality.ipynb b/docs/build/html/notebook_api_functionality.ipynb index 8d454880c82dba172d33a95532c47bc95f24ff6a..020d2dc7cdb1ae9f1214d42e3351b571ff0c943d 100644 --- a/docs/build/html/notebook_api_functionality.ipynb +++ b/docs/build/html/notebook_api_functionality.ipynb @@ -5,7 +5,7 @@ "id": "cb9d00f5-9613-471e-a4bb-6181311bf73b", "metadata": {}, "source": [ - "# Using the API functionality of binarycpython\n", + "# Tutorial: Using the API functionality of binary_c-python\n", "This notebook shows how to use the API functions that interface with binary_c. It usually is better to use wrapper functions that internally use these API functions, because most of the output here is very raw\n", "\n", "Binarycpython uses the Python-C extension framework to interface Python with C. The sourcecode for this is contained in `src/binary_c_python.c`, and the functions are available via `from binarycpython import _binary_c_bindings`.\n", diff --git a/docs/build/html/notebook_custom_logging.html b/docs/build/html/notebook_custom_logging.html index a703be91f16dd705307344437f906133acfdc4fb..47a303d16f036931da43aae9e283e1fb3eaed531 100644 --- a/docs/build/html/notebook_custom_logging.html +++ b/docs/build/html/notebook_custom_logging.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Using custom logging routines with binarycpython — binary_c-python documentation</title> + <title>Tutorial: Using custom logging routines with binary_c-python — binary_c-python documentation</title> @@ -39,8 +39,8 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Running populations with binarycpython" href="notebook_population.html" /> - <link rel="prev" title="Running individual systems with binarycpython" href="notebook_individual_systems.html" /> + <link rel="next" title="Tutorial: Running populations with binary_c-python" href="notebook_population.html" /> + <link rel="prev" title="Tutorial: Running individual systems with binary_c-python" href="notebook_individual_systems.html" /> </head> <body class="wy-body-for-nav"> @@ -90,8 +90,8 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Using custom logging routines with binarycpython</a><ul> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Tutorial: Using custom logging routines with binary_c-python</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Usage">Usage</a><ul> <li class="toctree-l4"><a class="reference internal" href="#Using-custom-logging-with-the-population-object">Using custom logging with the population object</a></li> <li class="toctree-l4"><a class="reference internal" href="#Using-custom-logging-when-running-directly-from-the-API">Using custom logging when running directly from the API</a></li> @@ -104,12 +104,11 @@ </li> </ul> </li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -164,7 +163,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Using custom logging routines with binarycpython</li> + <li>Tutorial: Using custom logging routines with binary_c-python</li> <li class="wy-breadcrumbs-aside"> @@ -453,8 +452,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Using-custom-logging-routines-with-binarycpython"> -<h1>Using custom logging routines with binarycpython<a class="headerlink" href="#Using-custom-logging-routines-with-binarycpython" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Tutorial:-Using-custom-logging-routines-with-binary_c-python"> +<h1>Tutorial: Using custom logging routines with binary_c-python<a class="headerlink" href="#Tutorial:-Using-custom-logging-routines-with-binary_c-python" title="Permalink to this headline">¶</a></h1> <p>In this notebook you’ll learn how to use the custom logging functionality</p> <div class="nbinput nblast docutils container"> <div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[1]: @@ -857,10 +856,10 @@ EXAMPLE_SN 1.050651207308e+01 1.59452 9.34213 20 12 13 5 1 6.55458 4 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_population.html" class="btn btn-neutral float-right" title="Running populations with binarycpython" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_population.html" class="btn btn-neutral float-right" title="Tutorial: Running populations with binary_c-python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_individual_systems.html" class="btn btn-neutral float-left" title="Running individual systems with binarycpython" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_individual_systems.html" class="btn btn-neutral float-left" title="Tutorial: Running individual systems with binary_c-python" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -883,7 +882,7 @@ EXAMPLE_SN 1.050651207308e+01 1.59452 9.34213 20 12 13 5 1 6.55458 4 provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_custom_logging.ipynb b/docs/build/html/notebook_custom_logging.ipynb index 84e41e6bcee06490f5b4dc61fb616cc213024aba..bfdf2a5c8fe238aec50d8f69c74d11b06491eb5f 100644 --- a/docs/build/html/notebook_custom_logging.ipynb +++ b/docs/build/html/notebook_custom_logging.ipynb @@ -5,7 +5,7 @@ "id": "879b596b-d70c-4f90-b668-563b4ad93ffc", "metadata": {}, "source": [ - "# Using custom logging routines with binarycpython\n", + "# Tutorial: Using custom logging routines with binary_c-python\n", "In this notebook you'll learn how to use the custom logging functionality" ] }, diff --git a/docs/build/html/notebook_extra_features.html b/docs/build/html/notebook_extra_features.html index 8c058cd553364229e4adceb4d9e57c6b0358308d..5edb4652381c1789a207b2443f8276cf9bcb3f7d 100644 --- a/docs/build/html/notebook_extra_features.html +++ b/docs/build/html/notebook_extra_features.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Extra features and functionality of binarycpython — binary_c-python documentation</title> + <title>Tutorial: Extra features and functionality of binary_c-python — binary_c-python documentation</title> @@ -39,8 +39,8 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Using the API functionality of binarycpython" href="notebook_api_functionality.html" /> - <link rel="prev" title="Running populations with binarycpython" href="notebook_population.html" /> + <link rel="next" title="Tutorial: Using the API functionality of binary_c-python" href="notebook_api_functionality.html" /> + <link rel="prev" title="Tutorial: Running populations with binary_c-python" href="notebook_population.html" /> </head> <body class="wy-body-for-nav"> @@ -90,10 +90,10 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Extra features and functionality of binarycpython</a><ul> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Tutorial: Extra features and functionality of binary_c-python</a><ul> <li class="toctree-l3"><a class="reference internal" href="#getting-extra-information-about-binary_c-parameters">getting extra information about binary_c parameters</a></li> <li class="toctree-l3"><a class="reference internal" href="#Build-information-of-binary_c">Build information of binary_c</a></li> <li class="toctree-l3"><a class="reference internal" href="#Example-parse-function">Example parse function</a></li> @@ -101,10 +101,9 @@ <li class="toctree-l3"><a class="reference internal" href="#Getting-help">Getting help</a></li> </ul> </li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -159,7 +158,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Extra features and functionality of binarycpython</li> + <li>Tutorial: Extra features and functionality of binary_c-python</li> <li class="wy-breadcrumbs-aside"> @@ -448,8 +447,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Extra-features-and-functionality-of-binarycpython"> -<h1>Extra features and functionality of binarycpython<a class="headerlink" href="#Extra-features-and-functionality-of-binarycpython" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Tutorial:-Extra-features-and-functionality-of-binary_c-python"> +<h1>Tutorial: Extra features and functionality of binary_c-python<a class="headerlink" href="#Tutorial:-Extra-features-and-functionality-of-binary_c-python" title="Permalink to this headline">¶</a></h1> <p>In this notebook we’ll go over some of the extra features and functionality that was not covered in the other notebooks.</p> <p>Within the module <code class="docutils literal notranslate"><span class="pre">binarycpython.utils.functions</span></code> there are many functions that can be useful when using binarycpython. We can see which functions are in there, again by using the <code class="docutils literal notranslate"><span class="pre">help()</span></code></p> <div class="nbinput nblast docutils container"> @@ -623,10 +622,10 @@ get_defaults(filter_values:bool=False) -> dict <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_api_functionality.html" class="btn btn-neutral float-right" title="Using the API functionality of binarycpython" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_api_functionality.html" class="btn btn-neutral float-right" title="Tutorial: Using the API functionality of binary_c-python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_population.html" class="btn btn-neutral float-left" title="Running populations with binarycpython" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_population.html" class="btn btn-neutral float-left" title="Tutorial: Running populations with binary_c-python" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -649,7 +648,7 @@ get_defaults(filter_values:bool=False) -> dict provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_extra_features.ipynb b/docs/build/html/notebook_extra_features.ipynb index b1a9ddb030195e6aaf0da2cf08eecc67684672a6..076b4098e7c588a68fb91cfe6175c3ee4e36ea78 100644 --- a/docs/build/html/notebook_extra_features.ipynb +++ b/docs/build/html/notebook_extra_features.ipynb @@ -5,7 +5,7 @@ "id": "d5c04b77-f0be-4b33-8c03-c72eb846527c", "metadata": {}, "source": [ - "# Extra features and functionality of binarycpython\n", + "# Tutorial: Extra features and functionality of binary_c-python\n", "In this notebook we'll go over some of the extra features and functionality that was not covered in the other notebooks.\n", "\n", "Within the module `binarycpython.utils.functions` there are many functions that can be useful when using binarycpython. We can see which functions are in there, again by using the `help()`" diff --git a/docs/build/html/notebook_individual_systems.html b/docs/build/html/notebook_individual_systems.html index fc02322380b188bfb8493fc48f8a558d556eb84d..9d13cae76afe235df74657b4c2ac0cee3d2b5f4c 100644 --- a/docs/build/html/notebook_individual_systems.html +++ b/docs/build/html/notebook_individual_systems.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Running individual systems with binarycpython — binary_c-python documentation</title> + <title>Tutorial: Running individual systems with binary_c-python — binary_c-python documentation</title> @@ -39,7 +39,7 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Using custom logging routines with binarycpython" href="notebook_custom_logging.html" /> + <link rel="next" title="Tutorial: Using custom logging routines with binary_c-python" href="notebook_custom_logging.html" /> <link rel="prev" title="Example notebooks" href="example_notebooks.html" /> </head> @@ -90,19 +90,18 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Running individual systems with binarycpython</a><ul> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Tutorial: Running individual systems with binary_c-python</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Single-system-with-run_wrapper">Single system with run_wrapper</a></li> <li class="toctree-l3"><a class="reference internal" href="#Single-system-via-population-object">Single system via population object</a></li> <li class="toctree-l3"><a class="reference internal" href="#Single-system-via-API-functionality">Single system via API functionality</a></li> </ul> </li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -157,7 +156,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Running individual systems with binarycpython</li> + <li>Tutorial: Running individual systems with binary_c-python</li> <li class="wy-breadcrumbs-aside"> @@ -446,8 +445,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Running-individual-systems-with-binarycpython"> -<h1>Running individual systems with binarycpython<a class="headerlink" href="#Running-individual-systems-with-binarycpython" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Tutorial:-Running-individual-systems-with-binary_c-python"> +<h1>Tutorial: Running individual systems with binary_c-python<a class="headerlink" href="#Tutorial:-Running-individual-systems-with-binary_c-python" title="Permalink to this headline">¶</a></h1> <p>This notebook will show you how to run single systems and analyze their results.</p> <p>It can be useful to have some functions to quickly run a single system to e.g. inspect what evolutionary steps a specific system goes through, to plot the mass loss evolution of a single star, etc.</p> <div class="section" id="Single-system-with-run_wrapper"> @@ -904,7 +903,7 @@ SINGLE_STAR_LIFETIME 15 14.9947 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_custom_logging.html" class="btn btn-neutral float-right" title="Using custom logging routines with binarycpython" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_custom_logging.html" class="btn btn-neutral float-right" title="Tutorial: Using custom logging routines with binary_c-python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="example_notebooks.html" class="btn btn-neutral float-left" title="Example notebooks" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> @@ -930,7 +929,7 @@ SINGLE_STAR_LIFETIME 15 14.9947 provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_individual_systems.ipynb b/docs/build/html/notebook_individual_systems.ipynb index 21d49016f3b2826d6f9d5ec87a1f6d8bb18df7af..e6451e76238c7d7ed9f4a539a83103cb596987be 100644 --- a/docs/build/html/notebook_individual_systems.ipynb +++ b/docs/build/html/notebook_individual_systems.ipynb @@ -5,7 +5,7 @@ "id": "a544d28c-c2e1-4c6a-b55b-8caec440743f", "metadata": {}, "source": [ - "# Running individual systems with binarycpython\n", + "# Tutorial: Running individual systems with binary_c-python\n", "This notebook will show you how to run single systems and analyze their results.\n", "\n", "It can be useful to have some functions to quickly run a single system to e.g. inspect what evolutionary steps a specific system goes through, to plot the mass loss evolution of a single star, etc. " diff --git a/docs/build/html/notebook_luminosity_function_binaries.html b/docs/build/html/notebook_luminosity_function_binaries.html index 850f413f1c673118ff937f15a9b2c5647ff82766..505d427261844306b0d9c30d03f954f602934c58 100644 --- a/docs/build/html/notebook_luminosity_function_binaries.html +++ b/docs/build/html/notebook_luminosity_function_binaries.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Zero-age stellar luminosity function in binaries — binary_c-python documentation</title> + <title>Example use case: Zero-age stellar luminosity function in binaries — binary_c-python documentation</title> @@ -90,14 +90,13 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Zero-age stellar luminosity function in binaries</a><ul> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Example use case: Zero-age stellar luminosity function in binaries</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Setting-up-the-Population-object">Setting up the Population object</a></li> <li class="toctree-l3"><a class="reference internal" href="#Adding-grid-variables">Adding grid variables</a></li> <li class="toctree-l3"><a class="reference internal" href="#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> @@ -158,7 +157,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Zero-age stellar luminosity function in binaries</li> + <li>Example use case: Zero-age stellar luminosity function in binaries</li> <li class="wy-breadcrumbs-aside"> @@ -447,8 +446,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Zero-age-stellar-luminosity-function-in-binaries"> -<h1>Zero-age stellar luminosity function in binaries<a class="headerlink" href="#Zero-age-stellar-luminosity-function-in-binaries" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Example-use-case:-Zero-age-stellar-luminosity-function-in-binaries"> +<h1>Example use case: Zero-age stellar luminosity function in binaries<a class="headerlink" href="#Example-use-case:-Zero-age-stellar-luminosity-function-in-binaries" title="Permalink to this headline">¶</a></h1> <p>In this notebook we compute the luminosity function of the zero-age main-sequence by running a population of binary stars using binary_c.</p> <p>Before you go through this notebook, you should look at notebook_luminosity_function.ipynb which is for the - conceptually more simple - single stars.</p> <p>We start by loading in some standard Python modules and the binary_c module.</p> @@ -1170,15 +1169,6 @@ Done population run! <img alt="_images/notebook_luminosity_function_binaries_20_1.png" src="_images/notebook_luminosity_function_binaries_20_1.png" /> </div> </div> -<div class="nbinput nblast docutils container"> -<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]: -</pre></div> -</div> -<div class="input_area highlight-ipython3 notranslate"><div class="highlight"><pre> -<span></span> -</pre></div> -</div> -</div> </div> </div> @@ -1216,7 +1206,7 @@ Done population run! provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_luminosity_function_binaries.ipynb b/docs/build/html/notebook_luminosity_function_binaries.ipynb index fb64dbcc9754aa9dc823a41ae3c52223cb2a8d9a..47a96d0934935dc5ab09f12823878ff0f228495d 100644 --- a/docs/build/html/notebook_luminosity_function_binaries.ipynb +++ b/docs/build/html/notebook_luminosity_function_binaries.ipynb @@ -5,7 +5,7 @@ "id": "bbbaafbb-fd7d-4b73-a970-93506ba35d71", "metadata": {}, "source": [ - "# Zero-age stellar luminosity function in binaries\n", + "# Example use case: Zero-age stellar luminosity function in binaries\n", "\n", "In this notebook we compute the luminosity function of the zero-age main-sequence by running a population of binary stars using binary_c. \n", "\n", @@ -805,14 +805,6 @@ "p.set_ylabel(\"Number of stars\")\n", "p.set(yscale=\"log\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e7541ebf-fe9a-4fb0-a88e-bb318d06f9eb", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/build/html/notebook_luminosity_function_single.html b/docs/build/html/notebook_luminosity_function_single.html index e2821b3be5eb052ac8881265fc1420a6af59d09c..a8b6ec93a763d253ebd0a14699c1a2c642de8bfa 100644 --- a/docs/build/html/notebook_luminosity_function_single.html +++ b/docs/build/html/notebook_luminosity_function_single.html @@ -39,8 +39,8 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Zero-age stellar luminosity function in binaries" href="notebook_luminosity_function_binaries.html" /> - <link rel="prev" title="Using the API functionality of binarycpython" href="notebook_api_functionality.html" /> + <link rel="next" title="Example use case: Zero-age stellar luminosity function in binaries" href="notebook_luminosity_function_binaries.html" /> + <link rel="prev" title="Tutorial: Using the API functionality of binary_c-python" href="notebook_api_functionality.html" /> </head> <body class="wy-body-for-nav"> @@ -90,21 +90,21 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Running populations with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_population.html">Tutorial: Running populations with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="#">Example use case: Zero-age stellar luminosity function</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Setting-up-the-Population-object">Setting up the Population object</a></li> <li class="toctree-l3"><a class="reference internal" href="#Adding-grid-variables">Adding grid variables</a></li> <li class="toctree-l3"><a class="reference internal" href="#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> <li class="toctree-l3"><a class="reference internal" href="#Evolving-the-grid">Evolving the grid</a></li> <li class="toctree-l3"><a class="reference internal" href="#ZAMS-Luminosity-distribution-with-the-initial-mass-function">ZAMS Luminosity distribution with the initial mass function</a></li> +<li class="toctree-l3"><a class="reference internal" href="#A-better-sampled-grid">A better-sampled grid</a></li> </ul> </li> -<li class="toctree-l2"><a class="reference internal" href="#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -859,16 +859,15 @@ OrderedDict([('luminosity distribution', OrderedDict([(2.25, 0.0164166), <div class="prompt empty docutils container"> </div> <div class="output_area docutils container"> -<img alt="_images/notebook_luminosity_function_single_26_1.png" src="_images/notebook_luminosity_function_single_26_1.png" /> +<img alt="_images/notebook_luminosity_function_single_25_1.png" src="_images/notebook_luminosity_function_single_25_1.png" /> </div> </div> <p>This distribution is peaked at low luminosity, as one expects from observations, but the resolution is clearly not great because it’s not smooth - it’s spiky!</p> <p>If you noticed above, the total probability of the grid was about 0.2. Given that the total probability of a probability distribution function should be 1.0, this shows that our sampling is (very) poor.</p> <p>We could simply increase the resolution to compensate, but this is very CPU intensive and a complete waste of time and resources. Instead, let’s try sampling the masses of the stars in a smarter way.</p> </div> -</div> <div class="section" id="A-better-sampled-grid"> -<h1>A better-sampled grid<a class="headerlink" href="#A-better-sampled-grid" title="Permalink to this headline">¶</a></h1> +<h2>A better-sampled grid<a class="headerlink" href="#A-better-sampled-grid" title="Permalink to this headline">¶</a></h2> <p>The IMF has many more low-mass stars than high-mass stars. So, instead of sampling M1 linearly, we can sample it in log space.</p> <p>To do this we first rename the mass grid variable so that it is clear we are working in (natural) logarithmic phase space.</p> <div class="nbinput nblast docutils container"> @@ -962,12 +961,13 @@ OrderedDict([('luminosity distribution', OrderedDict([(0.25, 0.0212294), <div class="prompt empty docutils container"> </div> <div class="output_area docutils container"> -<img alt="_images/notebook_luminosity_function_single_34_0.png" src="_images/notebook_luminosity_function_single_34_0.png" /> +<img alt="_images/notebook_luminosity_function_single_33_0.png" src="_images/notebook_luminosity_function_single_33_0.png" /> </div> </div> <p>Most stars are low mass red dwarfs, with small luminosities. Without the IMF weighting, our model population would have got this completely wrong!</p> <p>As you increase the resolution, you will see this curve becomes even smoother. The wiggles in the curve are (usually) sampling artefacts because the curve should monotonically brighten above about log(<em>L</em>/L☉)=-2.</p> <p>Remember you can play with the binwidth too. If you want a very accurate distribution you need a narrow binwidth, but then you’ll also need high resolution (lots of stars) so lots of CPU time, hence cost, CO2, etc.</p> +</div> </div> @@ -978,10 +978,10 @@ OrderedDict([('luminosity distribution', OrderedDict([(0.25, 0.0212294), <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_luminosity_function_binaries.html" class="btn btn-neutral float-right" title="Zero-age stellar luminosity function in binaries" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_luminosity_function_binaries.html" class="btn btn-neutral float-right" title="Example use case: Zero-age stellar luminosity function in binaries" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_api_functionality.html" class="btn btn-neutral float-left" title="Using the API functionality of binarycpython" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_api_functionality.html" class="btn btn-neutral float-left" title="Tutorial: Using the API functionality of binary_c-python" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -1004,7 +1004,7 @@ OrderedDict([('luminosity distribution', OrderedDict([(0.25, 0.0212294), provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_luminosity_function_single.ipynb b/docs/build/html/notebook_luminosity_function_single.ipynb index fb971b34a58887a38066f2dbb3d056ff4c5dc5b6..5980adf6d26bbc67f3eed90f5b2709d6574249cd 100644 --- a/docs/build/html/notebook_luminosity_function_single.ipynb +++ b/docs/build/html/notebook_luminosity_function_single.ipynb @@ -430,14 +430,6 @@ "Does this look like a reasonable stellar luminosity function to you? The implication is that the most likely stellar luminosity is 10<sup>5.8</sup> L<sub>☉</sub>! Clearly, this is not very realistic... let's see what went wrong." ] }, - { - "cell_type": "markdown", - "id": "44586e42-b7cb-4a55-be0a-330b98b20de4", - "metadata": {}, - "source": [ - "## " - ] - }, { "cell_type": "markdown", "id": "e32c3bbf-390f-45da-ad9c-cc3e7c9449dc", @@ -554,9 +546,11 @@ { "cell_type": "markdown", "id": "673031c9-7d80-45d4-b209-301c127d3edf", - "metadata": {}, + "metadata": { + "tags": [] + }, "source": [ - "# A better-sampled grid\n", + "## A better-sampled grid\n", "\n", "The IMF has many more low-mass stars than high-mass stars. So, instead of sampling M1 linearly, we can sample it in log space. \n", "\n", diff --git a/docs/build/html/notebook_population.html b/docs/build/html/notebook_population.html index 0b0937d50cdd928bcf5aec42308158b444eaef2b..c45b33a569e2ffc776f81250327f9d5c9a1ce7e9 100644 --- a/docs/build/html/notebook_population.html +++ b/docs/build/html/notebook_population.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Running populations with binarycpython — binary_c-python documentation</title> + <title>Tutorial: Running populations with binary_c-python — binary_c-python documentation</title> @@ -39,8 +39,8 @@ <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> - <link rel="next" title="Extra features and functionality of binarycpython" href="notebook_extra_features.html" /> - <link rel="prev" title="Using custom logging routines with binarycpython" href="notebook_custom_logging.html" /> + <link rel="next" title="Tutorial: Extra features and functionality of binary_c-python" href="notebook_extra_features.html" /> + <link rel="prev" title="Tutorial: Using custom logging routines with binary_c-python" href="notebook_custom_logging.html" /> </head> <body class="wy-body-for-nav"> @@ -90,9 +90,9 @@ <li class="toctree-l1"><a class="reference internal" href="readme_link.html">Python module for binary_c</a></li> <li class="toctree-l1"><a class="reference internal" href="modules.html">Binarycpython code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="example_notebooks.html">Example notebooks</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Running individual systems with binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Using custom logging routines with binarycpython</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Running populations with binarycpython</a><ul> +<li class="toctree-l2"><a class="reference internal" href="notebook_individual_systems.html">Tutorial: Running individual systems with binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_custom_logging.html">Tutorial: Using custom logging routines with binary_c-python</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Tutorial: Running populations with binary_c-python</a><ul> <li class="toctree-l3"><a class="reference internal" href="#Setting-up-the-Population-object">Setting up the Population object</a></li> <li class="toctree-l3"><a class="reference internal" href="#Adding-grid-variables">Adding grid variables</a></li> <li class="toctree-l3"><a class="reference internal" href="#Setting-logging-and-handling-the-output">Setting logging and handling the output</a></li> @@ -101,11 +101,10 @@ <li class="toctree-l3"><a class="reference internal" href="#Full-examples-of-population-scripts">Full examples of population scripts</a></li> </ul> </li> -<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Extra features and functionality of binarycpython</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Using the API functionality of binarycpython</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_extra_features.html">Tutorial: Extra features and functionality of binary_c-python</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_api_functionality.html">Tutorial: Using the API functionality of binary_c-python</a></li> <li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html">Example use case: Zero-age stellar luminosity function</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_single.html#A-better-sampled-grid">A better-sampled grid</a></li> -<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Zero-age stellar luminosity function in binaries</a></li> +<li class="toctree-l2"><a class="reference internal" href="notebook_luminosity_function_binaries.html">Example use case: Zero-age stellar luminosity function in binaries</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="binary_c_parameters.html">Binary_c parameters</a></li> @@ -160,7 +159,7 @@ <li><a href="example_notebooks.html">Example notebooks</a> »</li> - <li>Running populations with binarycpython</li> + <li>Tutorial: Running populations with binary_c-python</li> <li class="wy-breadcrumbs-aside"> @@ -449,8 +448,8 @@ div.rendered_html tbody tr:hover { text-align: unset; } </style> -<div class="section" id="Running-populations-with-binarycpython"> -<h1>Running populations with binarycpython<a class="headerlink" href="#Running-populations-with-binarycpython" title="Permalink to this headline">¶</a></h1> +<div class="section" id="Tutorial:-Running-populations-with-binary_c-python"> +<h1>Tutorial: Running populations with binary_c-python<a class="headerlink" href="#Tutorial:-Running-populations-with-binary_c-python" title="Permalink to this headline">¶</a></h1> <p>This notebook will show you how to evolve a population of stars</p> <p>Much of the code in the binarycpython package is written to evolve a population of stars through the Population object, rather than running a single system. Let’s go through the functionality of this object step by step and set up some example populations.</p> <p>At the bottom of this notebook there are some complete example scripts</p> @@ -1444,10 +1443,10 @@ time mass_1 zams_mass_1 mass_2 zams_mass_2 stellar_type_1 prev_stellar_type_1 st <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="notebook_extra_features.html" class="btn btn-neutral float-right" title="Extra features and functionality of binarycpython" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="notebook_extra_features.html" class="btn btn-neutral float-right" title="Tutorial: Extra features and functionality of binary_c-python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="notebook_custom_logging.html" class="btn btn-neutral float-left" title="Using custom logging routines with binarycpython" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="notebook_custom_logging.html" class="btn btn-neutral float-left" title="Tutorial: Using custom logging routines with binary_c-python" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> @@ -1470,7 +1469,7 @@ time mass_1 zams_mass_1 mass_2 zams_mass_2 stellar_type_1 prev_stellar_type_1 st provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/notebook_population.ipynb b/docs/build/html/notebook_population.ipynb index f6f27ee4329b90d22651068ea0aca8d8756c5eb9..fff337533f9b9004ab9c66da8433444fab13511b 100644 --- a/docs/build/html/notebook_population.ipynb +++ b/docs/build/html/notebook_population.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Running populations with binarycpython\n", + "# Tutorial: Running populations with binary_c-python\n", "This notebook will show you how to evolve a population of stars\n", "\n", "Much of the code in the binarycpython package is written to evolve a population of stars through the Population object, rather than running a single system. Let's go through the functionality of this object step by step and set up some example populations. \n", diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv index b5c74453b9aa7d0c5e1ed94e55ab09313e9477ee..c04de367eb775c90500c331c6c88bf650692469a 100644 Binary files a/docs/build/html/objects.inv and b/docs/build/html/objects.inv differ diff --git a/docs/build/html/plot_functions.html b/docs/build/html/plot_functions.html index 2c3165a517fd52f8f4db3815cd253e02732a930f..b2d139004cb85ccacdabbfa221b00f936bdbdcd6 100644 --- a/docs/build/html/plot_functions.html +++ b/docs/build/html/plot_functions.html @@ -473,7 +473,7 @@ This is not included in all the plotting routines.</p></li> provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/py-modindex.html b/docs/build/html/py-modindex.html index ce13ca923f3b1f6bcb181dc5e823b393706c9065..a7307b8e56fdb928fa7250ca6bc5d16e96b15e6e 100644 --- a/docs/build/html/py-modindex.html +++ b/docs/build/html/py-modindex.html @@ -255,7 +255,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/readme_link.html b/docs/build/html/readme_link.html index 1f71ca1b418557342e617c14df0fe9aa992277f7..e7ae58e13d07158ee67d72e52f56a61378186493 100644 --- a/docs/build/html/readme_link.html +++ b/docs/build/html/readme_link.html @@ -335,7 +335,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/run_system_wrapper.html b/docs/build/html/run_system_wrapper.html index d37ea5272bc9f5c908ea0a9f4be38738aba9a447..a2570d1b34d11d490cae3f49fef03f0d7483c628 100644 --- a/docs/build/html/run_system_wrapper.html +++ b/docs/build/html/run_system_wrapper.html @@ -283,7 +283,7 @@ and returns what the parse_function returns</p> provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/search.html b/docs/build/html/search.html index d01c4ead87439b10f5dd4eacdeee2933f2799ce5..1a4c5a9084b597f196a822b98c15cb18b302c4fa 100644 --- a/docs/build/html/search.html +++ b/docs/build/html/search.html @@ -194,7 +194,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js index b8f060acae0d5a8d2ce935a680f0e945ceb54ec3..ba88fd2069741631f5a5b2f4ac4dfd5ec3b3fa35 100644 --- a/docs/build/html/searchindex.js +++ b/docs/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["binary_c_parameters","custom_logging_functions","distribution_functions","example_notebooks","functions","grid","grid_options_defaults","grid_options_descriptions","hpc_functions","index","modules","notebook_api_functionality","notebook_custom_logging","notebook_extra_features","notebook_individual_systems","notebook_luminosity_function_binaries","notebook_luminosity_function_single","notebook_population","plot_functions","readme_link","run_system_wrapper","spacing_functions","stellar_types","useful_funcs"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1,nbsphinx:3,sphinx:56},filenames:["binary_c_parameters.rst","custom_logging_functions.rst","distribution_functions.rst","example_notebooks.rst","functions.rst","grid.rst","grid_options_defaults.rst","grid_options_descriptions.rst","hpc_functions.rst","index.rst","modules.rst","notebook_api_functionality.ipynb","notebook_custom_logging.ipynb","notebook_extra_features.ipynb","notebook_individual_systems.ipynb","notebook_luminosity_function_binaries.ipynb","notebook_luminosity_function_single.ipynb","notebook_population.ipynb","plot_functions.rst","readme_link.rst","run_system_wrapper.rst","spacing_functions.rst","stellar_types.rst","useful_funcs.rst"],objects:{"binarycpython.utils":{custom_logging_functions:[1,0,0,"-"],distribution_functions:[2,0,0,"-"],functions:[4,0,0,"-"],grid:[5,0,0,"-"],grid_options_defaults:[6,0,0,"-"],hpc_functions:[8,0,0,"-"],plot_functions:[18,0,0,"-"],run_system_wrapper:[20,0,0,"-"],spacing_functions:[21,0,0,"-"],stellar_types:[22,0,0,"-"],useful_funcs:[23,0,0,"-"]},"binarycpython.utils.custom_logging_functions":{autogen_C_logging_code:[1,1,1,""],binary_c_log_code:[1,1,1,""],binary_c_write_log_code:[1,1,1,""],compile_shared_lib:[1,1,1,""],create_and_load_logging_function:[1,1,1,""],from_binary_c_config:[1,1,1,""],return_compilation_dict:[1,1,1,""]},"binarycpython.utils.distribution_functions":{"const":[2,1,1,""],Arenou2010_binary_fraction:[2,1,1,""],Izzard2012_period_distribution:[2,1,1,""],Kroupa2001:[2,1,1,""],Moe_di_Stefano_2017_multiplicity_fractions:[2,1,1,""],Moe_di_Stefano_2017_pdf:[2,1,1,""],build_q_table:[2,1,1,""],calc_P_integral:[2,1,1,""],calc_e_integral:[2,1,1,""],calc_total_probdens:[2,1,1,""],calculate_constants_three_part_powerlaw:[2,1,1,""],cosmic_SFH_madau_dickinson2014:[2,1,1,""],duquennoy1991:[2,1,1,""],fill_data:[2,1,1,""],flat:[2,1,1,""],flatsections:[2,1,1,""],gaussian:[2,1,1,""],gaussian_func:[2,1,1,""],gaussian_normalizing_const:[2,1,1,""],get_integration_constant_q:[2,1,1,""],get_max_multiplicity:[2,1,1,""],imf_chabrier2003:[2,1,1,""],imf_scalo1986:[2,1,1,""],imf_scalo1998:[2,1,1,""],imf_tinsley1980:[2,1,1,""],interpolate_in_mass_izzard2012:[2,1,1,""],ktg93:[2,1,1,""],linear_extrapolation_q:[2,1,1,""],merge_multiplicities:[2,1,1,""],normalize_dict:[2,1,1,""],number:[2,1,1,""],poisson:[2,1,1,""],powerlaw:[2,1,1,""],powerlaw_constant:[2,1,1,""],powerlaw_extrapolation_q:[2,1,1,""],prepare_dict:[2,1,1,""],raghavan2010_binary_fraction:[2,1,1,""],sana12:[2,1,1,""],set_opts:[2,1,1,""],three_part_powerlaw:[2,1,1,""]},"binarycpython.utils.functions":{AutoVivificationDict:[4,2,1,""],BinaryCEncoder:[4,2,1,""],Capturing:[4,2,1,""],bin_data:[4,1,1,""],binarycDecoder:[4,2,1,""],binaryc_json_serializer:[4,1,1,""],call_binary_c_config:[4,1,1,""],catchtime:[4,2,1,""],convert_bytes:[4,1,1,""],convfloat:[4,1,1,""],count_keys_recursive:[4,1,1,""],create_arg_string:[4,1,1,""],create_hdf5:[4,1,1,""],custom_sort_dict:[4,1,1,""],datalinedict:[4,1,1,""],example_parse_output:[4,1,1,""],extract_ensemble_json_from_string:[4,1,1,""],filter_arg_dict:[4,1,1,""],format_ensemble_results:[4,1,1,""],get_arg_keys:[4,1,1,""],get_defaults:[4,1,1,""],get_help:[4,1,1,""],get_help_all:[4,1,1,""],get_help_super:[4,1,1,""],get_moe_di_stefano_dataset:[4,1,1,""],get_size:[4,1,1,""],handle_ensemble_string_to_json:[4,1,1,""],imports:[4,1,1,""],inspect_dict:[4,1,1,""],is_capsule:[4,1,1,""],load_logfile:[4,1,1,""],make_build_text:[4,1,1,""],merge_dicts:[4,1,1,""],multiply_values_dict:[4,1,1,""],output_lines:[4,1,1,""],pad_output_distribution:[4,1,1,""],parse_binary_c_version_info:[4,1,1,""],recursive_change_key_to_float:[4,1,1,""],recursive_change_key_to_string:[4,1,1,""],remove_file:[4,1,1,""],return_binary_c_version_info:[4,1,1,""],subtract_dicts:[4,1,1,""],temp_dir:[4,1,1,""],update_dicts:[4,1,1,""],verbose_print:[4,1,1,""],write_binary_c_parameter_descriptions_to_rst_file:[4,1,1,""]},"binarycpython.utils.functions.BinaryCEncoder":{"default":[4,3,1,""]},"binarycpython.utils.functions.Capturing":{__enter__:[4,3,1,""],__exit__:[4,3,1,""]},"binarycpython.utils.functions.binarycDecoder":{decode:[4,3,1,""]},"binarycpython.utils.functions.catchtime":{__enter__:[4,3,1,""],__exit__:[4,3,1,""]},"binarycpython.utils.grid":{Population:[5,2,1,""]},"binarycpython.utils.grid.Population":{Moe_di_Stefano_2017:[5,3,1,""],add_grid_variable:[5,3,1,""],clean:[5,3,1,""],evolve:[5,3,1,""],evolve_single:[5,3,1,""],export_all_info:[5,3,1,""],parse_cmdline:[5,3,1,""],rename_grid_variable:[5,3,1,""],return_all_info:[5,3,1,""],return_binary_c_defaults:[5,3,1,""],return_binary_c_version_info:[5,3,1,""],return_population_settings:[5,3,1,""],set:[5,3,1,""],set_moe_di_stefano_settings:[5,3,1,""],update_grid_variable:[5,3,1,""],vb1print:[5,3,1,""],write_binary_c_calls_to_file:[5,3,1,""]},"binarycpython.utils.grid_options_defaults":{grid_options_description_checker:[6,1,1,""],grid_options_help:[6,1,1,""],print_option_descriptions:[6,1,1,""],write_grid_options_to_rst_file:[6,1,1,""]},"binarycpython.utils.plot_functions":{color_by_index:[18,1,1,""],dummy:[18,1,1,""],parse_function_hr_diagram:[18,1,1,""],parse_function_masses:[18,1,1,""],parse_function_orbit:[18,1,1,""],plot_HR_diagram:[18,1,1,""],plot_masses:[18,1,1,""],plot_orbit:[18,1,1,""],plot_system:[18,1,1,""]},"binarycpython.utils.run_system_wrapper":{run_system:[20,1,1,""]},"binarycpython.utils.spacing_functions":{"const":[21,1,1,""]},"binarycpython.utils.useful_funcs":{calc_period_from_sep:[23,1,1,""],calc_sep_from_period:[23,1,1,""],maximum_mass_ratio_for_RLOF:[23,1,1,""],minimum_period_for_RLOF:[23,1,1,""],minimum_separation_for_RLOF:[23,1,1,""],ragb:[23,1,1,""],roche_lobe:[23,1,1,""],rzams:[23,1,1,""],zams_collision:[23,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:function","2":"py:class","3":"py:method"},terms:{"000":14,"0000":14,"0000000000000002":16,"0000000000000004":16,"000000000000e":14,"0001":[11,23],"000122339":17,"000161974":17,"000214449":17,"000220016":17,"000283924":17,"000287968":17,"00036002859999999996":16,"000375908":17,"00039801020000000003":16,"000497691":17,"000498487":17,"00065893":17,"0007":2,"0007310379999999999":16,"0007493004":16,"000869303":16,"000872405":17,"001":[0,11],"00115504":17,"001171479":16,"0014346559999999999":16,"00152924":17,"00202467":17,"002380189":16,"00283037":16,"00321118":16,"0037453900000000004":16,"0045385":16,"004698855121516278":17,"00515685":16,"006221155214163634":17,"00632092":11,"008236638755149857":17,"00921541":16,"00e":15,"0104553":16,"010905083645619543":17,"012246630357e":17,"0141":11,"014776889999999999":16,"0164166":16,"01e":15,"0212294":16,"021960493499e":17,"024868380796643753":17,"024868380796643757":17,"025":16,"0268827":16,"02e":15,"030004499999999996":16,"030499912298e":17,"035000000000004":16,"0434":17,"044142002936e":12,"044402888438054094":17,"04440288843805411":17,"044572277695e":12,"044654032097e":12,"045084306856e":12,"04e":15,"050651207308e":12,"05128ef4c5fe4274a0356c3e99e2f2d2":17,"054":2,"057525":15,"05e":15,"077":15,"077117":15,"0771478":16,"07e":15,"080":15,"080367":15,"0820":[0,11],"084":15,"084369":15,"086":15,"08e":15,"08f8230453084e4ca6a2391d45ce658b":16,"08msun":[0,11],"0902":[0,11],"094409257247e":17,"0967":17,"09e":15,"0fa295ee5c76444bace8fd0ee17a3e11":15,"0mb":15,"0mb1656":15,"0x7f351ff53810":15,"0x7f351ff539f0":15,"0x7f531bc3b6a8":17,"0x7fa6a45ed180":11,"0x7fb4d41ebbf8":14,"100":[0,2,11,15,16],"1000":[0,7,11],"1003":15,"1015":15,"1025":15,"1033":15,"1040":15,"1048":15,"105":16,"1057":15,"1062":15,"1069":15,"1077":15,"108":17,"1085":[14,15],"1091":15,"1099":15,"10e":15,"10t15":15,"11003":14,"1114":15,"1126":15,"1134":15,"1139":15,"1148":15,"115":2,"1156":15,"11582":14,"1162":15,"1168":15,"117":15,"117391":15,"1177":15,"1181":15,"1187":15,"1194":15,"119437":15,"11973310000000001":16,"11e":15,"120000":[0,11],"1202":15,"1219":15,"1228":15,"12325":14,"1234":15,"123795595728e":17,"1243":15,"12457":14,"12460":14,"12461":14,"125":[0,11,16],"12500":0,"1251":15,"1260":15,"126435":15,"1268":15,"1276":15,"1282":15,"1289":15,"1295":15,"12e":[1,12,14,15,16,17],"1301":14,"1302":14,"1309":15,"1323":15,"1332":15,"1338":15,"134":17,"1346":15,"13461":14,"1355":15,"13567":12,"1359":15,"13626":17,"1366":15,"1376":15,"1383104324341":15,"138353":15,"1384":15,"139293101586e":17,"1393":15,"13e":15,"13e3":[0,11],"1403":2,"1423":15,"1435":15,"1443":15,"1445":15,"14461":14,"1448":15,"1454":15,"1455":15,"1459":15,"1465":15,"1474":15,"1482":15,"1485":15,"1487":15,"1496":15,"14e":15,"150":[15,16,17],"15000":[0,11,12,14,17],"1509":15,"1523":15,"1531":15,"1537":15,"1545":15,"1555":15,"1564":15,"1574":15,"15740832333567983":15,"1584":15,"1594":15,"15msun":2,"16018641159091498":15,"1607":15,"1617":14,"1618":[14,15],"1618606489196724":15,"1619":14,"1620":14,"1621":14,"1621c23a5":0,"1628":15,"1629459533":17,"1629459536":17,"1631124829":16,"1631124830":16,"1631283248":15,"1631284043":15,"1635":15,"1645":15,"1655":15,"1664":15,"1674":15,"1684":15,"1691":15,"1699":15,"16e":15,"17005450973840136":15,"17089":14,"1713":15,"1725":15,"1735":15,"1745":15,"175":15,"1755":15,"1763":15,"1767":15,"1776":15,"1785":15,"1793":15,"17e":15,"1801":15,"1812":15,"181971798545e":17,"1822":15,"1830":15,"1839":15,"1847":15,"1855":15,"1864":15,"186492":15,"1865":12,"1873":15,"1884":15,"189097":16,"1895":15,"18e":15,"190":0,"1907":15,"1916":15,"1926":15,"1936":15,"1943278312683":15,"1946":15,"1951":[0,11],"1956":15,"1958354":15,"1961345":16,"1966":15,"1972":[0,11],"1975":[0,11],"1976":15,"197x":[0,11],"1980":2,"1983":23,"1986":[0,2,11],"1987":15,"1989":[0,11],"1991":2,"1992":[0,11],"1993":[0,11],"1996":23,"1998":[0,2,11,15],"1999":[0,11],"1ckzg0p9":[9,19],"1dex":[15,16],"1e2":[0,11],"1e9":[0,11],"1mb":15,"200":[0,11],"2000":[0,11,15],"2001":[2,16],"2002":[0,11],"2003":[0,2,11],"2004":[0,11],"2005":[0,11],"2009":[0,11],"2010":[0,2,7,11],"2012":[0,2,11],"2013":[0,11],"2014":[0,2,11],"2015":[0,11],"2016":[0,11],"2017":[0,7,11,17],"2018":[0,1,11],"2019":[0,11],"2020":[0,11],"2021":[0,15],"20210910":0,"20e":15,"21587440567681548":17,"2181597":16,"2182216189410787":16,"21822161894107872":16,"219029061236e":17,"21e":15,"220964392276":15,"227002356107e":17,"227955577093495":17,"22e":15,"2369339999999996e":16,"23e":15,"2403e":17,"2424":14,"24e":15,"2544031669779":17,"255":[0,11],"2568974":16,"257":23,"2572":17,"257608426597089":17,"25msun":[0,11],"27143e":17,"27e":15,"281":23,"28134439269236855":17,"283331":15,"28e":15,"29427":17,"29448":17,"29457":17,"2947":17,"2969346":2,"29e":15,"2mb":15,"2msun":[0,11],"3000":[0,11],"303065":16,"30642":17,"30902":17,"30e":15,"30e4":[0,11],"3205":17,"3228":17,"33469":12,"33699":17,"338":12,"34213":12,"34708e":16,"34e":15,"35e":15,"367065500196e":17,"36e":15,"36m":11,"37e":15,"382":15,"38788e":17,"38e":15,"39205":17,"394728392218e":17,"396133472739e":17,"396288708628e":17,"396675941641e":17,"39754":17,"39999999999999997":16,"39e":15,"3mb":15,"3msun":2,"4000":0,"400722":15,"404641347602e":17,"40e":15,"41112":15,"41e":15,"424921":15,"427601421985e":17,"42e":15,"42msun":[0,11],"4309362899259503":17,"43422e":17,"435":15,"43719":17,"4397":17,"444217227690e":17,"44e":15,"44msun":[0,11],"4500":11,"45000000080":17,"4504":17,"450828476484e":17,"451192744924e":17,"4530":[12,14],"453317880232e":17,"45407":17,"45e":15,"45msun":[0,11],"4600214958191":15,"4621":17,"462779538274e":17,"46573":17,"46e":15,"474":15,"47745":17,"480":15,"4838":[11,12,14],"4976091384888":15,"499":15,"49e":15,"4e3":[0,11],"4mb":15,"500":[0,11],"505288":15,"507":15,"508":17,"50e":15,"517749":14,"518":14,"51803":12,"520":15,"52414":17,"52415":17,"5262682437896729":16,"5294":17,"52e":15,"531":15,"546683":14,"547":15,"548":15,"5483":17,"548740826516e":17,"549":15,"54e":15,"550":15,"551":15,"552":15,"554":15,"55458":12,"555":15,"557":15,"559":15,"55e":15,"560":15,"561":15,"562":15,"563":15,"564":15,"565":15,"566":15,"567":15,"568":15,"569":15,"571":15,"5717":17,"573":15,"57443":12,"575":15,"57571":17,"576":15,"577":15,"578":15,"579":15,"579099761269e":17,"57e":15,"581":15,"582":15,"583":15,"584":15,"585":15,"58519":17,"586":15,"587":15,"588":15,"589":15,"58e":15,"5900418758392334":16,"59452":12,"59e":15,"5dex":[15,16],"5mb":15,"5mb625":15,"5msun":[0,11],"6000":[0,11],"600000":0,"60007":17,"60e":15,"6185":0,"624":15,"625":0,"626":15,"62e":15,"635":[0,11],"63e":15,"6452116023479681":15,"6495098935846658":15,"6495098935846686":15,"64e":15,"653":17,"65e":15,"66003":17,"66e":15,"674063083432e":17,"67586e":17,"684":17,"68748":17,"68e":15,"6935975551605":15,"6944":0,"69e":15,"6e1":2,"6e5":[0,11],"6mb":15,"6msun":[0,11],"70e":15,"71025":17,"71196":17,"7128":17,"713":15,"716":14,"71662":12,"71e":15,"7203987":17,"724":12,"72498e":[12,17],"728":15,"73e":15,"743":15,"7561":17,"759":15,"75e":15,"7619":0,"763":2,"7647737053496777":17,"76e":15,"772169325356e":17,"77287":17,"774":15,"774854":15,"779197348711e":17,"7809":17,"78125":0,"783":14,"785212755203247":17,"787":15,"78e":15,"79091":17,"792":15,"792905807495117":17,"793":15,"794":15,"79487":17,"795":[2,15],"799":15,"79e":15,"7mb":15,"7mb1235":15,"800":15,"802986496151e":17,"80592":17,"80919":17,"80e":15,"80msol":2,"81066":17,"812":15,"81395":12,"81495":17,"81499":17,"81529":17,"81536":17,"81563":17,"81636":17,"817":14,"81957":17,"81e":15,"82061":17,"82074":17,"82088":17,"82123":17,"8216":17,"82255":17,"8293333":16,"830":15,"83f80d829dbd418aa2bc745c99b71991":16,"846":15,"847":15,"848380621869e":12,"84e":15,"851971":15,"85e":15,"864":15,"86e":15,"872":[15,17],"876":15,"8862":17,"887":15,"88e":15,"897337":15,"898":15,"89e":15,"8mb":15,"8mb1394":15,"905335716621e":17,"908":15,"90e":15,"919":15,"91e":15,"92de7c9221c54206ab4dd10e58e09a34":16,"92e":15,"934":15,"935186":17,"935920346899e":17,"93e":15,"9436":17,"9458":14,"947":15,"9539172649383545":17,"956":15,"95e":15,"963":15,"963621764679e":17,"969":15,"97008":17,"976":15,"979":15,"97923e":17,"97e":15,"981706":15,"986":15,"988":15,"99191":12,"99192":12,"99194":12,"9947":14,"995":15,"9956307907476224":16,"9961590766906738":16,"9983":14,"99e":15,"9mb":15,"boolean":[0,4,5,7,11,18,23],"break":[0,11],"case":[0,3,4,7,9,11,15,17],"catch":[4,7,14,15,16,17],"char":7,"class":[4,5],"const":[2,5,15,16,17,21],"default":[0,1,2,4,5,6,7,11,12,13,15,16,17,20],"export":[4,5,17],"final":[15,16],"float":[0,2,4,5,11,13,14,21,23],"function":[0,1,2,3,5,6,7,8,9,10,12,18,19,20,21,23],"import":[4,5,11,12,13,14,15,16,17],"int":[0,1,2,4,5,6,7,11,15,17,21,23],"krtickov\u00e1":[0,11],"kub\u00e1t":[0,11],"long":[0,4,5,7,11,17,22],"new":[0,2,4,5,11,14,15,16,17],"null":[0,4,11,13],"paczy\u0144ski":[0,11],"public":[6,9,15,16,17],"return":[1,2,4,5,6,7,11,13,14,15,16,17,18,20,21,23],"short":[0,11,15,16,22],"super":[0,11],"switch":[0,11],"throw":[9,19],"true":[0,4,5,6,7,11,13,16,17,18],"try":[0,9,11,14,15,16,17,19],"void":12,"while":[0,11,15],Added:17,Adding:[3,14],And:[6,9,19,23],But:14,Doing:[15,16,17],For:[0,4,9,11,12,14,15,16,18,19],Gas:[0,11],Its:7,NOT:[0,5,11,20],Not:7,One:[0,11],Pms:18,That:[0,11],The:[0,1,2,3,4,5,7,9,11,12,13,14,15,16,17,18,19,20],Then:[4,9,19],There:[2,5,6,7,11,12,13,14,15,16,17,18],These:[4,7,11,15,16,17,18],Use:[0,5,11,17],Used:[0,7,11,18],Useful:[0,6,11,15,16,17],Uses:[0,4,11,21],Using:[3,9,15],Was:[0,11],Will:[0,4,5,11,17,20],With:6,__arg_begin:11,__attribute__:12,__enter__:4,__exit__:4,__iadd__:4,_actually_evolve_system:7,_binary_c_bind:[4,11,12,14,23],_binary_c_config_execut:7,_binary_c_dir:7,_binary_c_execut:7,_binary_c_shared_librari:7,_commandline_input:7,_count:7,_custom_logging_shared_library_fil:7,_end_time_evolut:7,_errors_exceed:7,_errors_found:7,_evolution_type_opt:7,_failed_count:7,_failed_prob:7,_failed_systems_error_cod:7,_generate_grid_cod:7,_grid_vari:[5,7,16],_loaded_ms_data:7,_main_pid:7,_population_id:7,_pre_run_cleanup:5,_probtot:7,_process_run_population_grid:7,_repeat:7,_set:5,_set_ms_grid:7,_start_time_evolut:7,_store_memaddr:7,_system_gener:7,_total_mass_run:7,_total_probability_weighted_mass_run:7,_total_starcount:7,_zero_prob_stars_skip:7,a173:[0,11],abat:[0,11],abbrevi:22,abl:11,about:[3,4,5,6,15,16,17,23],abov:[0,2,4,5,11,12,14,16,17],abridg:[11,12],absolut:[0,4,11],abund:[0,11],acceler:[0,11],accept:[4,17],access:[2,7,12,14,15,16,17],accord:[0,2,11],accordingli:[14,16,17],account:[0,7,11],accret:[0,11],accretion_limit_dynamical_multipli:[0,11],accretion_limit_eddington_lmms_multipli:[0,11],accretion_limit_eddington_steady_multipli:[0,11],accretion_limit_eddington_wd_to_remnant_multipli:[0,11],accretion_limit_thermal_multipli:[0,11],accretor:[0,11,23],accur:[15,16],act:[0,7,11,16,17],activ:[0,9,11,19],actual:[0,4,5,7,9,11,12,14,15,16,17,18,19],adam:[0,11],adapt:[0,11,16],add:[0,2,4,5,7,11,12,14,15,16,17,18,21,23],add_grid_vari:[5,15,16,17],added:[4,14,15],adding:[14,15,16,17],address:[1,7,11,12,23],admittedli:18,adress:[11,12,23],advis:12,affect:[0,11],after:[0,5,7,11,12,15,16,17],ag89:[0,11],again:[4,7,9,13,14,19],against:18,agb:[0,11],agb_3dup_algorithm:[0,11],agb_core_algorithm:[0,11],agb_core_algorithm_default:0,agb_core_algorithm_hurlei:0,agb_core_algorithm_karaka:0,agb_luminosity_algorithm:[0,11],agb_luminosity_algorithm_default:0,agb_luminosity_algorithm_hurlei:0,agb_luminosity_algorithm_karaka:0,agb_radius_algorithm:[0,11],agb_radius_algorithm_default:0,agb_radius_algorithm_hurlei:0,agb_radius_algorithm_karaka:0,agb_third_dredge_up_algorithm_default:0,agb_third_dredge_up_algorithm_hurlei:0,agb_third_dredge_up_algorithm_karaka:0,agb_third_dredge_up_algorithm_stancliff:0,age:[0,3,9,11],aging:[0,11],albedo:[0,11],algorithm:[9,11],algothim:[0,11],all:[0,1,2,4,5,6,7,9,10,11,13,14,15,16,17,18,19,20],all_info:5,alloc:11,allow:[0,2,4,7,11,12],allow_nan:4,along:[0,6,7],alpha:[0,11],alpha_c:[0,11],alphacb:[0,11],alreadi:[5,17],also:[0,3,4,5,6,9,11,12,15,16,17,19,23],alter:5,altern:[0,7,11],alwai:[0,2,7,11],amanda:[0,11],amax:2,amin:2,amount:[0,4,5,6,7,11,17,21],amp:11,amt_cor:[7,15,16,17],analys:20,analyt:[5,15,16,17],analyz:14,andrew:[9,19],andronov:[0,11],angelou_lithium_cheb_decay_tim:[0,11],angelou_lithium_cheb_massfrac:[0,11],angelou_lithium_cheb_tim:[0,11],angelou_lithium_decay_funct:[0,11],angelou_lithium_decay_function_exponenti:0,angelou_lithium_decay_tim:[0,11],angelou_lithium_eagb_decay_tim:[0,11],angelou_lithium_eagb_massfrac:[0,11],angelou_lithium_eagb_tim:[0,11],angelou_lithium_gb_decay_tim:[0,11],angelou_lithium_gb_massfrac:[0,11],angelou_lithium_gb_tim:[0,11],angelou_lithium_hg_decay_tim:[0,11],angelou_lithium_hg_massfrac:[0,11],angelou_lithium_hg_tim:[0,11],angelou_lithium_lmms_decay_tim:[0,11],angelou_lithium_lmms_massfrac:[0,11],angelou_lithium_lmms_tim:[0,11],angelou_lithium_ms_decay_tim:[0,11],angelou_lithium_ms_massfrac:[0,11],angelou_lithium_ms_tim:[0,11],angelou_lithium_tpagb_decay_tim:[0,11],angelou_lithium_tpagb_massfrac:[0,11],angelou_lithium_tpagb_tim:[0,11],angelou_lithium_vrot_trigg:[0,11],angelou_lithium_vrotfrac_trigg:[0,11],angular:[0,11,18],ani:[0,2,4,5,9,11,14,17,19],anoth:[0,11],ansi:[0,11],ansi_colour:[0,11],anyth:[0,4,7,11,15,16,17],anywai:[5,14,17],anywher:[5,17],api:[0,3,4,9],api_log_filename_prefix:[0,11,14],append:[1,4,14,15,16],appli:[0,11],apply_darwin_radau_correct:[0,11],appropri:[0,7,11],approxim:[0,11],aren:[2,7],arenou2010_binary_fract:2,arg:[2,4,11,13,17,18],arg_dict:4,argopt:[0,11],argpair:[4,13],argstr:[11,12,14],argument:[0,2,4,5,7,11,14,17,20],argument_of_periastron:[0,11],argument_of_periastron_quadrupl:[0,11],argument_of_periastron_tripl:[0,11],around:[0,11,12,14],arrai:[2,4,7,14],arrow:[0,11],artefact:16,artifici:[0,11],artificial_accretion_end_tim:[0,11],artificial_accretion_ignor:0,artificial_accretion_start_tim:[0,11],artificial_angular_momentum_accretion_r:[0,11],artificial_mass_accretion_r:[0,11],artificial_mass_accretion_rate_by_stellar_typ:[0,11],artificial_orbital_angular_momentum_accretion_r:[0,11],arxiv:[0,2,11],ask:[0,11,23],asplund:[0,11],assign:[5,15,16,17],associ:[15,16],assum:[0,11,18],ast871:[0,11],astronomi:[0,11],astrophys:16,astropi:[9,18,19],atom:4,attempt:[4,5],auto:[1,10],autogen_c_logging_cod:[1,12],automat:[0,1,6,9,11,12,19],autovivif:4,autovivificationdict:4,avaibl:[9,19],avail:[0,4,7,11,12,15,16,17,18],avoid:11,awai:[0,11],axi:[0,11,18],b_1:[0,11],b_2:[0,11],b_3:[0,11],b_4:[0,11],b_inclination1:[0,11],b_inclination2:[0,11],b_inclination3:[0,11],b_inclination4:[0,11],back:[0,4,11],backward:[0,11],bagb:[0,11],barn:[0,11],base:[0,2,4,5,9,11,15,16,17,18,19,23],base_filenam:[5,17],basic:[5,17],batchmod:[0,11],beasor:[0,11],becaus:[0,2,5,7,9,11,14,15,16,19],becom:[0,1,2,4,11,12,16],been:[0,5,7,11,13],befor:[0,5,7,9,11,15,16,17,19],behaviour:[4,15,16,17,20],belczynski:[0,11],below:[0,3,7,11,12,15,16,17],berro:[0,11],bertolami:[0,11],best:[5,7,9,19],beta:[0,11],beta_reverse_nova:[0,11],beta_reverse_novae_geometri:0,better:[0,3,4,5,9,11,17],between:[0,2,11,21],bewar:[5,17],bh_belczynski:[0,11],bh_fryer12_delai:[0,11],bh_fryer12_rapid:[0,11],bh_fryer12_startrack:[0,11],bh_hurley2002:[0,11],bh_prescript:[0,11],bh_spera2015:[0,11],big:[0,7,11],biinari:17,bin:[0,4,9,11,15,16,19],bin_data:[4,15,16],binari:[2,3,5,7,9,11,14,17,18,19,23],binary_c2:[9,19],binary_c:[1,2,3,4,5,7,12,14,15,16,17,18,20],binary_c_api_funct:12,binary_c_cal:[5,17],binary_c_default:17,binary_c_grid_0fa295ee5c76444bace8fd0ee17a3e11:15,binary_c_grid_f28b5f98d7ef40dcb17fc2481a6d3c:17,binary_c_inline_config:1,binary_c_log_cod:[1,12,14],binary_c_macro:[0,11],binary_c_output:4,binary_c_paramet:[15,16,17],binary_c_python:[4,5,11,14,15,16,17],binary_c_task_:[0,11],binary_c_write_log_cod:1,binary_grid:[0,11],binary_star:23,binaryc:[1,4,13,20],binaryc_config:1,binaryc_json_seri:4,binarycdecod:4,binarycencod:4,binarycpython3:11,binarycpython:[1,2,3,4,5,6,9,15,16,18,19,20,21,23],binarygrid:[15,16,17],bind:[0,11,12,14],binned_log_luminos:[15,16],binwidth:[4,15,16],birth:[0,11],bit:2,bivari:[0,11],black:[0,11],black_hol:0,bloecker:[0,11],blog:1,boltzman:18,boltzmann:[0,11],bondi:[0,11],bondi_hoyle_accretion_factor:[0,11],bool:[4,5,6,13,17,18],born:[0,11,15,16],bosswissam:4,both:[0,4,11,15,16,17],bottom:[0,11,17],bound:[2,21],boundari:2,brake:[0,11],branch:[0,4,11],branchpoint:[5,17],breakup:[0,11],brighten:16,broken:[0,11],browser:[15,16],bse:[0,2,11,12,17],bse_opt:[5,14,15,16,17],bsf:[0,11],buffer:[0,11],build:[0,1,3,4,11],build_q_tabl:2,built:[0,1,4,9,13,19],burn:[0,11],busso:[0,11],bye:[0,11],c13_eff:[0,11],c_auto_log:7,c_log:0,c_logging_cod:[7,12,14,15,16,17],calc_e_integr:2,calc_p_integr:2,calc_period_from_sep:23,calc_sep_from_period:[15,17,23],calc_total_probden:2,calcul:[0,2,4,5,7,11,16,17,23],calculate_constants_three_part_powerlaw:2,call:[0,1,4,5,7,11,13,14,16,17,18,20],call_binary_c_config:4,calls_filenam:17,can:[0,1,2,4,5,7,9,11,12,13,14,15,16,17,18,19,20],cannot:[5,12],canon:7,cap:[0,11],capit:[15,16],capsul:[1,4,11,15],captur:[0,4,11],carbon:[0,11],carbon_oxygen_white_dwarf:0,care:[15,16],carlo:[0,7,11],carrasco:[0,11],carri:[0,11],cast:[4,13],catchtim:4,categor:11,categori:[11,17],categoris:4,caught:[4,14],caus:23,cbdisc:[0,11],cbdisc_albedo:[0,11],cbdisc_alpha:[0,11],cbdisc_eccentricity_pumping_dermin:0,cbdisc_eccentricity_pumping_method:[0,11],cbdisc_eccentricity_pumping_non:0,cbdisc_end_evolution_after_disc:[0,11],cbdisc_fail_ring_inside_separ:[0,11],cbdisc_gamma:[0,11],cbdisc_init_djdm:[0,11],cbdisc_init_dm:[0,11],cbdisc_inner_edge_strip:[0,11],cbdisc_inner_edge_stripping_timescal:[0,11],cbdisc_kappa:[0,11],cbdisc_mass_loss_constant_r:[0,11],cbdisc_mass_loss_fuv_multipli:[0,11],cbdisc_mass_loss_inner_l2_cross_multipli:[0,11],cbdisc_mass_loss_inner_viscous_accretion_method:[0,11],cbdisc_mass_loss_inner_viscous_accretion_method_equ:0,cbdisc_mass_loss_inner_viscous_accretion_method_gerosa_2015:0,cbdisc_mass_loss_inner_viscous_accretion_method_non:0,cbdisc_mass_loss_inner_viscous_accretion_method_young_clarke_2015:0,cbdisc_mass_loss_inner_viscous_angular_momentum_multipli:[0,11],cbdisc_mass_loss_inner_viscous_multipli:[0,11],cbdisc_mass_loss_ism_pressur:[0,11],cbdisc_mass_loss_ism_ram_pressure_multipli:[0,11],cbdisc_mass_loss_xray_multipli:[0,11],cbdisc_max_lifetim:[0,11],cbdisc_minimum_evaporation_timescal:[0,11],cbdisc_minimum_fr:[0,11],cbdisc_minimum_luminos:[0,11],cbdisc_minimum_mass:[0,11],cbdisc_no_wind_if_cbdisc:[0,11],cbdisc_outer_edge_strip:[0,11],cbdisc_outer_edge_stripping_timescal:[0,11],cbdisc_resonance_damp:[0,11],cbdisc_resonance_multipli:[0,11],cbdisc_torquef:[0,11],cbdisc_viscous_l2_coupl:[0,11],cbdisc_viscous_photoevaporative_coupl:[0,11],cbdisc_viscous_photoevaporative_coupling_inst:[0,11],cbdisc_viscous_photoevaporative_coupling_non:[0,11],cbdisc_viscous_photoevaporative_coupling_visc:[0,11],cee:[0,11],cell:[11,15,16,17],cemp:[0,11],cemp_cfe_minimum:[0,11],centr:[5,17],central_object:[0,11],certain:[7,9,19],cf_amanda_log:[0,11],cflag:[9,19],chabrier:2,chandrasekhar:[0,11],chandrasekhar_mass:[0,11],chang:[0,1,2,4,5,6,7,9,11,12,16,17,19],chapter:[0,7,10],cheb:[0,11],check:[0,2,4,5,6,11,15,16,17,23],check_circular:4,chemic:[0,11],chen:[0,11],child:4,choic:[0,2,11,18],choos:[0,11,12,15,18],chose:14,chosen:[5,15,16,17],circular:[0,11],circumbinari:[0,11],circumstanti:[0,11],claei:[0,11],clark:[0,11],clean:[1,5,9,14,16,19],clean_up_custom_logging_fil:5,clear:[4,16],clearli:16,clock:4,clone:[9,19],close:[0,11,16],cloud:[0,11],cls:4,cluster:8,cmdline:5,co2:16,code:[0,1,5,6,9,11,12,14,15,16,17,18,19,20],collaps:[0,11],collapsar:[0,11],collect:23,collid:23,color:18,color_by_index:18,colour:[0,11],colour_log:[0,11],column:[14,17,18],column_nam:14,com:[1,4],combin:[1,4,5,7,12],combine_ensemble_with_thread_join:7,come:[2,9,19,21],comenv_bs:0,comenv_disc_angmom_fract:[0,11],comenv_disc_mass_fract:[0,11],comenv_ejection_spin_method:[0,11],comenv_ejection_spin_method_do_noth:[0,11],comenv_ejection_spin_method_sychron:[0,11],comenv_ejection_spin_method_synchron:0,comenv_merger_spin_method:[0,11],comenv_merger_spin_method_breakup:0,comenv_merger_spin_method_conserve_angmom:[0,11],comenv_merger_spin_method_conserve_omega:[0,11],comenv_merger_spin_method_specif:[0,11],comenv_ms_accret:[0,11],comenv_ms_accretion_fract:[0,11],comenv_ms_accretion_mass:[0,11],comenv_nandez2016:0,comenv_nelemans_tout:0,comenv_ns_accret:[0,11],comenv_ns_accretion_fract:[0,11],comenv_ns_accretion_mass:[0,11],comenv_post_eccentr:[0,11],comenv_prescript:[0,11],comenv_splitmass:[0,11],comenv_undef:0,command:[0,1,5,7,9,11,17,19],commandlin:17,comment:17,commit:4,common:[0,11,12,14,15,16,17],compact:17,companion:[0,11],compar:[0,7,11,17],compens:16,compil:[1,9,12,17,19],compile_shared_lib:1,complet:[15,16,17],complex:[5,7,12,17,18],compon:[4,18],comput:[0,8,11,15,16],conceptu:15,condit:[5,12,15,16,17],condor:[5,7,8],condor_grid:5,config:[1,4,7,9,19],config_fil:1,configur:[2,5,14,15,16,17],conjunct:13,conserv:[0,11],consid:[0,1,2,4,5,7,11,18],constant:[0,2,11,18],construct:[0,1,11,14,15,16,17],contain:[0,1,2,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,22],content:[3,4,5,9,11],context:4,continu:[5,17],control:[0,11,15,16,17],convect:[0,11],conveni:4,converg:[0,11],convert:[2,4,5],convert_byt:4,convfloat:4,cool:[0,11],copi:[0,11,16,23],core:[0,5,7,11,15,16,17,18],core_co:12,core_h:12,core_helium_burn:0,core_mass:[0,11,12],correct:[0,2,5,11,14,18,23],correctli:[9,14,18,19],correspond:18,corretor:[0,11],cosmic:2,cosmic_sfh_madau_dickinson2014:2,cost:16,could:[0,4,11,16,17],count:[4,7],count_keys_recurs:4,counter:7,coupl:[0,3,11],cours:18,cover:[13,15,16],coverag:[9,19],cowd:[0,11],cpu:[0,11,15,16],cpython:11,crap_paramet:[0,11],creat:[2,4,5,12,14,15,16,17],create_and_load_logging_funct:[1,12],create_arg_str:4,create_hdf5:4,creation:11,critic:[0,11],cross:[0,11],crunch:[15,16],ctype:1,cube:15,cubic:15,cuntz:[0,11],current:[0,4,9,11,12,15,16,19],curv:16,custom:[0,1,3,4,5,7,9,11,14,15,16,17,18,20],custom_log:[5,7,14],custom_logging_cod:[1,12,14,20],custom_logging_func_memaddr:[7,11,12],custom_logging_funct:[7,9,10,12,14,17],custom_logging_info:5,custom_logging_memaddr:12,custom_logging_print_stat:14,custom_logging_stat:[15,16,17],custom_opt:[5,14,15,16,17],custom_output_funct:12,custom_sort_dict:4,custom_tmp_dir:1,customis:18,cvode:[0,11],dai:[0,2,11,12,14,15,17,23],damp:[0,11],darwin:[0,11],dat:[0,4,17],data:[0,4,5,7,11,14,15,16,17,20],data_dict:2,data_dir:[4,5,7,17],datadir:[5,17],datafram:[14,15,16,18],datalinedict:[4,15,16],datamodel:4,dataset:[4,17],date:5,david:[9,11,19],dd7:[0,11],deactiv:[0,11],deal:[4,14],death:[0,11],debug:[0,5,7,11,15,16,17],decai:[0,11],decid:[0,4,5,11,12],decod:4,decreas:[0,11],deeper:[5,17],def:[14,15,16,17],default_to_metal:[0,11],defaultdict:4,defer:[0,11],defin:[0,1,2,5,11,18],definit:[1,15,16,23],degener:[0,11],degenerate_core_helium_merger_ignit:[0,11],degenerate_core_merger_dredgeup_fract:[0,11],degenerate_core_merger_nucsyn:[0,11],degner:[0,11],degre:[0,11],delai:[0,11],delta_mcmin:[0,11],den:[0,11],densiti:[2,15,16],depend:[0,2,9,11,18,19],deprec:[0,5,11],dermin:[0,11],describ:[0,2,7,11],descript:[0,2,4,7,9,10,11,13],design:18,desir:[0,11],destruct:[5,17],detail:[0,4,11,14],detect:[0,11],determin:[0,5,11,12,15,16,17,23],deton:[0,11],dev:[0,11],develop:1,deviat:2,dewi:[0,11],dex:[0,11],diagnost:7,diagram:[0,11,18],dickonson:2,dict2:4,dict:[1,2,4,5,6,13,14,15,16,17,22],dict_1:4,dict_2:4,dict_kei:[13,14],dictionari:[1,2,3,4,5,6,7,15,16,17,18,22],did:[4,9,19],differ:[0,4,5,9,11,15,16,17,18,19],dimmer:[0,11],dir:[9,19],direct:[0,5,11],directli:[4,7,14],director:7,directori:[0,3,4,5,7,9,11,17,19],disabl:[0,11,17],disable_debug:[0,11],disable_end_log:[0,11],disable_ev:[0,11],disc:[0,11],disc_legacy_log:[0,11],disc_log2d:[0,11],disc_log:[0,11],disc_log_directori:[0,11],disc_log_dt:[0,11],disc_log_level_non:0,disc_log_level_norm:0,disc_log_level_normal_first_disc_onli:0,disc_log_level_subtimestep:0,disc_log_level_subtimestep_first_disc_onli:0,disc_n_monte_carlo_guess:[0,11],disc_stripping_timescale_infinit:0,disc_stripping_timescale_inst:0,disc_stripping_timescale_orbit:0,disc_stripping_timescale_visc:0,disc_timestep_factor:[0,11],discret:17,discs_circumbinary_from_comenv:[0,11],discs_circumbinary_from_wind:[0,11],disk:[0,5,11],dispers:[0,11],displai:[0,11],disrupt:[0,11],dist:[4,9,19],distefano:2,distribut:[0,2,3,4,5,8,11,15,17],distribution_funct:[9,10,15,16,17],divid:8,dlnm1:[5,15,17],dlnm:16,dlnm_1:16,dlog10per:[15,17],dlogp:2,dm1:16,dm_1:16,do_dry_run:7,doc:[4,6,9,15,16,17,19],doc_fetch:2,docstr:[9,14,18,19],document:[4,6,7,10,15,16,17],doe:[0,2,4,5,7,11,12,13,14,15,16,17,23],doesn:[5,7],doesnt:6,doing:[0,1,6,9,11,19],don:[2,4,7],done:[0,4,5,9,11,15,16,17,19],donor:[0,11,23],donor_limit_dynamical_multipli:[0,11],donor_limit_envelope_multipli:[0,11],donor_limit_thermal_multipli:[0,11],donor_rate_algorithm_bs:0,donor_rate_algorithm_claeys2014:0,dont:11,doubl:[12,17],down:17,dphasevol:[5,15,16,17],dprob:16,dr2:[0,11],dr3:[0,11],drai:[0,11],dredg:[0,11],drop:14,dry:7,dstep:2,dt_limit:13,dtfac:[0,11],dtlimit:4,dtm:[1,12,17],due:[9,19],dummi:[2,18],dump:[0,4,11,14],dumpvers:[0,11],duquennoi:2,duquennoy1991:2,dure:[0,11],dust:[0,11],dwarf:[0,11,16],dynam:[0,11],e2_hurley_2002:0,e2_izzard:0,e2_mint:0,e2_prescript:[0,11],e45c25448b32440cb7e220f4a3562907:17,each:[0,2,4,5,7,11,15,16,17],eagb:[0,11],eagb_wind_beasor_etal_2020:0,eagb_wind_bs:0,eagb_wind_goldman_etal_2017:0,eagbwind:[0,11],eagbwindfac:[0,11],earli:[0,11],early_asymptotic_giant_branch:0,easi:[4,14],easier:[4,17],ecc2:2,ecc3:2,ecc:[2,5,14,17],eccentr:[0,2,11,12,14,15,16,17,18,23],eccentric_rlof_model:[0,11],eccentricity_quadrupl:[0,11],eccentricity_tripl:[0,11],echo:[0,11],eddington:[0,11],edg:[0,5,11,17],edit:12,edu:[0,11],effect:[0,2,7,11,12],effective_metal:[0,11],effici:[0,11],egg:[9,19],eggleton:[0,11,23],either:[0,4,5,7,9,11,15,16,17,19,20],eject:[0,11],elabor:12,eld:[0,11],eldridg:[0,11],electon:[0,11],electron:[0,11],element:[0,1,4,7,11,13,18],email:4,emp:[0,11],emp_feh_maximum:[0,11],emp_logg_maximum:[0,11],emp_minimum_ag:[0,11],empti:[4,6,14],enabl:[0,11],encod:4,encount:7,end:[0,2,4,7,11],end_index:2,end_timestamp:[15,16,17],energi:[0,11],enhanc:[0,11],enlarg:[0,11],enough:2,ensembl:[0,4,7,11,13],ensemble_def:[0,11],ensemble_dictionari:4,ensemble_dt:[0,11],ensemble_factor_in_probability_weighted_mass:7,ensemble_filter_:[0,11],ensemble_filters_off:[0,11],ensemble_json:4,ensemble_legacy_ensembl:[0,11],ensemble_list:5,ensemble_logdt:[0,11],ensemble_logtim:[0,11],ensemble_macro:[0,11],ensemble_output_:7,ensemble_startlogtim:[0,11],ensure_ascii:4,enter:[0,9,11,19],enthalpi:[0,11],entir:[12,14],entri:[4,5],env:[9,11,18,19],envelop:[0,11],epoch:5,equal:[0,4,11,16,17],equat:[0,11],equation_of_state_algorithm:[0,11],equation_of_state_paczynski:0,equatori:[0,11],equival:[7,15],errno:[9,19],error:[0,4,7,9,11,15,16,17,19],errors_exceed:[15,16,17],errors_found:[15,16,17],esa:2,escap:[0,11],escape_fract:[0,11],escape_veloc:[0,11],eta:[0,11,15],etal:[0,11],etc:[0,4,5,8,9,11,14,16,17,18,19,20],etf:15,euler:[0,11],evalu:[2,5,17,23],evan:[0,11],evapor:[0,11],evaporate_escaped_orbiting_object:[0,11],even:[13,16],event:[0,11],everi:[0,4,9,11,19],everyth:[5,7,14,17],everytim:[9,19],evid:[0,11],evolut:[0,1,5,7,11,14,15,16,17,18],evolution_split:[0,11],evolution_splitting_maxdepth:[0,11],evolution_splitting_sn_eccentricity_threshold:[0,11],evolution_splitting_sn_n:[0,11],evolution_typ:[7,15,16,17],evolutionari:[0,11,14],evolv:[0,3,5,7,11,12],evolve_popul:17,evolve_singl:[5,12,14],exact:[1,4,7],exactli:[0,11,16],exampl:[1,2,4,5,14,15,20],example_above_m:12,example_compact_object:17,example_dco:17,example_df:14,example_head:4,example_log:20,example_log_co:[1,12],example_logging_string_co:12,example_logging_string_post_m:12,example_massloss:[12,14],example_output:14,example_parse_output:4,example_pop:[14,17],example_pop_set:17,example_python_population_result:17,example_sn:12,exce:[0,7,11],except:[4,6,7,11,15,16,17,18],execut:[0,5,7,9,11,17,19],exist:[0,4,5,6,11,17],exist_ok:[4,17],exit:[0,4,11],exp:[5,15,16,17],expand:[17,20],expect:[9,11,16,19],experiment:[0,4,11],explain:[3,4],explicitli:[0,1,11],explod:[0,11],explos:[0,11],expoenti:[0,11],expon:[0,11],export_all_info:[5,17],express:[0,11],extend:[0,9,11,19],extens:11,extern:[0,11],extra:[0,3,5,7,9,11,17,20],extra_text:6,extract:[4,17],extract_ensemble_json_from_str:4,extrapol:[2,7],eye:5,f28b5f98d7ef40dcb17fc2481a6d3c:17,fabian:[0,11],fabian_imf_log:[0,11],fabian_imf_log_tim:[0,11],fabian_imf_log_timestep:[0,11],factor:[0,2,4,7,11],fade:[0,11],fail:[0,4,7,9,11,15,19],fail_sil:4,failed_count:[15,16,17],failed_prob:[15,16,17],failed_system:7,failed_system_log:7,failed_systems_error_cod:[15,16,17],failed_systems_threshold:7,failsaf:14,failur:[0,4,11],fallback:[0,11],fals:[0,4,5,7,11,13,15,16,17,18],fancy_parsing_funct:20,far:[0,11,16],fase:17,fast:[0,11],faster:[15,16,17],favorit:14,featur:[3,4,9,17],feed:7,ferguson:[0,11],fetch:14,few:[0,11],field:[0,11],fig:[0,2,11],figsiz:[15,16],figur:[7,15,16,18],file:[0,1,4,5,6,7,8,9,11,14,17,18,19,20],file_log:[0,11],filehandl:6,filenam:[0,1,4,5,7,11,14,17,20],filenotfounderror:[9,19],filepath:1,fill:[4,14],fill_data:2,filter:[0,4,11,13],filter_arg_dict:4,filter_valu:[4,13],fin:[0,11],find:[4,5,7,9,17,19],finish:[4,15,16,17,18],finit:[15,16],first:[0,2,4,5,9,11,14,15,16,17,19,23],first_giant_branch:0,fishlock:[0,11],fit:[0,2,4,5,11,14,23],fix:[0,2,4,5,11,14,17,18],flag:[1,4,7],flash:[0,11],flat:[2,7],flatsect:[2,15,17],flaw:5,float_overflow_check:[0,11],flto:[9,19],fold:2,follow:[0,2,4,7,9,11,12,18,19],forc:[0,9,11,19],force_circularization_on_rlof:[0,11],force_corotation_of_primary_and_orbit:[0,11],foreach_star:15,form:[0,4,5,6,11,15,16,17],formal:[0,11],format:[0,2,4,5,11,12,14,15,16,17],format_ensemble_result:4,formula:[0,11],forward:[0,11],found:[2,9,15,16,17,19],four:[0,11],fpic:1,fraction:[0,2,7,11],framework:11,free_persistent_data_memaddr_and_return_json_output:11,free_store_memaddr:11,frequenc:[0,11],friction:[0,11],fring:[0,11],from:[0,2,4,5,7,13,14,15,16,17,18,23],from_binary_c_config:1,from_dict:[15,16],fryer:[0,11],ftz:[9,19],full:[3,4,7,12],full_path:4,further:[2,17],fuv:[0,11],gaia:[0,2,11],gaia_colour_transform_method:[0,11],gaia_conversion_ubvri_bivariate_jordi2010:[0,11],gaia_conversion_ubvri_riello2020:[0,11],gaia_conversion_ubvri_univariate_evans2018:[0,11],gaia_conversion_ubvri_univariate_jordi2010:[0,11],gaia_conversion_ugriz_bivariate_jordi2010:[0,11],gaia_conversion_ugriz_riello2020:[0,11],gaia_conversion_ugriz_univariate_evans2018:[0,11],gaia_conversion_ugriz_univariate_jordi2010:[0,11],gaia_l_binwidth:[0,11],gaia_teff_binwidth:[0,11],gain:7,galact:[0,11],gallino:[0,11],gamma:[0,11],gap:[0,11],garcia:[0,11],gauss:[0,11],gaussian:2,gaussian_func:2,gaussian_normalizing_const:2,gb_reimers_eta:[0,11],gb_wind_beasor_etal_2020:0,gb_wind_goldman_etal_2017:0,gb_wind_reim:0,gb_wind_schroeder_cuntz_2005:0,gbwind:[0,11],gbwindfac:[0,11],gcc:[1,9,19],gce:[0,11],gener:[0,1,2,4,5,6,7,11,12,14,15,16,17,18],general_info:4,generalis:2,geometr:[0,11],gerosa:[0,11],get:[0,2,3,4,5,6,9,12,14,15,16,17,19,20,23],get_arg_kei:4,get_default:[4,13],get_help:[4,13],get_help_al:[4,5,13],get_help_sup:[4,13],get_integration_constant_q:2,get_max_multipl:2,get_moe_di_stefano_dataset:4,get_siz:4,giant:[0,11],giant_branch:0,git:[0,4,15,16,17],git_branch:4,git_build:4,github:4,gitlab:9,give:[0,2,4,11,23],given:[0,1,2,4,5,7,11,16,20,23],global:[0,2,11,15,16],global_dict:2,gmax:2,gmin:2,gnu:11,goe:[0,4,5,11,12,14,18],gogo:[0,11],going:[9,19],goldman:[0,11],gonna:2,good:[0,7,11,14,15,16,17,23],got:16,gov:[0,11],gravit:[0,11,17],gravitational_radiation_bs:0,gravitational_radiation_bse_when_no_rlof:0,gravitational_radiation_landau_lifshitz:0,gravitational_radiation_landau_lifshitz_when_no_rlof:0,gravitational_radiation_model:[0,11],gravitational_radiation_modulator_:[0,11],gravitational_radiation_modulator_j:[0,11],gravitational_radiation_non:0,grb:[0,11],great:[0,11,16],greater:[0,11],grevess:[0,11],grid:[0,3,4,5,9,10,11,12,14],grid_class:[9,10],grid_cod:5,grid_opt:[5,14,15,16,17],grid_options_default:6,grid_options_defaults_dict:6,grid_options_descript:[6,17],grid_options_description_check:6,grid_options_help:6,grid_result:[7,15,16],grid_vari:[7,17],grid_variable_numb:[5,17],gridcode_filenam:7,gridtyp:[5,17],group:[4,15],gsl:[9,19],gsl_dir:[9,19],guess:[0,2,11],h5py:[9,19],hachisu:[0,11],hachisu_disk_wind:[0,11],hachisu_ignore_qcrit:0,hachisu_qcrit:[0,11],hack:6,had:[5,15,16],half:[0,11],hall:[0,11],handi:[0,11],handl:[0,3,4,5,7,11,14,20,23],handle_ensemble_string_to_json:4,happen:[0,11],hardcod:[12,15,16,17],has:[0,1,4,5,7,11,12,13,15,16,17],have:[0,2,3,4,5,6,7,9,11,12,14,15,16,17,18,19],hbb:[0,11],hbbtfac:[0,11],hdf5:4,hdf5file:4,header:[1,4,12,14,15,16,17],headerlin:17,headlin:7,hegb:0,hehg:0,height:[2,15,17],helium:[0,11],helium_flash_mass_loss:[0,11],helium_white_dwarf:0,help:[0,3,4,6,11,14,15,16,17],help_al:[0,11],hem:0,henc:[0,11,16],hendrik:[9,19],here:[1,4,5,7,11,12,14,18],hertzsprung:[0,11],hertzsprung_gap:0,hertzstrpung:[0,11],heuvel:[0,11],hewd:[0,11],hewd_hewd_ignition_mass:[0,11],hex:7,high:[0,2,11,16],higher:[0,2,4,7,9,11,15,16,17,19],highlight:4,his:2,histori:2,hold:7,hole:[0,11],home:11,homogen:[0,11],hood:14,hopefulli:[0,11],hot:[0,11],how:[0,4,5,7,11,12,14,15,16,17],howev:[0,11,12,15,16,17],hoyl:[0,11],hpc:[5,8],hpc_function:[9,10],hr_diagram:18,hrd:[0,11],hrdiag:[0,11],hrdiag_output:[0,11],html:[4,9,17,19],http:[0,1,2,4,11,17],hurlei:[0,11],hut:[0,11],hybrid:[0,11],hydro:[0,11],hydrogen:[0,11],iadd:4,ibc:[0,11],id_cor:12,idea:[17,18],idum:[0,11],ignit:[0,11],ignor:[0,5,7,9,11,12,14,17,19],iia:[0,11],iloc:14,imf:[0,2,11,16],imf_chabrier2003:2,imf_scalo1986:2,imf_scalo1998:2,imf_tinsley1980:2,immedi:[0,11],implement:[0,4,5,7,11],impli:[0,11],implic:16,impos:[15,16,17],improv:2,inclin:[0,11],inclination1:[0,11],inclination2:[0,11],inclination3:[0,11],inclination4:[0,11],inclini:[0,11],incliniation_quadrupl:[0,11],incliniation_tripl:[0,11],includ:[0,1,2,4,5,9,11,12,14,16,17,18,19],include_binary_c_default:[5,17],include_binary_c_help_al:[5,17],include_binary_c_version_info:[5,17],include_default:[5,17],include_popul:17,include_population_set:5,incom:[0,11],increas:[0,11,15,16],inde:[0,11,16],indent:[4,14],index:[0,2,9,11,13,14],indic:[0,2,11],individu:[3,9,15],individual_nova:[0,11],induc:[0,11],inertia:[0,11],info:[4,5,9,11,13,17,18,19],inform:[0,1,3,4,5,6,12,14,15,16,17,18],init:5,init_abund:[0,11],init_abund_dex:[0,11],init_abund_mult:[0,11],init_abunds_onli:[0,11],initi:[0,2,3,5,11,13,14],initial_abundance_hash:5,initial_abundance_mix:[0,11],initial_abunds_onli:[0,11],initial_mass:14,inner:[0,11],input:[1,2,4,5,7,9,11,13,14,18,23],input_dict:4,insert:[5,17],insid:[0,11],inspect:[4,14,18],inspect_dict:4,inspir:[1,18,23],instabl:[0,11],instanc:[4,14,15,16,17],instant:[0,11],instantli:[0,11],instead:[0,4,7,11,16],integ:[0,5,7,11,23],integr:[2,15,16],integrals_str:2,intens:16,interact:[0,6,11],interfac:[4,9,11,15,19],interfer:[9,19],intern:[0,7,11,13],internal_buff:[0,11],internal_buffering_off:0,internal_buffering_print:0,internal_buffering_stor:0,interpol:[2,5],interpolate_in_mass_izzard2012:2,interpolator_nam:2,intershel:[0,11],interstellar:[0,11],intger:[0,11],intro:[0,11],invers:23,involv:[0,11],inward:[0,11],ipynb:[15,16,17],is_capsul:4,isfil:17,isn:4,isnt:17,isotop:[0,4,11,13],isotope_hash:5,isotope_list:5,item:[1,4,15,16],iter:4,its:[0,4,5,6,9,11,15,16,17,18,19,20],itself:[4,7,9,12,14,19],iwamoto:[0,11],izzard2012_period_distribut:2,izzard:[0,9,11,19],jager:[0,11],jaschek:2,jeff:[9,19],jia:[0,11],john:[0,11],join:[11,12,14,17],jordi:[0,11],json:[4,5,7,11,14,17],jsondecod:4,jsonencod:4,jupyt:[9,15,16,19],just:[0,2,4,5,7,11,17,23],kap:[0,11],kappa:[0,11],kaps_rentrop:[0,11],karaka:[0,11],keep:[5,17],kei:[1,2,4,5,6,7,13,14,17,18],kelvin:[0,11],keplerian:[0,11],keyword:[18,20],kick:[0,7,11],kick_backward:0,kick_forward:0,kick_inward:0,kick_outward:0,kick_random:0,kick_straight_up:0,kick_velocity_custom:0,kick_velocity_fix:0,kick_velocity_maxwellian:0,kill:[1,12,17],kim:[0,11],kind:11,kippenhahn:[0,11],know:[0,1,6,11,13,14,16],known:[0,2,5,11,14,15,16,17,20],kroupa2001:[2,5,17],kroupa:[2,16],krticka:[0,11],ktg93:2,kwarg:[5,18,20],lambda:[0,11],lambda_c:[0,11],lambda_ce_dewi_tauri:0,lambda_ce_klencki_2020:0,lambda_ce_polytrop:0,lambda_ce_wang_2016:0,lambda_enthalpi:[0,11],lambda_ionis:[0,11],lambda_min:[0,11],lambda_mult:[0,11],lambda_multipli:[0,11],lambda_v:2,lamer:[0,11],landau:[0,11],langer:[0,11],larger:[0,11],last:[2,3],lastli:[11,14],later:[15,16],latter:[0,11],law:[2,16],law_const:2,lbv:[0,11],ld_library_path:[9,19],ldist:16,lead:[0,11,15,16,17,23],learn:12,least:[9,19],leav:[0,11],left:[0,11],legaci:[0,11],legacy_yield:[0,11],len:[14,17],lengthen:[0,11],less:[0,1,2,3,11,14],let:[5,14,15,16,17],level:[1,4,5],li7:[0,11],lib:[9,11,14,19],libbinary_c:7,libcustom_logging_5d7779e8190e4b79b10c7e6a44cb0e7:14,libcustom_logging_8967553693ac4e11a49c42d4eef773e8:14,libgsl:[9,19],libmemo:[9,19],librari:[0,1,5,7,11,12,20],library_path:[9,19],librinterpol:[9,19],lies:[0,11],lifetim:[0,11,15,16,17],lifshitz:[0,11],like:[0,1,4,5,7,9,11,15,16,17,18,19,21],limit:[0,11,15,16,17,18],line:[1,4,5,7,9,12,14,15,16,17,18,19],linear2:7,linear:[0,2,7,11,15,16],linear_extrapolation_q:2,linearli:[16,21],linedata:[15,16],lineplot:[15,16],linker:1,linspac:21,linux:11,list:[0,1,2,4,7,11,14,15,16,17,20,21],list_arg:[0,11],list_of_sub_kei:2,lit:[0,11],lithium:[0,11],lithium_gb_post_1dup:[0,11],lithium_gb_post_heflash:[0,11],lithium_hbb_multipli:[0,11],lithium_t:[0,11],littl:15,littleton:[0,11],liu:[0,11],llnl:[0,11],lnm1:[5,15,16,17],lnm_1:16,load:[0,1,4,5,7,11,12,14,15,16,17,18],load_logfil:4,lobe:[0,11,23],local:2,locat:[0,2,7,9,11,19],lodder:[0,11],log10:[0,2,11,15,16,17],log10m1:7,log10p:2,log10per:[15,17],log10pmin:2,log:[0,1,2,3,4,5,7,9,11,14,18,19,20,23],log_:[15,16],log_arg:7,log_args_dir:7,log_arrow:[0,11],log_dt:7,log_every_timestep:[12,14],log_fil:7,log_filenam:[0,11,14,20],log_runtime_system:7,logarithm:[2,16],logensembletim:[0,11],logfil:[4,9,14,19],logg:[0,11],logger:17,logging_dict:1,logging_lin:12,logic:[1,5,7,12],logmass:2,logp:2,logper:2,logperiod:2,logperrang:15,long_spectral_typ:2,longer:[0,11],longnam:[5,15,16,17],look:[1,4,9,15,16,17,19],lookback:[0,11],loon:[0,11],loop:[5,14,15,16,17],loos:18,lose:[0,11],loss:[0,11,14],lost:[0,11],lot:[4,7,15,16,17,20],low:[0,2,11,16],low_mass_m:0,low_mass_main_sequ:0,lower:[0,2,5,11,17,21],lsoda:[0,11],lsun:[0,11,18],lugaro:[0,11],luminos:[0,3,9,11,18],luminosity_1:18,luminosity_2:18,lynnett:[0,11],m_1:[0,5,11,12,13,14,15,16,17,20],m_2:[0,11,12,14,15,17],m_3:[0,11],m_4:[0,11],m_max:[2,5,17],m_min:[5,17],maccretor:[0,11],machin:[7,9,19],macro:[0,4,11,13],madau:2,maeder:[0,11],magellan:[0,11],magnet:[0,11],magnetic_braking_algorithm:[0,11],magnetic_braking_algorithm_andronov_2003:0,magnetic_braking_algorithm_barnes_2010:0,magnetic_braking_algorithm_hurley_2002:0,magnetic_braking_algorithm_rappaport_1983:0,magnetic_braking_factor:[0,11],magnetic_braking_gamma:[0,11],magnitud:4,mai:[0,11,15],main:[0,1,7,9,11,12,15,16,17,19],main_sequ:[0,11,15,16],mainli:8,mainprocess:15,major:[0,11],make:[0,1,2,4,5,7,9,11,14,15,16,17,18,19,20],make_build_text:4,makedir:[4,17],manag:[4,9,19],mani:[0,5,7,11,13,15,16,17],manual:12,manufactur:[0,11],map:7,maria:[0,11],mass:[0,1,2,3,4,5,7,11,13,14,15,17,18,20,23],mass_1:[17,18],mass_2:[17,18],mass_accretion_for_eld:[0,11],mass_accretor:23,mass_donor:23,mass_evolut:18,mass_for_hestar_ia_low:[0,11],mass_for_hestar_ia_upp:[0,11],mass_of_pmz:[0,11],mass_str:2,massiv:[0,2,11],massless:[0,11],massless_remn:0,massrang:[15,16],master:[7,18],match:[0,4,11,14,15,17,18],materi:[0,11],math:[5,15,16,17],mathrm:[15,16],matplotlib:[9,16,18,19],matter:[0,11],mattsson:[0,11],mattsson_mass_loss:[0,11],mattsson_orich_tpagbwind:[0,11],max:[0,2,11,12,15,16,17],max_bound:[2,21],max_evolution_tim:[0,1,11,12,14,15,16,17],max_hewd_mass:[0,11],max_model_numb:[0,11],max_multipl:2,max_neutron_star_mass:[0,11],max_queue_s:7,max_stellar_angmom_chang:[0,11],max_stellar_type_1:[0,11],max_stellar_type_2:[0,11],max_stellar_type_3:[0,11],max_stellar_type_4:[0,11],max_tim:14,max_val:2,maximum:[0,2,7,11,12,15,16,23],maximum_mass_ratio_for_instant_rlof:[0,11],maximum_mass_ratio_for_rlof:23,maximum_mcbagb_for_degenerate_carbon_ignit:[0,11],maximum_nuclear_burning_timestep:[0,11],maximum_timestep:[0,11],maximum_timestep_factor:[0,11],maxmimum:[0,11],maxwellian:[0,11],mayb:18,mayor:2,mc13_pocket_multipli:[0,11],mch:[0,11],mcmin:[0,11],mdonor:[0,11],mean:[0,2,4,5,7,9,11,19],meant:7,measur:4,medium:[0,11],mega:2,mem:15,memaddr:[11,12,15],memori:[1,5,7,11,12,23],menv:[0,11],merg:[0,2,4,7,11],merge_dict:[4,13],merge_multipl:2,merger:[0,11],merger_angular_momentum_factor:[0,11],merger_mass_loss_fract:[0,11],mesa:[9,19],mesasdk_init:[9,19],mesasdk_root:[9,19],messag:4,mestel:[0,11],met:[5,17],metal:[0,2,11,12,14,15,16,17,23],method:[0,5,7,11,12,14,15,16,17],meynet:[0,11],might:[4,5,9,17,19],milki:[0,11],miller:[0,11],min:[2,12,15,16,17],min_bound:[2,21],min_p:2,min_per:2,min_val:2,minimal_verbos:4,minimum:[0,2,4,7,11,23],minimum_co_core_mass_for_carbon_ignit:[0,11],minimum_co_core_mass_for_neon_ignit:[0,11],minimum_donor_menv_for_comenv:[0,11],minimum_envelope_mass_for_third_dredgeup:[0,11],minimum_helium_ignition_core_mass:[0,11],minimum_mcbagb_for_nondegenerate_carbon_ignit:[0,11],minimum_orbital_period_for_instant_rlof:[0,11],minimum_period_for_rlof:23,minimum_separation_for_instant_rlof:[0,11],minimum_separation_for_rlof:23,minimum_time_between_pn:[0,11],minimum_timestep:[0,11],mint:[0,11],mint_data_cleanup:[0,11],mint_dir:[0,11],mint_disable_grid_load_warn:[0,11],mint_fallback_to_test_data:[0,11],mint_hard_max_nshel:[0,11],mint_hard_min_nshel:[0,11],mint_kippenhahn:[0,11],mint_kippenhahn_companion_stellar_typ:[0,11],mint_kippenhahn_stellar_typ:[0,11],mint_maximum_nshel:[0,11],mint_maximum_shell_mass:[0,11],mint_metal:[0,11],mint_minimum_nshel:[0,11],mint_minimum_shell_mass:[0,11],mint_ms_rejuven:[0,11],mint_nshel:[0,11],mint_nuclear_burn:[0,11],mint_remesh:[0,11],mint_use_zams_profil:[0,11],mira:[0,11],misc:[9,11],miscellan:[4,13],miss:[0,4,6,11,15,16],mix:[0,4,7,11],mixtur:[0,11],mmax:[2,16],mmin:[2,7,16],mnra:23,model:[0,1,7,11,12,14,15,16,17],model_numb:[15,16],modif:3,modifi:[0,11,12],modul:[0,6,7,10,11,13,15,16,17],modulo:7,moe:[2,4,5,9,17],moe_di_stefano_2017:5,moe_di_stefano_2017_multiplicity_fract:2,moe_di_stefano_2017_pdf:2,moment:[0,11,12,17,21],momenta:[0,11,18],momentum:[0,11],monoton:16,mont:[0,7,11],monte_carlo_kick:[0,11],more:[0,1,3,4,5,7,9,11,12,13,14,15,16,17,18,19,21],most:[4,11,16],mostli:[4,6,7,15,16,17,18,20],move:[0,11],msun:[0,2,11,12,14,15,16],much:[0,4,11,17],multi:7,multipl:[0,2,4,7,11],multiplc:[0,11],multipli:[0,4,7,11,16],multiplicity_arrai:2,multiplicity_fraction_funct:7,multiplicity_model:7,multiplicity_modul:7,multiply_values_dict:[4,13],multiprocess:7,must:[0,2,11,14,15,16,17],my_stellar_data:[1,12,17],myr:[0,11,14,15,16],n100:[0,11],n100_z0:[0,11],n100h:[0,11],n100l:[0,11],n10:[0,11],n150:[0,11],n1600:[0,11],n1600c:[0,11],n200:[0,11],n20:[0,11],n300c:[0,11],n40:[0,11],naked_helium_star_giant_branch:0,naked_helium_star_hertzsprung_gap:0,naked_main_sequence_helium_star:0,name:[1,4,5,6,11,13,15,16,17,20,22],narrow:16,natur:[0,11,16],nauenberg:[0,11],nearer:[0,11],nearest:[15,16],nebula:[0,11],necessari:[4,5,17],need:[0,2,5,9,11,12,14,15,16,17,19],neg:[0,4,11],neither:[0,5,11],neleman:[0,11],nelemans_gamma:[0,11],nelemans_max_frac_j_chang:[0,11],nelemans_minq:[0,11],nelemans_n_comenv:[0,11],nelemans_recalc_eccentr:[0,11],nemp:[0,11],nemp_cfe_minimum:[0,11],nemp_nfe_minimum:[0,11],nenamg:[0,11],neon:[0,11],nest:[4,5,17],network:[0,11,13],neutrn:[0,11],neutron:[0,11,17],neutron_star:0,never:[0,11,16],newdict:4,newer:[0,2,11],newli:[0,11],newmast:0,newnam:5,newopt:2,newton:[0,11],next:[4,15,16,17],nice:[1,5,18],nieuwenhuijzen:[0,11],nieuwenhuijzen_windfac:[0,11],nmax:2,no_thermohaline_mix:[0,11],noecho:[0,11],noechonow:[0,11],noel:[0,11],nolowq:7,nomin:[0,11],non:[0,7,11],nonconservative_angmom_gamma:[0,11],none:[0,1,2,4,5,6,7,11,15,16,17,23],nonetyp:17,nonzero:7,nor:[0,11],norm:7,normal:[0,4,11],normalis:[2,7],normalize_dict:2,normalize_multipl:7,notabl:17,note:[0,4,5,7,11,15,16],notebook:[9,11,12,13,14,15,16,17,19],notebook_api_funct:14,notebook_custom_log:[14,15,16,17],notebook_individual_system:[12,14,15,16,17],notebook_luminos:16,notebook_luminosity_funct:15,notebook_popul:[14,17],noteworthi:3,noth:[5,7],notic:16,notifi:20,nova:[0,11],nova_faml_multipli:[0,11],nova_irradiation_multipli:[0,11],nova_retention_algorithm_claeys2014:0,nova_retention_algorithm_const:0,nova_retention_algorithm_hillman2015:0,nova_retention_fract:[0,11],nova_retention_method:[0,11],nova_timestep_accelerator_index:[0,11],nova_timestep_accelerator_max:[0,11],nova_timestep_accelerator_num:[0,11],now:[0,2,4,5,11,12,14,15,16,17],nre:15,nstar:15,nuclear:[0,11],nuclear_mass_hash:5,nuclear_mass_list:5,nucleosynthesi:[0,4,11],nucleosynthesis_sourc:[4,13],nucreacmult:[0,11],nucsyn:[9,11],nucsyn_angelou_lithium:[0,11],nucsyn_gce_outflow_check:[0,11],nucsyn_hbb:[0,11],nucsyn_init_abund_mix_ag89:0,nucsyn_init_abund_mix_asplund2005:0,nucsyn_init_abund_mix_asplund2009:0,nucsyn_init_abund_mix_garciaberro:0,nucsyn_init_abund_mix_grevesse_noels_1993:0,nucsyn_init_abund_mix_karakas2002:0,nucsyn_init_abund_mix_kobayashi2011_asplund2009:0,nucsyn_init_abund_mix_lodders2003:0,nucsyn_init_abund_mix_lodders2010:0,nucsyn_metal:[0,11],nucsyn_network:[0,11],nucsyn_network_error:[0,11],nucsyn_s_process:[0,11],nucsyn_solv:[0,11],nucsyn_solver_cvod:0,nucsyn_solver_kaps_rentrop:0,nucsyn_solver_lsoda:0,nucsyn_solver_numb:0,nucsyn_third_dredge_up:[0,11],nugi:[0,11],num_ansi_colour:[0,11],number:[0,2,4,5,7,9,11,15,16,17,19],numer:4,numpi:[4,9,14,19,21],obj:4,object:[0,3,4,5,7,8,11,18],object_hook:4,object_pairs_hook:4,object_parse_funct:14,observ:16,obtain:[0,15,16],obvious:12,occur:[0,11,23],off:[0,11,17],off_m:14,offset:[0,11],ohio:[0,11],old:[5,7,16],old_solut:[9,19],oldnam:5,omega:[0,11],onc:[0,11],one:[0,4,5,7,11,13,16,17,18],onewd:0,onli:[0,4,5,7,11,12,15,16,17,23],onset:[0,11],onto:[0,2,11],opac:[0,11],opacity_algorithm:[0,11],opacity_algorithm_ferguson_op:0,opacity_algorithm_paczynski:0,opacity_algorithm_star:0,opal:[0,11],open:[14,17],oper:4,opm:2,opt:[2,4,11],option:[0,1,2,4,5,9,10,11,15,16,17,19,23],orb:[5,17],orbit:[0,2,11,15,18,23],orbit_evolut:18,orbital_inclin:[0,11],orbital_inclinationi:[0,11],orbital_period:[0,11,12,14,15,17,23],orbital_period_quadrupl:[0,11],orbital_period_tripl:[0,11],orbital_phas:[0,11],orbital_phase_quadrupl:[0,11],orbital_phase_tripl:[0,11],orbiting_object:[0,11],orbiting_objects_close_pc_threshold:[0,11],orbiting_objects_log:[0,11],orbiting_objects_tides_multipli:[0,11],orbiting_objects_wind_accretion_multipli:[0,11],order:[3,4,5,17],ordereddict:[4,16],org:[0,2,4,11],origin:[9,19],other:[0,1,2,4,6,7,9,11,13,14,15,16,17,18,19],otherwis:[0,4,5,6,7,11],our:[15,16],out:[4,6,7,12,13,15,16],outcom:[0,11],outer:[0,11],outfil:[5,17],outfile_nam:1,outfilenam:17,output:[1,3,4,5,7,9,11,12,13,14,18,19,20,23],output_dict:14,output_dir:[5,14,17],output_fil:[4,6,14],output_filenam:[5,17],output_lin:4,outsid:[0,2,11],outward:[0,11],over:[4,5,13,14,15,16,17],overflow:[0,11],overlap:4,overrid:[2,4,5],overriden:17,overshoot:[0,11],overspin_algorithm:[0,11],overspin_bs:[0,11],overspin_massloss:[0,11],overview:11,own:[5,7,9,12,14,17,19],oxygen:[0,11],oxygen_neon_white_dwarf:0,packag:[4,9,11,17,19,21],paczynski:[0,11],pad:[15,16],pad_output_distribut:[4,15,16],page:[0,9,11,17,19],pair:[4,5],panda:[4,9,14,15,16,18,19],pane:18,panel:[0,11],paper:[0,11],param:[4,5],param_nam:4,paramet:[1,2,3,4,5,6,7,9,11,12,14,15,16,17,18,20,21,23],parameter_nam:[4,5,11,13,15,16,17],parameter_value_input_typ:[4,13],pars:[3,4,5,14,15,16,17,18,20],parse_binary_c_version_info:4,parse_cmdlin:5,parse_const:4,parse_float:4,parse_funct:[5,7,14,15,16,17,20],parse_function_hr_diagram:18,parse_function_mass:18,parse_function_orbit:18,parse_int:4,parsec:2,part:[2,5,11,14,15,16,17,23],partial:[0,11],particularli:[0,11],pasp:2,pass:[5,7,9,11,12,14,17,18,19,20],path:[4,7,9,14,17,19],patho:[9,19],pdf:[0,2,9,11,19],peak:16,pend:[0,11],per:[0,4,5,7,11,14,15,17,23],percentag:[0,11],peret:[0,11],perfect:16,perfectli:[15,16],perform:[0,11],perhap:[0,11],periastron:[0,11],pericent:23,period:[0,2,11,12,14,15,16,17,18,23],period_str:2,perl:[1,4,15,16,17],persist:11,persistent_data:11,pgo:[0,11],phase:[0,11,15,16],phasevol:[0,11,17],photoevapor:[0,11],php:2,physic:[15,16,17],pick:18,piec:[5,17],pinnsonneault:[0,11],pkg:[9,19],place:[0,4,11],placehold:18,plai:[0,11,16],plan:7,planetari:[0,11],plaw2:7,pleas:[0,4,11,15,16,17],plot:[0,11,14,15,16,18],plot_data:[15,16],plot_funct:[9,10],plot_hr_diagram:18,plot_hr_diagram_singl:18,plot_mass:18,plot_orbit:18,plot_system:18,plot_typ:18,pls:5,plt:16,plu:[0,11],pms:18,pms_mass_1:18,pms_mass_2:18,pn_comenv_transition_tim:[0,11],pn_fast_wind:[0,11],pn_fast_wind_dm_agb:[0,11],pn_fast_wind_dm_gb:[0,11],pn_fast_wind_mdot_agb:[0,11],pn_fast_wind_mdot_gb:[0,11],pn_hall_fading_time_algorithm:[0,11],pn_hall_fading_time_algorithm_maximum:[0,11],pn_hall_fading_time_algorithm_minimum:[0,11],pn_resolv:[0,11],pn_resolve_maximum_envelope_mass:[0,11],pn_resolve_minimum_effective_temperatur:[0,11],pn_resolve_minimum_luminos:[0,11],pne:[0,11],pogg:[0,11],point:[0,2,4,5,9,11,19],poisson:[2,7],pol:[0,11],polytrop:[0,11],poor:16,pop:12,pop_macro:12,popul:[0,2,3,5,6,8,9,11,19,21],population_id:7,population_nam:[15,16,17],population_set:5,posit:[0,2,11],possibl:[0,1,2,4,6,9,11,14,19],post:[0,11,12],post_ce_adaptive_menv:[0,11],post_ce_envelope_dm_eagb:[0,11],post_ce_envelope_dm_gb:[0,11],post_ce_envelope_dm_tpagb:[0,11],post_ce_objects_have_envelop:[0,11],post_sn_orbit_bs:0,post_sn_orbit_method:[0,11],post_sn_orbit_tt98:0,postagb_legacy_log:[0,11],postagb_wind_gi:0,postagb_wind_krticka2020:[0,11],postagb_wind_non:[0,11],postagb_wind_use_gi:[0,11],postagbwind:[0,11],potenti:[0,11],power:[0,2,11,16],powerlaw:2,powerlaw_const:2,powerlaw_extrapolation_q:2,ppn_envelope_mass:[0,11],pragma:12,pre:[0,11,18],pre_events_stardata:[0,11],pre_main_sequ:[0,11],pre_main_sequence_fit_lob:[0,11],precis:4,precod:[5,15,16,17],predefin:[2,15,16,17],predict:7,predictor:[0,11],prefer:[0,5,11],prefix:[0,11],prepar:2,prepare_dict:2,prescrib:[0,11],prescript:[0,11,17],prescrit:[0,11],present:[2,4,5,15,16,17],preserv:[0,11],preset:18,pressur:[0,11],prev_stellar_type_1:17,prev_stellar_type_2:17,prevent:[0,7,11],previou:[4,16],previous:[14,17],previous_stardata:[1,12,14,17],primari:[1,2,5,15,16,17,23],pringl:[0,11],print:[4,5,6,7,11,12,13,14,15,16,17],print_help:[4,13],print_info:6,print_option_descript:6,print_structur:4,printf:[1,12,14,15,16,17],prior:[0,11],privat:[5,6,9],prob_dict:2,probability_weighted_mass:7,probabl:[0,1,2,5,6,7,11,12,15,16,17,18],probdist:[5,15,16,17],problem:[0,11],probtot:16,process:[0,4,5,7,11,15,16,17],processor:15,profil:[0,11],progenitor:[0,11,17],program:[9,19],project:[0,11],proper:[6,12],properli:[0,5,11],properti:[0,4,5,7,18],prot1:[0,11],prot2:[0,11],prot3:[0,11],prot4:[0,11],provid:[0,2,5,7,11,17,20],pseudorandom:[0,11],publicli:12,puls:[0,11,23],pump:[0,11],purpos:[7,15,16,17,18],push_macro:12,put:[1,4,5,7,15,16,17,18],py_rinterpol:[9,19],pyenv:[9,11,19],pyplot:16,pysiz:4,pytest:[9,19],python3:[9,11,19],python:[4,11,12,15,16,17],q_high_extrapolation_method:7,q_interpol:2,q_low_extrapolation_method:7,qcrit_bh:[0,11],qcrit_bs:0,qcrit_cheb:[0,11],qcrit_chen_han_formula:0,qcrit_chen_han_t:0,qcrit_cowd:[0,11],qcrit_degenerate_bh:[0,11],qcrit_degenerate_cheb:[0,11],qcrit_degenerate_cowd:[0,11],qcrit_degenerate_eagb:[0,11],qcrit_degenerate_gb:[0,11],qcrit_degenerate_hegb:[0,11],qcrit_degenerate_hehg:[0,11],qcrit_degenerate_hem:[0,11],qcrit_degenerate_hewd:[0,11],qcrit_degenerate_hg:[0,11],qcrit_degenerate_lmm:[0,11],qcrit_degenerate_m:[0,11],qcrit_degenerate_n:[0,11],qcrit_degenerate_onewd:[0,11],qcrit_degenerate_tpagb:[0,11],qcrit_eagb:[0,11],qcrit_gb:[0,11],qcrit_gb_bs:0,qcrit_gb_chen_han_formula:0,qcrit_gb_chen_han_t:0,qcrit_gb_ge2015:0,qcrit_gb_hjellming_webbink:0,qcrit_gb_q_no_comenv:0,qcrit_gb_temmink2021:0,qcrit_gb_vos2018:0,qcrit_ge2015:0,qcrit_hegb:[0,11],qcrit_hehg:[0,11],qcrit_hem:[0,11],qcrit_hewd:[0,11],qcrit_hg:[0,11],qcrit_hjellming_webbink:0,qcrit_lmm:[0,11],qcrit_m:[0,11],qcrit_n:[0,11],qcrit_onewd:[0,11],qcrit_q_no_comenv:0,qcrit_temmink2021:0,qcrit_tpagb:[0,11],qcrit_vos2018:0,qcrits_:[0,11],qcrits_degenerate_:[0,11],qdata:2,qlimit:2,quad:7,quadrat:[0,11],quadrulpl:[0,11],quadrupl:[0,2,7,11],quantiti:18,queri:14,queue:7,quickli:14,quit:[0,4,11],r_l:23,radau:[0,11],radi:[0,11],radiat:[0,11],radii:[0,11,23],radiu:[0,1,11,12,17,18,23],radius_1:18,radius_2:18,ragb:23,raghavan2010_binary_fract:2,raghavan:2,rai:[0,11],railton:[0,11],rais:[0,4,7,11,17],ram:[0,11],ran:[7,15],random:[0,7,11],random_count:14,random_se:[0,11,14],random_skip:[0,11],random_system:[0,11],random_systems_se:[0,11],rang:[0,2,5,7,11,14,15,16,17,21],rapid:[0,11],rapidli:[0,11],rappaport:[0,11],rate:[0,2,11],rather:[0,4,5,7,9,11,12,14,17,19],ratio:[0,2,11,15,16,17,23],raw:[4,5,7,11,18,20],raw_output:4,reach:[0,11],reaction:[0,11],read:[3,4,14,17],real:[5,17],realist:16,realiti:16,realli:[0,5,6,7,11,17],reason:[0,11,16],rebuild:[0,9,11,19],rebuilt:[9,19],recalcul:[0,11],receiv:4,recogn:17,recombin:[0,11],recommend:[1,3],recompil:[9,15,16,17,19],recurs:[4,5],recursive_change_key_to_float:4,recursive_change_key_to_str:4,red:[0,11,16],redhat:1,redshift:2,reduc:[0,11],reduct:7,refer:4,regardless:18,region:[0,11],regist:17,reignit:[0,11],reimer:[0,11],reinstal:[9,19],reject:[0,11],rejects_in_log:[0,11],rejuven:[0,11],rel:[0,11],relat:[0,11],releas:[4,9,19],reliabl:11,remain:[0,11],rememb:16,remesh:[0,11],remnant:[0,11],remov:[0,4,5,9,11,14,17,19],remove_fil:4,renam:[5,16],rename_grid_vari:[5,16],renormalis:2,rentrop:[0,11],repeat:[0,7,11],repo:[9,19],report:[0,11,15,16,17],repositori:3,repres:7,represent:[4,5,17],reproduc:[0,11],requir:[0,2,4,11,14,15,16,17,18,20],res:[15,16],reset:[0,11],reset_pref:[0,11],reset_star:[0,11],reset_stars_default:[0,11],resolut:[0,5,7,11,15,16,17],resolv:[0,11,15],reson:[0,11],resourc:16,respect:[0,2,11],rest:[2,5,17],restructuredtext:4,result:[0,1,2,4,5,7,9,11,14,15,16,17,19],result_arrai:2,result_dict:2,results_dictionari:[15,16],retain:[0,11],rethink:4,return_all_info:5,return_arglin:11,return_binary_c_default:5,return_binary_c_version_info:[4,5,13],return_compilation_dict:1,return_help:11,return_help_al:[4,11],return_maximum_mass_ratio_for_rlof:[11,23],return_minimum_orbit_for_rlof:[11,23],return_persistent_data_memaddr:11,return_population_set:5,return_store_memaddr:11,return_version_info:[4,11],reus:5,revap_in:[0,11],revap_out:[0,11],revers:[0,11,18],reverse_tim:[0,11],revis:[0,4],rewrit:5,rhagavan:7,ri0005:17,rich:[0,11],riello:[0,11],rin:[0,11],ring:[0,11],risk:[5,17],ritter:[0,11],rk2:[0,11],rk4:[0,11],rlof:[0,11,23],rlof_angular_momentum_transfer_model:[0,11],rlof_angular_momentum_transfer_model_bs:0,rlof_angular_momentum_transfer_model_conserv:0,rlof_eccentric_as_circular:[0,11],rlof_entry_threshold:[0,11],rlof_f:[0,11],rlof_interpolation_binary_c:0,rlof_interpolation_bs:0,rlof_interpolation_method:[0,11],rlof_mdot_factor:[0,11],rlof_mdot_modul:[0,11],rlof_method:[0,11],rlof_method_adapt:0,rlof_method_adaptive2:0,rlof_method_bs:0,rlof_method_claei:0,rlof_method_ritt:0,rlof_nonconservative_gamma_donor:0,rlof_nonconservative_gamma_isotrop:0,rlof_radiation_correct:[0,11],rlof_transition_objects_escap:[0,11],rob:[0,2,11,23],robert:[9,19],roch:[0,11,23],roche_lob:23,rochelob:23,rol1:14,rol2:14,room:[5,17],root:[9,19],rotat:[0,2,11],rotation:[0,11],rotationally_enhanced_expon:[0,11],rotationally_enhanced_mass_loss:[0,11],rotationally_enhanced_massloss:[0,11],rotationally_enhanced_massloss_angmom:0,rotationally_enhanced_massloss_langer_formula:[0,11],rotationally_enhanced_massloss_langer_formula_and_angmom:0,rotationally_enhanced_massloss_non:0,rout:[0,11],routin:[0,3,5,9,11,18],row:[14,18],rring:[0,11],rssd:2,rst:[4,6],rsun:18,rubric:5,run:[0,1,3,4,5,7,9,11,15,16,19,20],run_popul:11,run_system:[11,12,13,14,18,20],run_system_wrapp:[9,10,12,14],run_wrapp:3,run_zero_probability_system:7,runtim:[1,7],russel:[0,11],rzam:23,s_option:7,safe:17,sai:[0,11],said:[0,11],same:[0,4,7,9,11,14,19],sampl:[0,2,3,5,9,11,15,17,21],sample_valu:2,sampler:9,sana12:[2,15,17],sana:2,save:[0,1,2,11,12,15,16,17],save_pre_events_stardata:[0,11],scalar:4,scalo:2,scanf:0,scheme:[0,11],schneider:[0,11],schroeder:[0,11],script:[3,9,12,19],sdb:[0,11],sdist:[9,19],sdo:[0,11],seaborn:[15,16],search:[9,15],second:[0,2,4,5,11,18],secondari:[2,15,23],section:[2,4,8,9,11,17,19],see:[0,5,9,11,12,13,14,15,16,17,18,19],seed:[0,11],seem:[9,18,19],seen:4,segment:21,seitenzahl2013_model:[0,11],seitenzahl:[0,11],select:[0,4,11,14,15],selected_head:4,selector:[0,11],self:[5,7,14,15,16,17],semi:[0,11],sent:[0,11],sentenc:1,sep:[0,2,5,14,15,17,23],sep_max:[15,17],sep_min:[15,17],separ:[0,2,4,5,6,11,12,14,17,18,23],separation_quadrupl:[0,11],separation_tripl:[0,11],separta:[0,11],seper:17,sequenc:[0,11,12,15,16],seri:[0,11],serialis:[4,5],serv:4,server:5,set:[0,1,2,3,4,5,6,7,9,12,13,14,18,19],set_moe_di_stefano_set:5,set_opt:2,set_xlabel:[15,16],set_ylabel:[15,16],setup:[9,17,19,20],sever:[6,7,13,17,18,20],sfh:2,shara:[0,11],share:[1,7,14,20],shared_lib_filenam:12,shell:[0,11],shellular:[0,11],shorten:[0,11],should:[0,1,2,4,5,6,7,9,11,14,15,16,17,18,19,20],shouldn:[0,4,11],show:[0,3,7,11,14,15,16,17,18],show_plot:18,show_stellar_typ:18,shown:[0,11,18],shrinkagb:14,side:[15,16,17],siess:[0,11],sigma:2,signal:15,silent:4,sill:[0,11],simpl:15,simplest:14,simpli:[0,11,16],simul:[0,1,11,12,15,16,17],simulation_:5,sinc:[4,18],singl:[0,2,3,5,7,11,15,16,17,18],single_star_lifetim:[11,12,14],sit:[0,11],site:11,situat:11,size:[4,7,15,16],skip:[0,4,7,9,11,15,19],skipkei:4,slightli:11,slope:2,slow:[0,11,15,16],slower:[0,11],slurm:[5,7,8],slurm_grid:5,small:[0,11,16],small_envelope_method:[0,11],small_envelope_method_bs:0,small_envelope_method_miller_bertolami:0,smaller:[0,11],smarter:16,smooth:16,smoother:16,sn_impulse_liu2015:0,sn_impulse_non:0,sn_impulse_wheeler1975:0,sn_kick_companion_a:[0,11],sn_kick_companion_aic_bh:[0,11],sn_kick_companion_bh_bh:[0,11],sn_kick_companion_bh_n:[0,11],sn_kick_companion_ecap:[0,11],sn_kick_companion_grb_collapsar:[0,11],sn_kick_companion_hestaria:[0,11],sn_kick_companion_ia_chand:[0,11],sn_kick_companion_ia_chand_co:[0,11],sn_kick_companion_ia_eld:[0,11],sn_kick_companion_ia_h:[0,11],sn_kick_companion_ia_he_co:[0,11],sn_kick_companion_ia_hybrid_hecowd:[0,11],sn_kick_companion_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_companion_ibc:[0,11],sn_kick_companion_ii:[0,11],sn_kick_companion_iia:[0,11],sn_kick_companion_ns_n:[0,11],sn_kick_companion_tz:[0,11],sn_kick_companion_wdkick:[0,11],sn_kick_dispersion_aic_bh:[0,11],sn_kick_dispersion_bh_bh:[0,11],sn_kick_dispersion_bh_n:[0,11],sn_kick_dispersion_ecap:[0,11],sn_kick_dispersion_grb_collapsar:[0,11],sn_kick_dispersion_ia_hybrid_hecowd:[0,11],sn_kick_dispersion_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_dispersion_ibc:[0,11],sn_kick_dispersion_ii:[0,11],sn_kick_dispersion_ns_n:[0,11],sn_kick_dispersion_tz:[0,11],sn_kick_distribution_aic_bh:[0,11],sn_kick_distribution_bh_bh:[0,11],sn_kick_distribution_bh_n:[0,11],sn_kick_distribution_ecap:[0,11],sn_kick_distribution_grb_collapsar:[0,11],sn_kick_distribution_ia_hybrid_hecowd:[0,11],sn_kick_distribution_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_distribution_ibc:[0,11],sn_kick_distribution_ii:[0,11],sn_kick_distribution_ns_n:[0,11],sn_kick_distribution_tz:[0,11],sn_none:12,sn_type:12,sneia:[0,11],snia:[0,11],snippet:[11,14],sns:[15,16],solar:[0,2,11,13,23],solver:[0,11],solver_forward_eul:0,solver_predictor_corrector:0,solver_rk2:0,solver_rk4:0,some:[0,1,2,5,7,9,11,12,13,14,15,16,17,18,19],someth:[0,5,11,14,15,16],sometim:13,somewhat:[15,16,17],soon:21,sort:[4,15,16],sort_kei:4,sourc:[1,2,4,5,6,7,10,18,20,21,23],source_file_filenam:7,source_list:5,sourcecod:[9,11,12,19],sourcefile_nam:1,space:[0,5,11,15,16,17,21],spacing_funct:[9,10],spacingfunc:[5,15,16,17],spacingfunct:[5,17],special:[0,11,17],specif:[0,4,11,13,14,18],specifi:[0,7,11],spectral:2,speed:[0,7,11],speedtest:[0,11],spent:4,spera:[0,11],spheric:[0,11],spiki:16,spin:[0,11],spinrat:[0,11],split:[0,7,11,14,17],split_lin:14,splitlin:[11,12,14,15,16,17],splitpoint:[0,11],spread:5,sqrt:[0,11],src:[0,9,11,12,19],stabil:[0,11],stabl:[0,11],stancliff:[0,11],standard:[0,2,11,15,16],star:[1,2,7,9,11,12,13,14,15,16,17,18,23],star_with_no_mass:0,starcount:[15,16,17],stardata:[0,1,11,12,14,15,16,17],stardata_dump_filenam:[0,11],stardata_load_filenam:[0,11],stardata_t:12,starnum:15,start:[0,1,4,5,6,7,11,14,15,16,17],start_tim:[0,11],start_timestamp:[15,16,17],startrack:[0,11],startswith:14,state:[0,11],statement:[1,12,14,15,16,17],statist:[0,11],statu:[0,1,11,15,16,17],stderr:[0,11],stdout:4,steadi:[0,11],stefan:18,stefano:[4,5,9,17],stellar:[0,2,3,7,9,11,18,22],stellar_structure_algorithm:[0,11],stellar_structure_algorithm_external_funct:0,stellar_structure_algorithm_mint:0,stellar_structure_algorithm_modified_bs:0,stellar_structure_algorithm_non:0,stellar_typ:[1,9,10,12,14,15,16,17,18],stellar_type_1:[0,11,17,18],stellar_type_2:[0,11,17,18],stellar_type_3:[0,11],stellar_type_4:[0,11],stellar_type_dict:22,stellar_type_dict_short:22,step:[4,5,12,14,15,16,17,18,21],stepsiz:[5,17],stick:7,stiff:[0,11],still:[1,7,12],stop:[0,4,11,15],stopfil:[0,11],storag:[0,11],store:[0,2,3,4,5,7,9,14,15,16,17,19,23],store_capsul:11,store_memaddr:[11,23],str:[1,4,5,6,17,18],straight:5,straightforward:[15,16,17],straniero:[0,11],strength:[0,11],strict:4,strictli:[15,16],string:[0,1,3,4,5,6,7,11,13,14,15,16,17,18,20],strip:[0,11,14],stronger:[0,11],struct:[0,11,12],structur:[0,4,7,11,18],stuff:[4,7,14,17,18],style:[0,5,11],sub:[0,4,11],subdict:4,subject:[0,11],sublumin:[0,11],submit:9,subroutin:8,subsequ:[0,11],subtract:4,subtract_dict:4,succe:[0,11],suggest:[0,9,11,19],suit:[9,19],sum:[0,11],sundial:[0,11],supercrit:[0,11],supernova:[0,7,11],superwind:[0,11],superwind_mira_switchon:[0,11],sure:[2,5,7,9,14,15,16,17,18,19,20],surfac:[0,11],surrei:17,surviv:[0,11],survivor:[0,11],switcher:[0,11],symmetr:[0,11],synchron:[0,11],synonym:[0,11],synthesi:[7,9,15,16,17,19],system:[0,3,4,5,7,9,11,12,15,16,17,18,19,20],system_gener:[5,17],system_numb:5,system_queue_fil:15,tabl:[0,2,11],take:[0,2,4,5,7,11,15,17,20],taken:[0,4,11,12],tar:[9,19],target:[1,6],task:[0,2,4,5,6,8,11,17,18,20,21,23],tauri:[0,11],tbse:[0,11],technic:[12,15,16,17],teff:[0,2,11],teff_1:18,teff_2:18,teff_postagb_max:[0,11],teff_postagb_min:[0,11],tell:4,temp_dir:[4,14,16,17],temperatur:[0,2,11,18],termin:[1,9,12,17,19],test:[0,4,5,7,9,11,14,17,19,23],test_data:[0,11],test_func:11,test_logfil:14,test_pop:17,text:[4,6],than:[0,2,4,7,9,11,16,17,19],thats:17,thei:[0,2,4,5,7,11,15,17,18],thelog:[0,11],them:[2,4,5,11,17],themselv:[2,4],theoret:[15,16],thermal:[0,2,11,23],thermally_pulsing_asymptotic_giant_branch:0,thermohalin:[0,11],thesi:[0,11],thi:[0,1,2,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,23],thick:[0,11],thick_disc_end_ag:[0,11],thick_disc_logg_max:[0,11],thick_disc_logg_min:[0,11],thick_disc_start_ag:[0,11],thin:[0,11],thing:[0,2,4,5,6,11,15,16,17,20],think:[0,4,5,11],third:[0,2,11],third_dup:[0,11],third_dup_multipli:[0,11],thorn:[0,11],those:[4,5,9,15,16,17,19],thread:[5,7,15,16],thread_id:7,three:[0,2,11,16,17],three_part_powerlaw:[2,15,16,17],threshold:[0,4,7,11],through:[5,11,14,15,16,17,18,20],throughout:[5,15,16,17],tidal:[0,11],tidal_strength_factor:[0,11],tide:[0,11],tides_convective_damp:[0,11],tides_hurley2002:[0,11],tides_zahn1989:[0,11],time:[0,1,2,4,5,7,9,11,12,14,15,16,17,18,19],timescal:[0,11],timestamp:7,timestep:[0,11,12,14,15,16],timestep_limit:[0,11],timestep_log:[0,11],timestep_modul:[0,11],timestep_multipli:[0,11],timestep_solver_factor:[0,11],tinslei:2,titl:[6,15],tmp:[0,4,9,11,14,15,16,17,19],tmp_dir:[5,7,14,16,17],tmp_tabl:2,todo:[0,1,2,4,5,6,7,11,13,17,18,20,21,23],toler:[0,11],too:[0,4,7,9,11,16,19,20],took:[15,16,17],top:17,topic:[0,11],torqu:[0,11],total:[0,2,4,5,7,11,15,16,17,18],total_count:[15,16,17],total_mass_run:[15,16,17],total_prob:[15,16,17],total_probability_weighted_mass_run:[15,16,17],tout:[0,11,23],tout_pringle_1992_multipli:[0,11],tpagb:[0,11],tpagb_reimers_eta:[0,11],tpagb_wind_beasor_etal_2020:0,tpagb_wind_bloeck:0,tpagb_wind_goldman_etal_2017:0,tpagb_wind_mattsson:0,tpagb_wind_reim:0,tpagb_wind_rob_cwind:0,tpagb_wind_van_loon:0,tpagb_wind_vw93_karaka:0,tpagb_wind_vw93_karakas_carbon_star:0,tpagb_wind_vw93_orig:0,tpagb_wind_vw93_orig_carbon_star:0,tpagbwind:[0,11],tpagbwindfac:[0,11],tpr:15,traceback:4,track:[7,18],trade:[0,11],transfer:[0,11],transform:[0,4,11],transit:[0,11],treat:[0,11],trigger:[0,11],trio:[15,16,17],tripl:[0,2,7,11],truli:[0,11],tupl:1,turn:[0,4,11,14,17],two:[0,4,11,12,22,23],txt:[5,14,17,20],type:[0,1,2,4,5,6,7,11,14,15,16,17,18,21,22,23],type_chng:14,type_ia_mch_supernova_algorithm:[0,11],type_ia_mch_supernova_algorithm_dd2:0,type_ia_mch_supernova_algorithm_seitenzahl2013:0,type_ia_mch_supernova_algorithm_seitenzahl2013_automat:0,type_ia_sub_mch_supernova_algorithm:[0,11],type_ia_sub_mch_supernova_algorithm_livne_arnett_1995:0,typic:[0,11],ubvri:[0,11],ugriv:[0,11],unavail:[0,11],uncom:[5,14,15,16,17],unction:11,undef:12,under:[14,21],undescrib:6,uniform:2,uninstal:[9,19],union:[2,4,5,17,21,23],uniqu:[4,5,7,17],unit:[0,11,13,23],univari:[0,11],unix:5,unknown:20,unless:[1,5,7],unlik:16,unload:5,unpars:11,unrecogn:[9,19],unresolv:15,unsign:0,unstabl:[0,11],until:[0,2,4,11],unus:[0,7,11],unweight:17,updat:[2,4,5,9,16,17,19],update_dict:[4,13],update_grid_vari:[5,16],upper:[0,2,11,21],usag:[0,3],use:[0,2,3,4,5,7,8,9,11,12,13,14,15,17,18,19,20],use_astropy_valu:18,use_datadir:[5,17],use_fixed_timestep_:[0,11],use_periastron_roche_radiu:[0,11],use_tabular_intershell_abundances_karakas_2012:[0,11],usecas:3,used:[0,1,2,4,5,7,11,12,13,14,15,16,17,18],useful:[0,4,5,7,9,11,13,14,15,16,17,19,20,23],useful_func:[9,10],user:[1,2,4,5,6,7,12,20],uses:[0,7,11,12,17],using:[0,1,5,9,12,13,14,15,16,19],usual:[0,2,4,7,11,15,16,17],util:[1,2,4,5,6,11,12,13,14,15,16,17,18,20,21,23],val:2,valid:[0,2,4,11,12],valu:[0,1,2,4,5,6,7,11,13,14,15,16,17,18],value_lin:14,valueerror:17,valuerang:[5,15,16,17],values_arrai:14,van:[0,11],vandenheuvel_log:[0,11],vari:[0,11,17],variabl:[0,3,4,5,7,11],variant:[0,11],variou:[0,11],vassiliadi:[0,11],vb1print:5,veloc:[0,2,11],venv:[9,19],verbos:[1,2,4,5,7,9,14,15,16,17,19],verbose_print:4,veri:[0,5,11,12,14,16,17,21],versa:23,version:[0,4,5,9,11,13,17,19],version_info:4,version_info_dict:13,version_info_str:4,version_onli:[0,11],via:[3,5,7,11,12,15,16,17,18],vice:23,vink:[0,11],virtual:[9,19],virtualenviron:[9,19],viscos:[0,11],viscou:[0,11],visibl:12,visit:9,volum:[0,11],vrot1:[0,11],vrot2:[0,11],vrot3:[0,11],vrot4:[0,11],vrot_breakup:0,vrot_bs:0,vrot_non_rot:0,vrot_sync:0,vw93:[0,11],vw93_eagb_wind_spe:[0,11],vw93_mira_shift:[0,11],vw93_multipli:[0,11],vw93_tpagb_wind_spe:[0,11],vwind:[0,11],vwind_beta:[0,11],vwind_multipli:[0,11],wai:[0,4,5,7,11,14,16,18],wang:[0,11],want:[0,2,4,5,6,7,11,12,13,15,16,17,18],warmup_cpu:[0,11],warn:[0,11,14,17],wast:16,wave:[0,11,17],wd_accretion_rate_new_giant_envelope_lower_limit_helium_donor:[0,11],wd_accretion_rate_new_giant_envelope_lower_limit_hydrogen_donor:[0,11],wd_accretion_rate_new_giant_envelope_lower_limit_other_donor:[0,11],wd_accretion_rate_novae_upper_limit_helium_donor:[0,11],wd_accretion_rate_novae_upper_limit_hydrogen_donor:[0,11],wd_accretion_rate_novae_upper_limit_other_donor:[0,11],wd_kick:[0,11],wd_kick_at_every_puls:0,wd_kick_at_given_puls:0,wd_kick_direct:[0,11],wd_kick_end_agb:0,wd_kick_first_rlof:0,wd_kick_pulse_numb:[0,11],wd_kick_when:[0,11],wd_sigma:[0,11],wdwd_merger_algorithm:[0,11],wdwd_merger_algorithm_bs:0,wdwd_merger_algorithm_chen2016:0,wdwd_merger_algorithm_perets2019:0,web:[15,16],weight:[0,7,11,16],well:[0,4,7,9,11,12,14,15,16,19],went:16,were:[4,15,16,17],what:[0,1,2,4,6,7,9,11,12,14,15,16,17,19,20],whatev:[0,5,9,11,12,19],wheeler:[0,11],when:[0,1,2,4,5,6,7,9,11,13,14,17,19,20],whenev:[9,19],where:[0,1,2,4,5,6,7,9,11,15,16,17,19],whether:[0,2,4,5,6,7,11,13,17,18,23],which:[0,1,2,4,5,6,7,9,11,12,13,14,15,16,17,19,20,23],whichev:7,white:[0,11],white_dwarf_cooling_carrasco2014:[0,11],white_dwarf_cooling_mestel:[0,11],white_dwarf_cooling_mestel_modifi:[0,11],white_dwarf_cooling_model:[0,11],white_dwarf_radius_carrasco2014:[0,11],white_dwarf_radius_model:[0,11],white_dwarf_radius_mu:[0,11],white_dwarf_radius_nauenberg1972:[0,11],whole:[0,5,7,11,12],wide:[15,16],width:[0,11],wiggl:16,wind:[0,11],wind_algorithm_binary_c_2020:0,wind_algorithm_hurley2002:0,wind_algorithm_non:0,wind_algorithm_schneider2018:0,wind_angmom_loss_bs:0,wind_angmom_loss_lw:0,wind_angmom_loss_lw_hybrid:0,wind_angmom_loss_spherically_symmetr:0,wind_angular_momentum_loss:[0,11],wind_disc_angmom_fract:[0,11],wind_disc_mass_fract:[0,11],wind_djorb_fac:[0,11],wind_gas_to_dust_ratio:[0,11],wind_lbv_luminosity_lower_limit:[0,11],wind_mass_loss:[0,11],wind_multiplier_:[0,11],wind_nieuwenhuijzen_luminosity_lower_limit:[0,11],wind_type_multiplier_:[0,11],within:[0,4,5,9,11,12,13,17,19],without:[2,4,5,7,12,14,16],won:[0,11,14],wood:[0,11],work:[0,4,5,9,11,12,14,15,16,18,19],would:[0,4,11,16,17,18],wouldn:[5,17],wr_wind:[0,11],wr_wind_bs:0,wr_wind_eldridg:0,wr_wind_fac:[0,11],wr_wind_maeder_meynet:0,wr_wind_nugis_lam:0,wrap:[1,12],wrapper:[4,11,12,14,23],write:[1,4,5,6,7,11,12,14,15,17,20],write_binary_c_calls_to_fil:[5,17],write_binary_c_parameter_descriptions_to_rst_fil:4,write_grid_options_to_rst_fil:6,write_logfil:11,written:[5,6,7,11,14,17,20],written_data:14,wrlof_mass_transf:[0,11],wrlof_method:[0,11],wrlof_non:0,wrlof_q_depend:0,wrlof_quadrat:0,wrong:[9,16,19],wrwindfac:[0,11],wtts2:[0,11],wtts_log:[0,11],www:[0,2,11],x86_64:11,year:[0,2,11],yet:[0,4,5,7,11,18],yield:[0,11],you:[0,1,4,5,6,7,9,11,12,14,15,16,17,18,19,23],young:[0,11],your:[7,9,12,14,19],yourself:[15,16,17,18],yscale:[15,16],zahn:[0,11],zam:[0,2,3,11,15,20,23],zams_collis:23,zams_mass:[15,16,17],zams_mass_1:17,zams_mass_2:17,zero:[0,1,3,4,7,9,11],zero_ag:[12,14,15,16,17],zero_age_main_sequence_star:[15,16],zero_age_main_sequence_starn:15,zero_prob_stars_skip:[15,16,17],zone:[0,11],zoom:[0,11],zoomfac_multiplier_decreas:[0,11],zoomfac_multiplier_increas:[0,11],zsolar:2,zytkow:[0,11]},titles:["Binary_c parameters","custom_logging_functions module","distribution_functions module","Example notebooks","functions module","grid_class module","Grid options and descriptions","Population grid code options","hpc_functions module","Welcome to binary_c-python\u2019s documentation!","Binarycpython code","Using the API functionality of binarycpython","Using custom logging routines with binarycpython","Extra features and functionality of binarycpython","Running individual systems with binarycpython","Zero-age stellar luminosity function in binaries","Example use case: Zero-age stellar luminosity function","Running populations with binarycpython","plot_functions module","Python module for binary_c","run_system_wrapper module","spacing_functions module","stellar_types module","useful_funcs module"],titleterms:{"case":16,"function":[4,11,13,14,15,16,17],"public":7,Adding:[15,16,17],Using:[11,12],about:13,after:[9,19],age:[15,16],algorithm:0,api:[11,12,14],better:16,binari:[0,15],binary_c:[0,9,11,13,19],binarycpython:[10,11,12,13,14,17],build:[9,13,19],code:[7,10],compact:12,custom:12,custom_logging_funct:1,descript:6,dictionari:13,directli:12,distribut:16,distribution_funct:2,document:[9,19],environ:[9,19],evolut:12,evolv:[15,16,17],exampl:[3,9,11,12,13,16,17,19],extra:13,faq:[9,19],featur:13,free:11,from:[9,11,12,19],full:17,get:[11,13],grid:[6,7,15,16,17],grid_class:5,handl:[15,16,17],help:13,hpc_function:8,indic:9,individu:14,inform:[11,13],initi:16,input:0,instal:[9,19],instruct:[9,19],issu:[9,19],log:[12,15,16,17],luminos:[15,16],mass:[12,16],misc:0,modif:13,modul:[1,2,4,5,8,9,18,19,20,21,22,23],moe:7,note:[9,19],notebook:3,noteworthi:17,nucsyn:0,object:[12,14,15,16,17],option:[6,7],output:[0,15,16,17],paramet:[0,13],pars:13,pip:[9,19],plot_funct:18,popul:[7,12,14,15,16,17],privat:7,python:[9,19],requir:[9,19],routin:12,run:[12,14,17],run_system_wrapp:20,run_wrapp:14,sampl:16,sampler:7,script:17,section:0,set:[11,15,16,17],singl:14,sourc:[9,19],spacing_funct:21,star:0,stefano:7,stellar:[15,16],stellar_typ:22,store:11,string:12,supernova:12,system:14,tabl:9,usag:[9,11,12,19],use:16,useful_func:23,using:11,variabl:[9,15,16,17,19],via:[9,14,19],welcom:9,when:12,zam:16,zero:[15,16]}}) \ No newline at end of file +Search.setIndex({docnames:["binary_c_parameters","custom_logging_functions","distribution_functions","example_notebooks","functions","grid","grid_options_defaults","grid_options_descriptions","hpc_functions","index","modules","notebook_api_functionality","notebook_custom_logging","notebook_extra_features","notebook_individual_systems","notebook_luminosity_function_binaries","notebook_luminosity_function_single","notebook_population","plot_functions","readme_link","run_system_wrapper","spacing_functions","stellar_types","useful_funcs"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1,nbsphinx:3,sphinx:56},filenames:["binary_c_parameters.rst","custom_logging_functions.rst","distribution_functions.rst","example_notebooks.rst","functions.rst","grid.rst","grid_options_defaults.rst","grid_options_descriptions.rst","hpc_functions.rst","index.rst","modules.rst","notebook_api_functionality.ipynb","notebook_custom_logging.ipynb","notebook_extra_features.ipynb","notebook_individual_systems.ipynb","notebook_luminosity_function_binaries.ipynb","notebook_luminosity_function_single.ipynb","notebook_population.ipynb","plot_functions.rst","readme_link.rst","run_system_wrapper.rst","spacing_functions.rst","stellar_types.rst","useful_funcs.rst"],objects:{"binarycpython.utils":{custom_logging_functions:[1,0,0,"-"],distribution_functions:[2,0,0,"-"],functions:[4,0,0,"-"],grid:[5,0,0,"-"],grid_options_defaults:[6,0,0,"-"],hpc_functions:[8,0,0,"-"],plot_functions:[18,0,0,"-"],run_system_wrapper:[20,0,0,"-"],spacing_functions:[21,0,0,"-"],stellar_types:[22,0,0,"-"],useful_funcs:[23,0,0,"-"]},"binarycpython.utils.custom_logging_functions":{autogen_C_logging_code:[1,1,1,""],binary_c_log_code:[1,1,1,""],binary_c_write_log_code:[1,1,1,""],compile_shared_lib:[1,1,1,""],create_and_load_logging_function:[1,1,1,""],from_binary_c_config:[1,1,1,""],return_compilation_dict:[1,1,1,""]},"binarycpython.utils.distribution_functions":{"const":[2,1,1,""],Arenou2010_binary_fraction:[2,1,1,""],Izzard2012_period_distribution:[2,1,1,""],Kroupa2001:[2,1,1,""],Moe_di_Stefano_2017_multiplicity_fractions:[2,1,1,""],Moe_di_Stefano_2017_pdf:[2,1,1,""],build_q_table:[2,1,1,""],calc_P_integral:[2,1,1,""],calc_e_integral:[2,1,1,""],calc_total_probdens:[2,1,1,""],calculate_constants_three_part_powerlaw:[2,1,1,""],cosmic_SFH_madau_dickinson2014:[2,1,1,""],duquennoy1991:[2,1,1,""],fill_data:[2,1,1,""],flat:[2,1,1,""],flatsections:[2,1,1,""],gaussian:[2,1,1,""],gaussian_func:[2,1,1,""],gaussian_normalizing_const:[2,1,1,""],get_integration_constant_q:[2,1,1,""],get_max_multiplicity:[2,1,1,""],imf_chabrier2003:[2,1,1,""],imf_scalo1986:[2,1,1,""],imf_scalo1998:[2,1,1,""],imf_tinsley1980:[2,1,1,""],interpolate_in_mass_izzard2012:[2,1,1,""],ktg93:[2,1,1,""],linear_extrapolation_q:[2,1,1,""],merge_multiplicities:[2,1,1,""],normalize_dict:[2,1,1,""],number:[2,1,1,""],poisson:[2,1,1,""],powerlaw:[2,1,1,""],powerlaw_constant:[2,1,1,""],powerlaw_extrapolation_q:[2,1,1,""],prepare_dict:[2,1,1,""],raghavan2010_binary_fraction:[2,1,1,""],sana12:[2,1,1,""],set_opts:[2,1,1,""],three_part_powerlaw:[2,1,1,""]},"binarycpython.utils.functions":{AutoVivificationDict:[4,2,1,""],BinaryCEncoder:[4,2,1,""],Capturing:[4,2,1,""],bin_data:[4,1,1,""],binarycDecoder:[4,2,1,""],binaryc_json_serializer:[4,1,1,""],call_binary_c_config:[4,1,1,""],catchtime:[4,2,1,""],convert_bytes:[4,1,1,""],convfloat:[4,1,1,""],count_keys_recursive:[4,1,1,""],create_arg_string:[4,1,1,""],create_hdf5:[4,1,1,""],custom_sort_dict:[4,1,1,""],datalinedict:[4,1,1,""],example_parse_output:[4,1,1,""],extract_ensemble_json_from_string:[4,1,1,""],filter_arg_dict:[4,1,1,""],format_ensemble_results:[4,1,1,""],get_arg_keys:[4,1,1,""],get_defaults:[4,1,1,""],get_help:[4,1,1,""],get_help_all:[4,1,1,""],get_help_super:[4,1,1,""],get_moe_di_stefano_dataset:[4,1,1,""],get_size:[4,1,1,""],handle_ensemble_string_to_json:[4,1,1,""],imports:[4,1,1,""],inspect_dict:[4,1,1,""],is_capsule:[4,1,1,""],load_logfile:[4,1,1,""],make_build_text:[4,1,1,""],merge_dicts:[4,1,1,""],multiply_values_dict:[4,1,1,""],output_lines:[4,1,1,""],pad_output_distribution:[4,1,1,""],parse_binary_c_version_info:[4,1,1,""],recursive_change_key_to_float:[4,1,1,""],recursive_change_key_to_string:[4,1,1,""],remove_file:[4,1,1,""],return_binary_c_version_info:[4,1,1,""],subtract_dicts:[4,1,1,""],temp_dir:[4,1,1,""],update_dicts:[4,1,1,""],verbose_print:[4,1,1,""],write_binary_c_parameter_descriptions_to_rst_file:[4,1,1,""]},"binarycpython.utils.functions.BinaryCEncoder":{"default":[4,3,1,""]},"binarycpython.utils.functions.Capturing":{__enter__:[4,3,1,""],__exit__:[4,3,1,""]},"binarycpython.utils.functions.binarycDecoder":{decode:[4,3,1,""]},"binarycpython.utils.functions.catchtime":{__enter__:[4,3,1,""],__exit__:[4,3,1,""]},"binarycpython.utils.grid":{Population:[5,2,1,""]},"binarycpython.utils.grid.Population":{Moe_di_Stefano_2017:[5,3,1,""],add_grid_variable:[5,3,1,""],clean:[5,3,1,""],evolve:[5,3,1,""],evolve_single:[5,3,1,""],export_all_info:[5,3,1,""],parse_cmdline:[5,3,1,""],rename_grid_variable:[5,3,1,""],return_all_info:[5,3,1,""],return_binary_c_defaults:[5,3,1,""],return_binary_c_version_info:[5,3,1,""],return_population_settings:[5,3,1,""],set:[5,3,1,""],set_moe_di_stefano_settings:[5,3,1,""],update_grid_variable:[5,3,1,""],vb1print:[5,3,1,""],write_binary_c_calls_to_file:[5,3,1,""]},"binarycpython.utils.grid_options_defaults":{grid_options_description_checker:[6,1,1,""],grid_options_help:[6,1,1,""],print_option_descriptions:[6,1,1,""],write_grid_options_to_rst_file:[6,1,1,""]},"binarycpython.utils.plot_functions":{color_by_index:[18,1,1,""],dummy:[18,1,1,""],parse_function_hr_diagram:[18,1,1,""],parse_function_masses:[18,1,1,""],parse_function_orbit:[18,1,1,""],plot_HR_diagram:[18,1,1,""],plot_masses:[18,1,1,""],plot_orbit:[18,1,1,""],plot_system:[18,1,1,""]},"binarycpython.utils.run_system_wrapper":{run_system:[20,1,1,""]},"binarycpython.utils.spacing_functions":{"const":[21,1,1,""]},"binarycpython.utils.useful_funcs":{calc_period_from_sep:[23,1,1,""],calc_sep_from_period:[23,1,1,""],maximum_mass_ratio_for_RLOF:[23,1,1,""],minimum_period_for_RLOF:[23,1,1,""],minimum_separation_for_RLOF:[23,1,1,""],ragb:[23,1,1,""],roche_lobe:[23,1,1,""],rzams:[23,1,1,""],zams_collision:[23,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:function","2":"py:class","3":"py:method"},terms:{"000":14,"0000":14,"0000000000000002":16,"0000000000000004":16,"000000000000e":14,"0001":[11,23],"000122339":17,"000161974":17,"000214449":17,"000220016":17,"000283924":17,"000287968":17,"00036002859999999996":16,"000375908":17,"00039801020000000003":16,"000497691":17,"000498487":17,"00065893":17,"0007":2,"0007310379999999999":16,"0007493004":16,"000869303":16,"000872405":17,"001":[0,11],"00115504":17,"001171479":16,"0014346559999999999":16,"00152924":17,"00202467":17,"002380189":16,"00283037":16,"00321118":16,"0037453900000000004":16,"0045385":16,"004698855121516278":17,"00515685":16,"006221155214163634":17,"00632092":11,"008236638755149857":17,"00921541":16,"00e":15,"0104553":16,"010905083645619543":17,"012246630357e":17,"0141":11,"014776889999999999":16,"0164166":16,"01e":15,"0212294":16,"021960493499e":17,"024868380796643753":17,"024868380796643757":17,"025":16,"0268827":16,"02e":15,"030004499999999996":16,"030499912298e":17,"035000000000004":16,"0434":17,"044142002936e":12,"044402888438054094":17,"04440288843805411":17,"044572277695e":12,"044654032097e":12,"045084306856e":12,"04e":15,"050651207308e":12,"05128ef4c5fe4274a0356c3e99e2f2d2":17,"054":2,"057525":15,"05e":15,"077":15,"077117":15,"0771478":16,"07e":15,"080":15,"080367":15,"0820":[0,11],"084":15,"084369":15,"086":15,"08e":15,"08f8230453084e4ca6a2391d45ce658b":16,"08msun":[0,11],"0902":[0,11],"094409257247e":17,"0967":17,"09e":15,"0fa295ee5c76444bace8fd0ee17a3e11":15,"0mb":15,"0mb1656":15,"0x7f351ff53810":15,"0x7f351ff539f0":15,"0x7f531bc3b6a8":17,"0x7fa6a45ed180":11,"0x7fb4d41ebbf8":14,"100":[0,2,11,15,16],"1000":[0,7,11],"1003":15,"1015":15,"1025":15,"1033":15,"1040":15,"1048":15,"105":16,"1057":15,"1062":15,"1069":15,"1077":15,"108":17,"1085":[14,15],"1091":15,"1099":15,"10e":15,"10t15":15,"11003":14,"1114":15,"1126":15,"1134":15,"1139":15,"1148":15,"115":2,"1156":15,"11582":14,"1162":15,"1168":15,"117":15,"117391":15,"1177":15,"1181":15,"1187":15,"1194":15,"119437":15,"11973310000000001":16,"11e":15,"120000":[0,11],"1202":15,"1219":15,"1228":15,"12325":14,"1234":15,"123795595728e":17,"1243":15,"12457":14,"12460":14,"12461":14,"125":[0,11,16],"12500":0,"1251":15,"1260":15,"126435":15,"1268":15,"1276":15,"1282":15,"1289":15,"1295":15,"12e":[1,12,14,15,16,17],"1301":14,"1302":14,"1309":15,"1323":15,"1332":15,"1338":15,"134":17,"1346":15,"13461":14,"1355":15,"13567":12,"1359":15,"13626":17,"1366":15,"1376":15,"1383104324341":15,"138353":15,"1384":15,"139293101586e":17,"1393":15,"13e":15,"13e3":[0,11],"1403":2,"1423":15,"1435":15,"1443":15,"1445":15,"14461":14,"1448":15,"1454":15,"1455":15,"1459":15,"1465":15,"1474":15,"1482":15,"1485":15,"1487":15,"1496":15,"14e":15,"150":[15,16,17],"15000":[0,11,12,14,17],"1509":15,"1523":15,"1531":15,"1537":15,"1545":15,"1555":15,"1564":15,"1574":15,"15740832333567983":15,"1584":15,"1594":15,"15msun":2,"16018641159091498":15,"1607":15,"1617":14,"1618":[14,15],"1618606489196724":15,"1619":14,"1620":14,"1621":14,"1621c23a5":0,"1628":15,"1629459533":17,"1629459536":17,"1631124829":16,"1631124830":16,"1631283248":15,"1631284043":15,"1635":15,"1645":15,"1655":15,"1664":15,"1674":15,"1684":15,"1691":15,"1699":15,"16e":15,"17005450973840136":15,"17089":14,"1713":15,"1725":15,"1735":15,"1745":15,"175":15,"1755":15,"1763":15,"1767":15,"1776":15,"1785":15,"1793":15,"17e":15,"1801":15,"1812":15,"181971798545e":17,"1822":15,"1830":15,"1839":15,"1847":15,"1855":15,"1864":15,"186492":15,"1865":12,"1873":15,"1884":15,"189097":16,"1895":15,"18e":15,"190":0,"1907":15,"1916":15,"1926":15,"1936":15,"1943278312683":15,"1946":15,"1951":[0,11],"1956":15,"1958354":15,"1961345":16,"1966":15,"1972":[0,11],"1975":[0,11],"1976":15,"197x":[0,11],"1980":2,"1983":23,"1986":[0,2,11],"1987":15,"1989":[0,11],"1991":2,"1992":[0,11],"1993":[0,11],"1996":23,"1998":[0,2,11,15],"1999":[0,11],"1ckzg0p9":[9,19],"1dex":[15,16],"1e2":[0,11],"1e9":[0,11],"1mb":15,"200":[0,11],"2000":[0,11,15],"2001":[2,16],"2002":[0,11],"2003":[0,2,11],"2004":[0,11],"2005":[0,11],"2009":[0,11],"2010":[0,2,7,11],"2012":[0,2,11],"2013":[0,11],"2014":[0,2,11],"2015":[0,11],"2016":[0,11],"2017":[0,7,11,17],"2018":[0,1,11],"2019":[0,11],"2020":[0,11],"2021":[0,15],"20210910":0,"20e":15,"21587440567681548":17,"2181597":16,"2182216189410787":16,"21822161894107872":16,"219029061236e":17,"21e":15,"220964392276":15,"227002356107e":17,"227955577093495":17,"22e":15,"2369339999999996e":16,"23e":15,"2403e":17,"2424":14,"24e":15,"2544031669779":17,"255":[0,11],"2568974":16,"257":23,"2572":17,"257608426597089":17,"25msun":[0,11],"27143e":17,"27e":15,"281":23,"28134439269236855":17,"283331":15,"28e":15,"29427":17,"29448":17,"29457":17,"2947":17,"2969346":2,"29e":15,"2mb":15,"2msun":[0,11],"3000":[0,11],"303065":16,"30642":17,"30902":17,"30e":15,"30e4":[0,11],"3205":17,"3228":17,"33469":12,"33699":17,"338":12,"34213":12,"34708e":16,"34e":15,"35e":15,"367065500196e":17,"36e":15,"36m":11,"37e":15,"382":15,"38788e":17,"38e":15,"39205":17,"394728392218e":17,"396133472739e":17,"396288708628e":17,"396675941641e":17,"39754":17,"39999999999999997":16,"39e":15,"3mb":15,"3msun":2,"4000":0,"400722":15,"404641347602e":17,"40e":15,"41112":15,"41e":15,"424921":15,"427601421985e":17,"42e":15,"42msun":[0,11],"4309362899259503":17,"43422e":17,"435":15,"43719":17,"4397":17,"444217227690e":17,"44e":15,"44msun":[0,11],"4500":11,"45000000080":17,"4504":17,"450828476484e":17,"451192744924e":17,"4530":[12,14],"453317880232e":17,"45407":17,"45e":15,"45msun":[0,11],"4600214958191":15,"4621":17,"462779538274e":17,"46573":17,"46e":15,"474":15,"47745":17,"480":15,"4838":[11,12,14],"4976091384888":15,"499":15,"49e":15,"4e3":[0,11],"4mb":15,"500":[0,11],"505288":15,"507":15,"508":17,"50e":15,"517749":14,"518":14,"51803":12,"520":15,"52414":17,"52415":17,"5262682437896729":16,"5294":17,"52e":15,"531":15,"546683":14,"547":15,"548":15,"5483":17,"548740826516e":17,"549":15,"54e":15,"550":15,"551":15,"552":15,"554":15,"55458":12,"555":15,"557":15,"559":15,"55e":15,"560":15,"561":15,"562":15,"563":15,"564":15,"565":15,"566":15,"567":15,"568":15,"569":15,"571":15,"5717":17,"573":15,"57443":12,"575":15,"57571":17,"576":15,"577":15,"578":15,"579":15,"579099761269e":17,"57e":15,"581":15,"582":15,"583":15,"584":15,"585":15,"58519":17,"586":15,"587":15,"588":15,"589":15,"58e":15,"5900418758392334":16,"59452":12,"59e":15,"5dex":[15,16],"5mb":15,"5mb625":15,"5msun":[0,11],"6000":[0,11],"600000":0,"60007":17,"60e":15,"6185":0,"624":15,"625":0,"626":15,"62e":15,"635":[0,11],"63e":15,"6452116023479681":15,"6495098935846658":15,"6495098935846686":15,"64e":15,"653":17,"65e":15,"66003":17,"66e":15,"674063083432e":17,"67586e":17,"684":17,"68748":17,"68e":15,"6935975551605":15,"6944":0,"69e":15,"6e1":2,"6e5":[0,11],"6mb":15,"6msun":[0,11],"70e":15,"71025":17,"71196":17,"7128":17,"713":15,"716":14,"71662":12,"71e":15,"7203987":17,"724":12,"72498e":[12,17],"728":15,"73e":15,"743":15,"7561":17,"759":15,"75e":15,"7619":0,"763":2,"7647737053496777":17,"76e":15,"772169325356e":17,"77287":17,"774":15,"774854":15,"779197348711e":17,"7809":17,"78125":0,"783":14,"785212755203247":17,"787":15,"78e":15,"79091":17,"792":15,"792905807495117":17,"793":15,"794":15,"79487":17,"795":[2,15],"799":15,"79e":15,"7mb":15,"7mb1235":15,"800":15,"802986496151e":17,"80592":17,"80919":17,"80e":15,"80msol":2,"81066":17,"812":15,"81395":12,"81495":17,"81499":17,"81529":17,"81536":17,"81563":17,"81636":17,"817":14,"81957":17,"81e":15,"82061":17,"82074":17,"82088":17,"82123":17,"8216":17,"82255":17,"8293333":16,"830":15,"83f80d829dbd418aa2bc745c99b71991":16,"846":15,"847":15,"848380621869e":12,"84e":15,"851971":15,"85e":15,"864":15,"86e":15,"872":[15,17],"876":15,"8862":17,"887":15,"88e":15,"897337":15,"898":15,"89e":15,"8mb":15,"8mb1394":15,"905335716621e":17,"908":15,"90e":15,"919":15,"91e":15,"92de7c9221c54206ab4dd10e58e09a34":16,"92e":15,"934":15,"935186":17,"935920346899e":17,"93e":15,"9436":17,"9458":14,"947":15,"9539172649383545":17,"956":15,"95e":15,"963":15,"963621764679e":17,"969":15,"97008":17,"976":15,"979":15,"97923e":17,"97e":15,"981706":15,"986":15,"988":15,"99191":12,"99192":12,"99194":12,"9947":14,"995":15,"9956307907476224":16,"9961590766906738":16,"9983":14,"99e":15,"9mb":15,"boolean":[0,4,5,7,11,18,23],"break":[0,11],"case":[0,3,4,7,9,11,17],"catch":[4,7,14,15,16,17],"char":7,"class":[4,5],"const":[2,5,15,16,17,21],"default":[0,1,2,4,5,6,7,11,12,13,15,16,17,20],"export":[4,5,17],"final":[15,16],"float":[0,2,4,5,11,13,14,21,23],"function":[0,1,2,3,5,6,7,8,9,10,12,18,19,20,21,23],"import":[4,5,11,12,13,14,15,16,17],"int":[0,1,2,4,5,6,7,11,15,17,21,23],"krtickov\u00e1":[0,11],"kub\u00e1t":[0,11],"long":[0,4,5,7,11,17,22],"new":[0,2,4,5,11,14,15,16,17],"null":[0,4,11,13],"paczy\u0144ski":[0,11],"public":[6,9,15,16,17],"return":[1,2,4,5,6,7,11,13,14,15,16,17,18,20,21,23],"short":[0,11,15,16,22],"super":[0,11],"switch":[0,11],"throw":[9,19],"true":[0,4,5,6,7,11,13,16,17,18],"try":[0,9,11,14,15,16,17,19],"void":12,"while":[0,11,15],Added:17,Adding:[3,14],And:[6,9,19,23],But:14,Doing:[15,16,17],For:[0,4,9,11,12,14,15,16,18,19],Gas:[0,11],Its:7,NOT:[0,5,11,20],Not:7,One:[0,11],Pms:18,That:[0,11],The:[0,1,2,3,4,5,7,9,11,12,13,14,15,16,17,18,19,20],Then:[4,9,19],There:[2,5,6,7,11,12,13,14,15,16,17,18],These:[4,7,11,15,16,17,18],Use:[0,5,11,17],Used:[0,7,11,18],Useful:[0,6,11,15,16,17],Uses:[0,4,11,21],Using:[3,9,15],Was:[0,11],Will:[0,4,5,11,17,20],With:6,__arg_begin:11,__attribute__:12,__enter__:4,__exit__:4,__iadd__:4,_actually_evolve_system:7,_binary_c_bind:[4,11,12,14,23],_binary_c_config_execut:7,_binary_c_dir:7,_binary_c_execut:7,_binary_c_shared_librari:7,_commandline_input:7,_count:7,_custom_logging_shared_library_fil:7,_end_time_evolut:7,_errors_exceed:7,_errors_found:7,_evolution_type_opt:7,_failed_count:7,_failed_prob:7,_failed_systems_error_cod:7,_generate_grid_cod:7,_grid_vari:[5,7,16],_loaded_ms_data:7,_main_pid:7,_population_id:7,_pre_run_cleanup:5,_probtot:7,_process_run_population_grid:7,_repeat:7,_set:5,_set_ms_grid:7,_start_time_evolut:7,_store_memaddr:7,_system_gener:7,_total_mass_run:7,_total_probability_weighted_mass_run:7,_total_starcount:7,_zero_prob_stars_skip:7,a173:[0,11],abat:[0,11],abbrevi:22,abl:11,about:[3,4,5,6,15,16,17,23],abov:[0,2,4,5,11,12,14,16,17],abridg:[11,12],absolut:[0,4,11],abund:[0,11],acceler:[0,11],accept:[4,17],access:[2,7,12,14,15,16,17],accord:[0,2,11],accordingli:[14,16,17],account:[0,7,11],accret:[0,11],accretion_limit_dynamical_multipli:[0,11],accretion_limit_eddington_lmms_multipli:[0,11],accretion_limit_eddington_steady_multipli:[0,11],accretion_limit_eddington_wd_to_remnant_multipli:[0,11],accretion_limit_thermal_multipli:[0,11],accretor:[0,11,23],accur:[15,16],act:[0,7,11,16,17],activ:[0,9,11,19],actual:[0,4,5,7,9,11,12,14,15,16,17,18,19],adam:[0,11],adapt:[0,11,16],add:[0,2,4,5,7,11,12,14,15,16,17,18,21,23],add_grid_vari:[5,15,16,17],added:[4,14,15],adding:[14,15,16,17],address:[1,7,11,12,23],admittedli:18,adress:[11,12,23],advis:12,affect:[0,11],after:[0,5,7,11,12,15,16,17],ag89:[0,11],again:[4,7,9,13,14,19],against:18,agb:[0,11],agb_3dup_algorithm:[0,11],agb_core_algorithm:[0,11],agb_core_algorithm_default:0,agb_core_algorithm_hurlei:0,agb_core_algorithm_karaka:0,agb_luminosity_algorithm:[0,11],agb_luminosity_algorithm_default:0,agb_luminosity_algorithm_hurlei:0,agb_luminosity_algorithm_karaka:0,agb_radius_algorithm:[0,11],agb_radius_algorithm_default:0,agb_radius_algorithm_hurlei:0,agb_radius_algorithm_karaka:0,agb_third_dredge_up_algorithm_default:0,agb_third_dredge_up_algorithm_hurlei:0,agb_third_dredge_up_algorithm_karaka:0,agb_third_dredge_up_algorithm_stancliff:0,age:[0,3,9,11],aging:[0,11],albedo:[0,11],algorithm:[9,11],algothim:[0,11],all:[0,1,2,4,5,6,7,9,10,11,13,14,15,16,17,18,19,20],all_info:5,alloc:11,allow:[0,2,4,7,11,12],allow_nan:4,along:[0,6,7],alpha:[0,11],alpha_c:[0,11],alphacb:[0,11],alreadi:[5,17],also:[0,3,4,5,6,9,11,12,15,16,17,19,23],alter:5,altern:[0,7,11],alwai:[0,2,7,11],amanda:[0,11],amax:2,amin:2,amount:[0,4,5,6,7,11,17,21],amp:11,amt_cor:[7,15,16,17],analys:20,analyt:[5,15,16,17],analyz:14,andrew:[9,19],andronov:[0,11],angelou_lithium_cheb_decay_tim:[0,11],angelou_lithium_cheb_massfrac:[0,11],angelou_lithium_cheb_tim:[0,11],angelou_lithium_decay_funct:[0,11],angelou_lithium_decay_function_exponenti:0,angelou_lithium_decay_tim:[0,11],angelou_lithium_eagb_decay_tim:[0,11],angelou_lithium_eagb_massfrac:[0,11],angelou_lithium_eagb_tim:[0,11],angelou_lithium_gb_decay_tim:[0,11],angelou_lithium_gb_massfrac:[0,11],angelou_lithium_gb_tim:[0,11],angelou_lithium_hg_decay_tim:[0,11],angelou_lithium_hg_massfrac:[0,11],angelou_lithium_hg_tim:[0,11],angelou_lithium_lmms_decay_tim:[0,11],angelou_lithium_lmms_massfrac:[0,11],angelou_lithium_lmms_tim:[0,11],angelou_lithium_ms_decay_tim:[0,11],angelou_lithium_ms_massfrac:[0,11],angelou_lithium_ms_tim:[0,11],angelou_lithium_tpagb_decay_tim:[0,11],angelou_lithium_tpagb_massfrac:[0,11],angelou_lithium_tpagb_tim:[0,11],angelou_lithium_vrot_trigg:[0,11],angelou_lithium_vrotfrac_trigg:[0,11],angular:[0,11,18],ani:[0,2,4,5,9,11,14,17,19],anoth:[0,11],ansi:[0,11],ansi_colour:[0,11],anyth:[0,4,7,11,15,16,17],anywai:[5,14,17],anywher:[5,17],api:[0,3,4,9],api_log_filename_prefix:[0,11,14],append:[1,4,14,15,16],appli:[0,11],apply_darwin_radau_correct:[0,11],appropri:[0,7,11],approxim:[0,11],aren:[2,7],arenou2010_binary_fract:2,arg:[2,4,11,13,17,18],arg_dict:4,argopt:[0,11],argpair:[4,13],argstr:[11,12,14],argument:[0,2,4,5,7,11,14,17,20],argument_of_periastron:[0,11],argument_of_periastron_quadrupl:[0,11],argument_of_periastron_tripl:[0,11],around:[0,11,12,14],arrai:[2,4,7,14],arrow:[0,11],artefact:16,artifici:[0,11],artificial_accretion_end_tim:[0,11],artificial_accretion_ignor:0,artificial_accretion_start_tim:[0,11],artificial_angular_momentum_accretion_r:[0,11],artificial_mass_accretion_r:[0,11],artificial_mass_accretion_rate_by_stellar_typ:[0,11],artificial_orbital_angular_momentum_accretion_r:[0,11],arxiv:[0,2,11],ask:[0,11,23],asplund:[0,11],assign:[5,15,16,17],associ:[15,16],assum:[0,11,18],ast871:[0,11],astronomi:[0,11],astrophys:16,astropi:[9,18,19],atom:4,attempt:[4,5],auto:[1,10],autogen_c_logging_cod:[1,12],automat:[0,1,6,9,11,12,19],autovivif:4,autovivificationdict:4,avaibl:[9,19],avail:[0,4,7,11,12,15,16,17,18],avoid:11,awai:[0,11],axi:[0,11,18],b_1:[0,11],b_2:[0,11],b_3:[0,11],b_4:[0,11],b_inclination1:[0,11],b_inclination2:[0,11],b_inclination3:[0,11],b_inclination4:[0,11],back:[0,4,11],backward:[0,11],bagb:[0,11],barn:[0,11],base:[0,2,4,5,9,11,15,16,17,18,19,23],base_filenam:[5,17],basic:[5,17],batchmod:[0,11],beasor:[0,11],becaus:[0,2,5,7,9,11,14,15,16,19],becom:[0,1,2,4,11,12,16],been:[0,5,7,11,13],befor:[0,5,7,9,11,15,16,17,19],behaviour:[4,15,16,17,20],belczynski:[0,11],below:[0,3,7,11,12,15,16,17],berro:[0,11],bertolami:[0,11],best:[5,7,9,19],beta:[0,11],beta_reverse_nova:[0,11],beta_reverse_novae_geometri:0,better:[0,3,4,5,11,17],between:[0,2,11,21],bewar:[5,17],bh_belczynski:[0,11],bh_fryer12_delai:[0,11],bh_fryer12_rapid:[0,11],bh_fryer12_startrack:[0,11],bh_hurley2002:[0,11],bh_prescript:[0,11],bh_spera2015:[0,11],big:[0,7,11],biinari:17,bin:[0,4,9,11,15,16,19],bin_data:[4,15,16],binari:[2,3,5,7,9,11,14,17,18,19,23],binary_c2:[9,19],binary_c:[1,2,3,4,5,7,15,16,18,20],binary_c_api_funct:12,binary_c_cal:[5,17],binary_c_default:17,binary_c_grid_0fa295ee5c76444bace8fd0ee17a3e11:15,binary_c_grid_f28b5f98d7ef40dcb17fc2481a6d3c:17,binary_c_inline_config:1,binary_c_log_cod:[1,12,14],binary_c_macro:[0,11],binary_c_output:4,binary_c_paramet:[15,16,17],binary_c_python:[4,5,11,14,15,16,17],binary_c_task_:[0,11],binary_c_write_log_cod:1,binary_grid:[0,11],binary_star:23,binaryc:[1,4,13,20],binaryc_config:1,binaryc_json_seri:4,binarycdecod:4,binarycencod:4,binarycpython3:11,binarycpython:[1,2,3,4,5,6,9,11,12,13,14,15,16,17,18,19,20,21,23],binarygrid:[15,16,17],bind:[0,11,12,14],binned_log_luminos:[15,16],binwidth:[4,15,16],birth:[0,11],bit:2,bivari:[0,11],black:[0,11],black_hol:0,bloecker:[0,11],blog:1,boltzman:18,boltzmann:[0,11],bondi:[0,11],bondi_hoyle_accretion_factor:[0,11],bool:[4,5,6,13,17,18],born:[0,11,15,16],bosswissam:4,both:[0,4,11,15,16,17],bottom:[0,11,17],bound:[2,21],boundari:2,brake:[0,11],branch:[0,4,11],branchpoint:[5,17],breakup:[0,11],brighten:16,broken:[0,11],browser:[15,16],bse:[0,2,11,12,17],bse_opt:[5,14,15,16,17],bsf:[0,11],buffer:[0,11],build:[0,1,3,4,11],build_q_tabl:2,built:[0,1,4,9,13,19],burn:[0,11],busso:[0,11],bye:[0,11],c13_eff:[0,11],c_auto_log:7,c_log:0,c_logging_cod:[7,12,14,15,16,17],calc_e_integr:2,calc_p_integr:2,calc_period_from_sep:23,calc_sep_from_period:[15,17,23],calc_total_probden:2,calcul:[0,2,4,5,7,11,16,17,23],calculate_constants_three_part_powerlaw:2,call:[0,1,4,5,7,11,13,14,16,17,18,20],call_binary_c_config:4,calls_filenam:17,can:[0,1,2,4,5,7,9,11,12,13,14,15,16,17,18,19,20],cannot:[5,12],canon:7,cap:[0,11],capit:[15,16],capsul:[1,4,11,15],captur:[0,4,11],carbon:[0,11],carbon_oxygen_white_dwarf:0,care:[15,16],carlo:[0,7,11],carrasco:[0,11],carri:[0,11],cast:[4,13],catchtim:4,categor:11,categori:[11,17],categoris:4,caught:[4,14],caus:23,cbdisc:[0,11],cbdisc_albedo:[0,11],cbdisc_alpha:[0,11],cbdisc_eccentricity_pumping_dermin:0,cbdisc_eccentricity_pumping_method:[0,11],cbdisc_eccentricity_pumping_non:0,cbdisc_end_evolution_after_disc:[0,11],cbdisc_fail_ring_inside_separ:[0,11],cbdisc_gamma:[0,11],cbdisc_init_djdm:[0,11],cbdisc_init_dm:[0,11],cbdisc_inner_edge_strip:[0,11],cbdisc_inner_edge_stripping_timescal:[0,11],cbdisc_kappa:[0,11],cbdisc_mass_loss_constant_r:[0,11],cbdisc_mass_loss_fuv_multipli:[0,11],cbdisc_mass_loss_inner_l2_cross_multipli:[0,11],cbdisc_mass_loss_inner_viscous_accretion_method:[0,11],cbdisc_mass_loss_inner_viscous_accretion_method_equ:0,cbdisc_mass_loss_inner_viscous_accretion_method_gerosa_2015:0,cbdisc_mass_loss_inner_viscous_accretion_method_non:0,cbdisc_mass_loss_inner_viscous_accretion_method_young_clarke_2015:0,cbdisc_mass_loss_inner_viscous_angular_momentum_multipli:[0,11],cbdisc_mass_loss_inner_viscous_multipli:[0,11],cbdisc_mass_loss_ism_pressur:[0,11],cbdisc_mass_loss_ism_ram_pressure_multipli:[0,11],cbdisc_mass_loss_xray_multipli:[0,11],cbdisc_max_lifetim:[0,11],cbdisc_minimum_evaporation_timescal:[0,11],cbdisc_minimum_fr:[0,11],cbdisc_minimum_luminos:[0,11],cbdisc_minimum_mass:[0,11],cbdisc_no_wind_if_cbdisc:[0,11],cbdisc_outer_edge_strip:[0,11],cbdisc_outer_edge_stripping_timescal:[0,11],cbdisc_resonance_damp:[0,11],cbdisc_resonance_multipli:[0,11],cbdisc_torquef:[0,11],cbdisc_viscous_l2_coupl:[0,11],cbdisc_viscous_photoevaporative_coupl:[0,11],cbdisc_viscous_photoevaporative_coupling_inst:[0,11],cbdisc_viscous_photoevaporative_coupling_non:[0,11],cbdisc_viscous_photoevaporative_coupling_visc:[0,11],cee:[0,11],cell:[11,15,16,17],cemp:[0,11],cemp_cfe_minimum:[0,11],centr:[5,17],central_object:[0,11],certain:[7,9,19],cf_amanda_log:[0,11],cflag:[9,19],chabrier:2,chandrasekhar:[0,11],chandrasekhar_mass:[0,11],chang:[0,1,2,4,5,6,7,9,11,12,16,17,19],chapter:[0,7,10],cheb:[0,11],check:[0,2,4,5,6,11,15,16,17,23],check_circular:4,chemic:[0,11],chen:[0,11],child:4,choic:[0,2,11,18],choos:[0,11,12,15,18],chose:14,chosen:[5,15,16,17],circular:[0,11],circumbinari:[0,11],circumstanti:[0,11],claei:[0,11],clark:[0,11],clean:[1,5,9,14,16,19],clean_up_custom_logging_fil:5,clear:[4,16],clearli:16,clock:4,clone:[9,19],close:[0,11,16],cloud:[0,11],cls:4,cluster:8,cmdline:5,co2:16,code:[0,1,5,6,9,11,12,14,15,16,17,18,19,20],collaps:[0,11],collapsar:[0,11],collect:23,collid:23,color:18,color_by_index:18,colour:[0,11],colour_log:[0,11],column:[14,17,18],column_nam:14,com:[1,4],combin:[1,4,5,7,12],combine_ensemble_with_thread_join:7,come:[2,9,19,21],comenv_bs:0,comenv_disc_angmom_fract:[0,11],comenv_disc_mass_fract:[0,11],comenv_ejection_spin_method:[0,11],comenv_ejection_spin_method_do_noth:[0,11],comenv_ejection_spin_method_sychron:[0,11],comenv_ejection_spin_method_synchron:0,comenv_merger_spin_method:[0,11],comenv_merger_spin_method_breakup:0,comenv_merger_spin_method_conserve_angmom:[0,11],comenv_merger_spin_method_conserve_omega:[0,11],comenv_merger_spin_method_specif:[0,11],comenv_ms_accret:[0,11],comenv_ms_accretion_fract:[0,11],comenv_ms_accretion_mass:[0,11],comenv_nandez2016:0,comenv_nelemans_tout:0,comenv_ns_accret:[0,11],comenv_ns_accretion_fract:[0,11],comenv_ns_accretion_mass:[0,11],comenv_post_eccentr:[0,11],comenv_prescript:[0,11],comenv_splitmass:[0,11],comenv_undef:0,command:[0,1,5,7,9,11,17,19],commandlin:17,comment:17,commit:4,common:[0,11,12,14,15,16,17],compact:17,companion:[0,11],compar:[0,7,11,17],compens:16,compil:[1,9,12,17,19],compile_shared_lib:1,complet:[15,16,17],complex:[5,7,12,17,18],compon:[4,18],comput:[0,8,11,15,16],conceptu:15,condit:[5,12,15,16,17],condor:[5,7,8],condor_grid:5,config:[1,4,7,9,19],config_fil:1,configur:[2,5,14,15,16,17],conjunct:13,conserv:[0,11],consid:[0,1,2,4,5,7,11,18],constant:[0,2,11,18],construct:[0,1,11,14,15,16,17],contain:[0,1,2,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,22],content:[3,4,5,9,11],context:4,continu:[5,17],control:[0,11,15,16,17],convect:[0,11],conveni:4,converg:[0,11],convert:[2,4,5],convert_byt:4,convfloat:4,cool:[0,11],copi:[0,11,16,23],core:[0,5,7,11,15,16,17,18],core_co:12,core_h:12,core_helium_burn:0,core_mass:[0,11,12],correct:[0,2,5,11,14,18,23],correctli:[9,14,18,19],correspond:18,corretor:[0,11],cosmic:2,cosmic_sfh_madau_dickinson2014:2,cost:16,could:[0,4,11,16,17],count:[4,7],count_keys_recurs:4,counter:7,coupl:[0,3,11],cours:18,cover:[13,15,16],coverag:[9,19],cowd:[0,11],cpu:[0,11,15,16],cpython:11,crap_paramet:[0,11],creat:[2,4,5,12,14,15,16,17],create_and_load_logging_funct:[1,12],create_arg_str:4,create_hdf5:4,creation:11,critic:[0,11],cross:[0,11],crunch:[15,16],ctype:1,cube:15,cubic:15,cuntz:[0,11],current:[0,4,9,11,12,15,16,19],curv:16,custom:[0,1,3,4,5,7,9,11,14,15,16,17,18,20],custom_log:[5,7,14],custom_logging_cod:[1,12,14,20],custom_logging_func_memaddr:[7,11,12],custom_logging_funct:[7,9,10,12,14,17],custom_logging_info:5,custom_logging_memaddr:12,custom_logging_print_stat:14,custom_logging_stat:[15,16,17],custom_opt:[5,14,15,16,17],custom_output_funct:12,custom_sort_dict:4,custom_tmp_dir:1,customis:18,cvode:[0,11],dai:[0,2,11,12,14,15,17,23],damp:[0,11],darwin:[0,11],dat:[0,4,17],data:[0,4,5,7,11,14,15,16,17,20],data_dict:2,data_dir:[4,5,7,17],datadir:[5,17],datafram:[14,15,16,18],datalinedict:[4,15,16],datamodel:4,dataset:[4,17],date:5,david:[9,11,19],dd7:[0,11],deactiv:[0,11],deal:[4,14],death:[0,11],debug:[0,5,7,11,15,16,17],decai:[0,11],decid:[0,4,5,11,12],decod:4,decreas:[0,11],deeper:[5,17],def:[14,15,16,17],default_to_metal:[0,11],defaultdict:4,defer:[0,11],defin:[0,1,2,5,11,18],definit:[1,15,16,23],degener:[0,11],degenerate_core_helium_merger_ignit:[0,11],degenerate_core_merger_dredgeup_fract:[0,11],degenerate_core_merger_nucsyn:[0,11],degner:[0,11],degre:[0,11],delai:[0,11],delta_mcmin:[0,11],den:[0,11],densiti:[2,15,16],depend:[0,2,9,11,18,19],deprec:[0,5,11],dermin:[0,11],describ:[0,2,7,11],descript:[0,2,4,7,9,10,11,13],design:18,desir:[0,11],destruct:[5,17],detail:[0,4,11,14],detect:[0,11],determin:[0,5,11,12,15,16,17,23],deton:[0,11],dev:[0,11],develop:1,deviat:2,dewi:[0,11],dex:[0,11],diagnost:7,diagram:[0,11,18],dickonson:2,dict2:4,dict:[1,2,4,5,6,13,14,15,16,17,22],dict_1:4,dict_2:4,dict_kei:[13,14],dictionari:[1,2,3,4,5,6,7,15,16,17,18,22],did:[4,9,19],differ:[0,4,5,9,11,15,16,17,18,19],dimmer:[0,11],dir:[9,19],direct:[0,5,11],directli:[4,7,14],director:7,directori:[0,3,4,5,7,9,11,17,19],disabl:[0,11,17],disable_debug:[0,11],disable_end_log:[0,11],disable_ev:[0,11],disc:[0,11],disc_legacy_log:[0,11],disc_log2d:[0,11],disc_log:[0,11],disc_log_directori:[0,11],disc_log_dt:[0,11],disc_log_level_non:0,disc_log_level_norm:0,disc_log_level_normal_first_disc_onli:0,disc_log_level_subtimestep:0,disc_log_level_subtimestep_first_disc_onli:0,disc_n_monte_carlo_guess:[0,11],disc_stripping_timescale_infinit:0,disc_stripping_timescale_inst:0,disc_stripping_timescale_orbit:0,disc_stripping_timescale_visc:0,disc_timestep_factor:[0,11],discret:17,discs_circumbinary_from_comenv:[0,11],discs_circumbinary_from_wind:[0,11],disk:[0,5,11],dispers:[0,11],displai:[0,11],disrupt:[0,11],dist:[4,9,19],distefano:2,distribut:[0,2,3,4,5,8,11,15,17],distribution_funct:[9,10,15,16,17],divid:8,dlnm1:[5,15,17],dlnm:16,dlnm_1:16,dlog10per:[15,17],dlogp:2,dm1:16,dm_1:16,do_dry_run:7,doc:[4,6,9,15,16,17,19],doc_fetch:2,docstr:[9,14,18,19],document:[4,6,7,10,15,16,17],doe:[0,2,4,5,7,11,12,13,14,15,16,17,23],doesn:[5,7],doesnt:6,doing:[0,1,6,9,11,19],don:[2,4,7],done:[0,4,5,9,11,15,16,17,19],donor:[0,11,23],donor_limit_dynamical_multipli:[0,11],donor_limit_envelope_multipli:[0,11],donor_limit_thermal_multipli:[0,11],donor_rate_algorithm_bs:0,donor_rate_algorithm_claeys2014:0,dont:11,doubl:[12,17],down:17,dphasevol:[5,15,16,17],dprob:16,dr2:[0,11],dr3:[0,11],drai:[0,11],dredg:[0,11],drop:14,dry:7,dstep:2,dt_limit:13,dtfac:[0,11],dtlimit:4,dtm:[1,12,17],due:[9,19],dummi:[2,18],dump:[0,4,11,14],dumpvers:[0,11],duquennoi:2,duquennoy1991:2,dure:[0,11],dust:[0,11],dwarf:[0,11,16],dynam:[0,11],e2_hurley_2002:0,e2_izzard:0,e2_mint:0,e2_prescript:[0,11],e45c25448b32440cb7e220f4a3562907:17,each:[0,2,4,5,7,11,15,16,17],eagb:[0,11],eagb_wind_beasor_etal_2020:0,eagb_wind_bs:0,eagb_wind_goldman_etal_2017:0,eagbwind:[0,11],eagbwindfac:[0,11],earli:[0,11],early_asymptotic_giant_branch:0,easi:[4,14],easier:[4,17],ecc2:2,ecc3:2,ecc:[2,5,14,17],eccentr:[0,2,11,12,14,15,16,17,18,23],eccentric_rlof_model:[0,11],eccentricity_quadrupl:[0,11],eccentricity_tripl:[0,11],echo:[0,11],eddington:[0,11],edg:[0,5,11,17],edit:12,edu:[0,11],effect:[0,2,7,11,12],effective_metal:[0,11],effici:[0,11],egg:[9,19],eggleton:[0,11,23],either:[0,4,5,7,9,11,15,16,17,19,20],eject:[0,11],elabor:12,eld:[0,11],eldridg:[0,11],electon:[0,11],electron:[0,11],element:[0,1,4,7,11,13,18],email:4,emp:[0,11],emp_feh_maximum:[0,11],emp_logg_maximum:[0,11],emp_minimum_ag:[0,11],empti:[4,6,14],enabl:[0,11],encod:4,encount:7,end:[0,2,4,7,11],end_index:2,end_timestamp:[15,16,17],energi:[0,11],enhanc:[0,11],enlarg:[0,11],enough:2,ensembl:[0,4,7,11,13],ensemble_def:[0,11],ensemble_dictionari:4,ensemble_dt:[0,11],ensemble_factor_in_probability_weighted_mass:7,ensemble_filter_:[0,11],ensemble_filters_off:[0,11],ensemble_json:4,ensemble_legacy_ensembl:[0,11],ensemble_list:5,ensemble_logdt:[0,11],ensemble_logtim:[0,11],ensemble_macro:[0,11],ensemble_output_:7,ensemble_startlogtim:[0,11],ensure_ascii:4,enter:[0,9,11,19],enthalpi:[0,11],entir:[12,14],entri:[4,5],env:[9,11,18,19],envelop:[0,11],epoch:5,equal:[0,4,11,16,17],equat:[0,11],equation_of_state_algorithm:[0,11],equation_of_state_paczynski:0,equatori:[0,11],equival:[7,15],errno:[9,19],error:[0,4,7,9,11,15,16,17,19],errors_exceed:[15,16,17],errors_found:[15,16,17],esa:2,escap:[0,11],escape_fract:[0,11],escape_veloc:[0,11],eta:[0,11,15],etal:[0,11],etc:[0,4,5,8,9,11,14,16,17,18,19,20],etf:15,euler:[0,11],evalu:[2,5,17,23],evan:[0,11],evapor:[0,11],evaporate_escaped_orbiting_object:[0,11],even:[13,16],event:[0,11],everi:[0,4,9,11,19],everyth:[5,7,14,17],everytim:[9,19],evid:[0,11],evolut:[0,1,5,7,11,14,15,16,17,18],evolution_split:[0,11],evolution_splitting_maxdepth:[0,11],evolution_splitting_sn_eccentricity_threshold:[0,11],evolution_splitting_sn_n:[0,11],evolution_typ:[7,15,16,17],evolutionari:[0,11,14],evolv:[0,3,5,7,11,12],evolve_popul:17,evolve_singl:[5,12,14],exact:[1,4,7],exactli:[0,11,16],exampl:[1,2,4,5,14,20],example_above_m:12,example_compact_object:17,example_dco:17,example_df:14,example_head:4,example_log:20,example_log_co:[1,12],example_logging_string_co:12,example_logging_string_post_m:12,example_massloss:[12,14],example_output:14,example_parse_output:4,example_pop:[14,17],example_pop_set:17,example_python_population_result:17,example_sn:12,exce:[0,7,11],except:[4,6,7,11,15,16,17,18],execut:[0,5,7,9,11,17,19],exist:[0,4,5,6,11,17],exist_ok:[4,17],exit:[0,4,11],exp:[5,15,16,17],expand:[17,20],expect:[9,11,16,19],experiment:[0,4,11],explain:[3,4],explicitli:[0,1,11],explod:[0,11],explos:[0,11],expoenti:[0,11],expon:[0,11],export_all_info:[5,17],express:[0,11],extend:[0,9,11,19],extens:11,extern:[0,11],extra:[0,3,5,7,9,11,17,20],extra_text:6,extract:[4,17],extract_ensemble_json_from_str:4,extrapol:[2,7],eye:5,f28b5f98d7ef40dcb17fc2481a6d3c:17,fabian:[0,11],fabian_imf_log:[0,11],fabian_imf_log_tim:[0,11],fabian_imf_log_timestep:[0,11],factor:[0,2,4,7,11],fade:[0,11],fail:[0,4,7,9,11,15,19],fail_sil:4,failed_count:[15,16,17],failed_prob:[15,16,17],failed_system:7,failed_system_log:7,failed_systems_error_cod:[15,16,17],failed_systems_threshold:7,failsaf:14,failur:[0,4,11],fallback:[0,11],fals:[0,4,5,7,11,13,15,16,17,18],fancy_parsing_funct:20,far:[0,11,16],fase:17,fast:[0,11],faster:[15,16,17],favorit:14,featur:[3,4,9,17],feed:7,ferguson:[0,11],fetch:14,few:[0,11],field:[0,11],fig:[0,2,11],figsiz:[15,16],figur:[7,15,16,18],file:[0,1,4,5,6,7,8,9,11,14,17,18,19,20],file_log:[0,11],filehandl:6,filenam:[0,1,4,5,7,11,14,17,20],filenotfounderror:[9,19],filepath:1,fill:[4,14],fill_data:2,filter:[0,4,11,13],filter_arg_dict:4,filter_valu:[4,13],fin:[0,11],find:[4,5,7,9,17,19],finish:[4,15,16,17,18],finit:[15,16],first:[0,2,4,5,9,11,14,15,16,17,19,23],first_giant_branch:0,fishlock:[0,11],fit:[0,2,4,5,11,14,23],fix:[0,2,4,5,11,14,17,18],flag:[1,4,7],flash:[0,11],flat:[2,7],flatsect:[2,15,17],flaw:5,float_overflow_check:[0,11],flto:[9,19],fold:2,follow:[0,2,4,7,9,11,12,18,19],forc:[0,9,11,19],force_circularization_on_rlof:[0,11],force_corotation_of_primary_and_orbit:[0,11],foreach_star:15,form:[0,4,5,6,11,15,16,17],formal:[0,11],format:[0,2,4,5,11,12,14,15,16,17],format_ensemble_result:4,formula:[0,11],forward:[0,11],found:[2,9,15,16,17,19],four:[0,11],fpic:1,fraction:[0,2,7,11],framework:11,free_persistent_data_memaddr_and_return_json_output:11,free_store_memaddr:11,frequenc:[0,11],friction:[0,11],fring:[0,11],from:[0,2,4,5,7,13,14,15,16,17,18,23],from_binary_c_config:1,from_dict:[15,16],fryer:[0,11],ftz:[9,19],full:[3,4,7,12],full_path:4,further:[2,17],fuv:[0,11],gaia:[0,2,11],gaia_colour_transform_method:[0,11],gaia_conversion_ubvri_bivariate_jordi2010:[0,11],gaia_conversion_ubvri_riello2020:[0,11],gaia_conversion_ubvri_univariate_evans2018:[0,11],gaia_conversion_ubvri_univariate_jordi2010:[0,11],gaia_conversion_ugriz_bivariate_jordi2010:[0,11],gaia_conversion_ugriz_riello2020:[0,11],gaia_conversion_ugriz_univariate_evans2018:[0,11],gaia_conversion_ugriz_univariate_jordi2010:[0,11],gaia_l_binwidth:[0,11],gaia_teff_binwidth:[0,11],gain:7,galact:[0,11],gallino:[0,11],gamma:[0,11],gap:[0,11],garcia:[0,11],gauss:[0,11],gaussian:2,gaussian_func:2,gaussian_normalizing_const:2,gb_reimers_eta:[0,11],gb_wind_beasor_etal_2020:0,gb_wind_goldman_etal_2017:0,gb_wind_reim:0,gb_wind_schroeder_cuntz_2005:0,gbwind:[0,11],gbwindfac:[0,11],gcc:[1,9,19],gce:[0,11],gener:[0,1,2,4,5,6,7,11,12,14,15,16,17,18],general_info:4,generalis:2,geometr:[0,11],gerosa:[0,11],get:[0,2,3,4,5,6,9,12,14,15,16,17,19,20,23],get_arg_kei:4,get_default:[4,13],get_help:[4,13],get_help_al:[4,5,13],get_help_sup:[4,13],get_integration_constant_q:2,get_max_multipl:2,get_moe_di_stefano_dataset:4,get_siz:4,giant:[0,11],giant_branch:0,git:[0,4,15,16,17],git_branch:4,git_build:4,github:4,gitlab:9,give:[0,2,4,11,23],given:[0,1,2,4,5,7,11,16,20,23],global:[0,2,11,15,16],global_dict:2,gmax:2,gmin:2,gnu:11,goe:[0,4,5,11,12,14,18],gogo:[0,11],going:[9,19],goldman:[0,11],gonna:2,good:[0,7,11,14,15,16,17,23],got:16,gov:[0,11],gravit:[0,11,17],gravitational_radiation_bs:0,gravitational_radiation_bse_when_no_rlof:0,gravitational_radiation_landau_lifshitz:0,gravitational_radiation_landau_lifshitz_when_no_rlof:0,gravitational_radiation_model:[0,11],gravitational_radiation_modulator_:[0,11],gravitational_radiation_modulator_j:[0,11],gravitational_radiation_non:0,grb:[0,11],great:[0,11,16],greater:[0,11],grevess:[0,11],grid:[0,3,4,5,9,10,11,12,14],grid_class:[9,10],grid_cod:5,grid_opt:[5,14,15,16,17],grid_options_default:6,grid_options_defaults_dict:6,grid_options_descript:[6,17],grid_options_description_check:6,grid_options_help:6,grid_result:[7,15,16],grid_vari:[7,17],grid_variable_numb:[5,17],gridcode_filenam:7,gridtyp:[5,17],group:[4,15],gsl:[9,19],gsl_dir:[9,19],guess:[0,2,11],h5py:[9,19],hachisu:[0,11],hachisu_disk_wind:[0,11],hachisu_ignore_qcrit:0,hachisu_qcrit:[0,11],hack:6,had:[5,15,16],half:[0,11],hall:[0,11],handi:[0,11],handl:[0,3,4,5,7,11,14,20,23],handle_ensemble_string_to_json:4,happen:[0,11],hardcod:[12,15,16,17],has:[0,1,4,5,7,11,12,13,15,16,17],have:[0,2,3,4,5,6,7,9,11,12,14,15,16,17,18,19],hbb:[0,11],hbbtfac:[0,11],hdf5:4,hdf5file:4,header:[1,4,12,14,15,16,17],headerlin:17,headlin:7,hegb:0,hehg:0,height:[2,15,17],helium:[0,11],helium_flash_mass_loss:[0,11],helium_white_dwarf:0,help:[0,3,4,6,11,14,15,16,17],help_al:[0,11],hem:0,henc:[0,11,16],hendrik:[9,19],here:[1,4,5,7,11,12,14,18],hertzsprung:[0,11],hertzsprung_gap:0,hertzstrpung:[0,11],heuvel:[0,11],hewd:[0,11],hewd_hewd_ignition_mass:[0,11],hex:7,high:[0,2,11,16],higher:[0,2,4,7,9,11,15,16,17,19],highlight:4,his:2,histori:2,hold:7,hole:[0,11],home:11,homogen:[0,11],hood:14,hopefulli:[0,11],hot:[0,11],how:[0,4,5,7,11,12,14,15,16,17],howev:[0,11,12,15,16,17],hoyl:[0,11],hpc:[5,8],hpc_function:[9,10],hr_diagram:18,hrd:[0,11],hrdiag:[0,11],hrdiag_output:[0,11],html:[4,9,17,19],http:[0,1,2,4,11,17],hurlei:[0,11],hut:[0,11],hybrid:[0,11],hydro:[0,11],hydrogen:[0,11],iadd:4,ibc:[0,11],id_cor:12,idea:[17,18],idum:[0,11],ignit:[0,11],ignor:[0,5,7,9,11,12,14,17,19],iia:[0,11],iloc:14,imf:[0,2,11,16],imf_chabrier2003:2,imf_scalo1986:2,imf_scalo1998:2,imf_tinsley1980:2,immedi:[0,11],implement:[0,4,5,7,11],impli:[0,11],implic:16,impos:[15,16,17],improv:2,inclin:[0,11],inclination1:[0,11],inclination2:[0,11],inclination3:[0,11],inclination4:[0,11],inclini:[0,11],incliniation_quadrupl:[0,11],incliniation_tripl:[0,11],includ:[0,1,2,4,5,9,11,12,14,16,17,18,19],include_binary_c_default:[5,17],include_binary_c_help_al:[5,17],include_binary_c_version_info:[5,17],include_default:[5,17],include_popul:17,include_population_set:5,incom:[0,11],increas:[0,11,15,16],inde:[0,11,16],indent:[4,14],index:[0,2,9,11,13,14],indic:[0,2,11],individu:[3,9,15],individual_nova:[0,11],induc:[0,11],inertia:[0,11],info:[4,5,9,11,13,17,18,19],inform:[0,1,3,4,5,6,12,14,15,16,17,18],init:5,init_abund:[0,11],init_abund_dex:[0,11],init_abund_mult:[0,11],init_abunds_onli:[0,11],initi:[0,2,3,5,11,13,14],initial_abundance_hash:5,initial_abundance_mix:[0,11],initial_abunds_onli:[0,11],initial_mass:14,inner:[0,11],input:[1,2,4,5,7,9,11,13,14,18,23],input_dict:4,insert:[5,17],insid:[0,11],inspect:[4,14,18],inspect_dict:4,inspir:[1,18,23],instabl:[0,11],instanc:[4,14,15,16,17],instant:[0,11],instantli:[0,11],instead:[0,4,7,11,16],integ:[0,5,7,11,23],integr:[2,15,16],integrals_str:2,intens:16,interact:[0,6,11],interfac:[4,9,11,15,19],interfer:[9,19],intern:[0,7,11,13],internal_buff:[0,11],internal_buffering_off:0,internal_buffering_print:0,internal_buffering_stor:0,interpol:[2,5],interpolate_in_mass_izzard2012:2,interpolator_nam:2,intershel:[0,11],interstellar:[0,11],intger:[0,11],intro:[0,11],invers:23,involv:[0,11],inward:[0,11],ipynb:[15,16,17],is_capsul:4,isfil:17,isn:4,isnt:17,isotop:[0,4,11,13],isotope_hash:5,isotope_list:5,item:[1,4,15,16],iter:4,its:[0,4,5,6,9,11,15,16,17,18,19,20],itself:[4,7,9,12,14,19],iwamoto:[0,11],izzard2012_period_distribut:2,izzard:[0,9,11,19],jager:[0,11],jaschek:2,jeff:[9,19],jia:[0,11],john:[0,11],join:[11,12,14,17],jordi:[0,11],json:[4,5,7,11,14,17],jsondecod:4,jsonencod:4,jupyt:[9,15,16,19],just:[0,2,4,5,7,11,17,23],kap:[0,11],kappa:[0,11],kaps_rentrop:[0,11],karaka:[0,11],keep:[5,17],kei:[1,2,4,5,6,7,13,14,17,18],kelvin:[0,11],keplerian:[0,11],keyword:[18,20],kick:[0,7,11],kick_backward:0,kick_forward:0,kick_inward:0,kick_outward:0,kick_random:0,kick_straight_up:0,kick_velocity_custom:0,kick_velocity_fix:0,kick_velocity_maxwellian:0,kill:[1,12,17],kim:[0,11],kind:11,kippenhahn:[0,11],know:[0,1,6,11,13,14,16],known:[0,2,5,11,14,15,16,17,20],kroupa2001:[2,5,17],kroupa:[2,16],krticka:[0,11],ktg93:2,kwarg:[5,18,20],lambda:[0,11],lambda_c:[0,11],lambda_ce_dewi_tauri:0,lambda_ce_klencki_2020:0,lambda_ce_polytrop:0,lambda_ce_wang_2016:0,lambda_enthalpi:[0,11],lambda_ionis:[0,11],lambda_min:[0,11],lambda_mult:[0,11],lambda_multipli:[0,11],lambda_v:2,lamer:[0,11],landau:[0,11],langer:[0,11],larger:[0,11],last:[2,3],lastli:[11,14],later:[15,16],latter:[0,11],law:[2,16],law_const:2,lbv:[0,11],ld_library_path:[9,19],ldist:16,lead:[0,11,15,16,17,23],learn:12,least:[9,19],leav:[0,11],left:[0,11],legaci:[0,11],legacy_yield:[0,11],len:[14,17],lengthen:[0,11],less:[0,1,2,3,11,14],let:[5,14,15,16,17],level:[1,4,5],li7:[0,11],lib:[9,11,14,19],libbinary_c:7,libcustom_logging_5d7779e8190e4b79b10c7e6a44cb0e7:14,libcustom_logging_8967553693ac4e11a49c42d4eef773e8:14,libgsl:[9,19],libmemo:[9,19],librari:[0,1,5,7,11,12,20],library_path:[9,19],librinterpol:[9,19],lies:[0,11],lifetim:[0,11,15,16,17],lifshitz:[0,11],like:[0,1,4,5,7,9,11,15,16,17,18,19,21],limit:[0,11,15,16,17,18],line:[1,4,5,7,9,12,14,15,16,17,18,19],linear2:7,linear:[0,2,7,11,15,16],linear_extrapolation_q:2,linearli:[16,21],linedata:[15,16],lineplot:[15,16],linker:1,linspac:21,linux:11,list:[0,1,2,4,7,11,14,15,16,17,20,21],list_arg:[0,11],list_of_sub_kei:2,lit:[0,11],lithium:[0,11],lithium_gb_post_1dup:[0,11],lithium_gb_post_heflash:[0,11],lithium_hbb_multipli:[0,11],lithium_t:[0,11],littl:15,littleton:[0,11],liu:[0,11],llnl:[0,11],lnm1:[5,15,16,17],lnm_1:16,load:[0,1,4,5,7,11,12,14,15,16,17,18],load_logfil:4,lobe:[0,11,23],local:2,locat:[0,2,7,9,11,19],lodder:[0,11],log10:[0,2,11,15,16,17],log10m1:7,log10p:2,log10per:[15,17],log10pmin:2,log:[0,1,2,3,4,5,7,9,11,14,18,19,20,23],log_:[15,16],log_arg:7,log_args_dir:7,log_arrow:[0,11],log_dt:7,log_every_timestep:[12,14],log_fil:7,log_filenam:[0,11,14,20],log_runtime_system:7,logarithm:[2,16],logensembletim:[0,11],logfil:[4,9,14,19],logg:[0,11],logger:17,logging_dict:1,logging_lin:12,logic:[1,5,7,12],logmass:2,logp:2,logper:2,logperiod:2,logperrang:15,long_spectral_typ:2,longer:[0,11],longnam:[5,15,16,17],look:[1,4,9,15,16,17,19],lookback:[0,11],loon:[0,11],loop:[5,14,15,16,17],loos:18,lose:[0,11],loss:[0,11,14],lost:[0,11],lot:[4,7,15,16,17,20],low:[0,2,11,16],low_mass_m:0,low_mass_main_sequ:0,lower:[0,2,5,11,17,21],lsoda:[0,11],lsun:[0,11,18],lugaro:[0,11],luminos:[0,3,9,11,18],luminosity_1:18,luminosity_2:18,lynnett:[0,11],m_1:[0,5,11,12,13,14,15,16,17,20],m_2:[0,11,12,14,15,17],m_3:[0,11],m_4:[0,11],m_max:[2,5,17],m_min:[5,17],maccretor:[0,11],machin:[7,9,19],macro:[0,4,11,13],madau:2,maeder:[0,11],magellan:[0,11],magnet:[0,11],magnetic_braking_algorithm:[0,11],magnetic_braking_algorithm_andronov_2003:0,magnetic_braking_algorithm_barnes_2010:0,magnetic_braking_algorithm_hurley_2002:0,magnetic_braking_algorithm_rappaport_1983:0,magnetic_braking_factor:[0,11],magnetic_braking_gamma:[0,11],magnitud:4,mai:[0,11,15],main:[0,1,7,9,11,12,15,16,17,19],main_sequ:[0,11,15,16],mainli:8,mainprocess:15,major:[0,11],make:[0,1,2,4,5,7,9,11,14,15,16,17,18,19,20],make_build_text:4,makedir:[4,17],manag:[4,9,19],mani:[0,5,7,11,13,15,16,17],manual:12,manufactur:[0,11],map:7,maria:[0,11],mass:[0,1,2,3,4,5,7,11,13,14,15,17,18,20,23],mass_1:[17,18],mass_2:[17,18],mass_accretion_for_eld:[0,11],mass_accretor:23,mass_donor:23,mass_evolut:18,mass_for_hestar_ia_low:[0,11],mass_for_hestar_ia_upp:[0,11],mass_of_pmz:[0,11],mass_str:2,massiv:[0,2,11],massless:[0,11],massless_remn:0,massrang:[15,16],master:[7,18],match:[0,4,11,14,15,17,18],materi:[0,11],math:[5,15,16,17],mathrm:[15,16],matplotlib:[9,16,18,19],matter:[0,11],mattsson:[0,11],mattsson_mass_loss:[0,11],mattsson_orich_tpagbwind:[0,11],max:[0,2,11,12,15,16,17],max_bound:[2,21],max_evolution_tim:[0,1,11,12,14,15,16,17],max_hewd_mass:[0,11],max_model_numb:[0,11],max_multipl:2,max_neutron_star_mass:[0,11],max_queue_s:7,max_stellar_angmom_chang:[0,11],max_stellar_type_1:[0,11],max_stellar_type_2:[0,11],max_stellar_type_3:[0,11],max_stellar_type_4:[0,11],max_tim:14,max_val:2,maximum:[0,2,7,11,12,15,16,23],maximum_mass_ratio_for_instant_rlof:[0,11],maximum_mass_ratio_for_rlof:23,maximum_mcbagb_for_degenerate_carbon_ignit:[0,11],maximum_nuclear_burning_timestep:[0,11],maximum_timestep:[0,11],maximum_timestep_factor:[0,11],maxmimum:[0,11],maxwellian:[0,11],mayb:18,mayor:2,mc13_pocket_multipli:[0,11],mch:[0,11],mcmin:[0,11],mdonor:[0,11],mean:[0,2,4,5,7,9,11,19],meant:7,measur:4,medium:[0,11],mega:2,mem:15,memaddr:[11,12,15],memori:[1,5,7,11,12,23],menv:[0,11],merg:[0,2,4,7,11],merge_dict:[4,13],merge_multipl:2,merger:[0,11],merger_angular_momentum_factor:[0,11],merger_mass_loss_fract:[0,11],mesa:[9,19],mesasdk_init:[9,19],mesasdk_root:[9,19],messag:4,mestel:[0,11],met:[5,17],metal:[0,2,11,12,14,15,16,17,23],method:[0,5,7,11,12,14,15,16,17],meynet:[0,11],might:[4,5,9,17,19],milki:[0,11],miller:[0,11],min:[2,12,15,16,17],min_bound:[2,21],min_p:2,min_per:2,min_val:2,minimal_verbos:4,minimum:[0,2,4,7,11,23],minimum_co_core_mass_for_carbon_ignit:[0,11],minimum_co_core_mass_for_neon_ignit:[0,11],minimum_donor_menv_for_comenv:[0,11],minimum_envelope_mass_for_third_dredgeup:[0,11],minimum_helium_ignition_core_mass:[0,11],minimum_mcbagb_for_nondegenerate_carbon_ignit:[0,11],minimum_orbital_period_for_instant_rlof:[0,11],minimum_period_for_rlof:23,minimum_separation_for_instant_rlof:[0,11],minimum_separation_for_rlof:23,minimum_time_between_pn:[0,11],minimum_timestep:[0,11],mint:[0,11],mint_data_cleanup:[0,11],mint_dir:[0,11],mint_disable_grid_load_warn:[0,11],mint_fallback_to_test_data:[0,11],mint_hard_max_nshel:[0,11],mint_hard_min_nshel:[0,11],mint_kippenhahn:[0,11],mint_kippenhahn_companion_stellar_typ:[0,11],mint_kippenhahn_stellar_typ:[0,11],mint_maximum_nshel:[0,11],mint_maximum_shell_mass:[0,11],mint_metal:[0,11],mint_minimum_nshel:[0,11],mint_minimum_shell_mass:[0,11],mint_ms_rejuven:[0,11],mint_nshel:[0,11],mint_nuclear_burn:[0,11],mint_remesh:[0,11],mint_use_zams_profil:[0,11],mira:[0,11],misc:[9,11],miscellan:[4,13],miss:[0,4,6,11,15,16],mix:[0,4,7,11],mixtur:[0,11],mmax:[2,16],mmin:[2,7,16],mnra:23,model:[0,1,7,11,12,14,15,16,17],model_numb:[15,16],modif:3,modifi:[0,11,12],modul:[0,6,7,10,11,13,15,16,17],modulo:7,moe:[2,4,5,9,17],moe_di_stefano_2017:5,moe_di_stefano_2017_multiplicity_fract:2,moe_di_stefano_2017_pdf:2,moment:[0,11,12,17,21],momenta:[0,11,18],momentum:[0,11],monoton:16,mont:[0,7,11],monte_carlo_kick:[0,11],more:[0,1,3,4,5,7,9,11,12,13,14,15,16,17,18,19,21],most:[4,11,16],mostli:[4,6,7,15,16,17,18,20],move:[0,11],msun:[0,2,11,12,14,15,16],much:[0,4,11,17],multi:7,multipl:[0,2,4,7,11],multiplc:[0,11],multipli:[0,4,7,11,16],multiplicity_arrai:2,multiplicity_fraction_funct:7,multiplicity_model:7,multiplicity_modul:7,multiply_values_dict:[4,13],multiprocess:7,must:[0,2,11,14,15,16,17],my_stellar_data:[1,12,17],myr:[0,11,14,15,16],n100:[0,11],n100_z0:[0,11],n100h:[0,11],n100l:[0,11],n10:[0,11],n150:[0,11],n1600:[0,11],n1600c:[0,11],n200:[0,11],n20:[0,11],n300c:[0,11],n40:[0,11],naked_helium_star_giant_branch:0,naked_helium_star_hertzsprung_gap:0,naked_main_sequence_helium_star:0,name:[1,4,5,6,11,13,15,16,17,20,22],narrow:16,natur:[0,11,16],nauenberg:[0,11],nearer:[0,11],nearest:[15,16],nebula:[0,11],necessari:[4,5,17],need:[0,2,5,9,11,12,14,15,16,17,19],neg:[0,4,11],neither:[0,5,11],neleman:[0,11],nelemans_gamma:[0,11],nelemans_max_frac_j_chang:[0,11],nelemans_minq:[0,11],nelemans_n_comenv:[0,11],nelemans_recalc_eccentr:[0,11],nemp:[0,11],nemp_cfe_minimum:[0,11],nemp_nfe_minimum:[0,11],nenamg:[0,11],neon:[0,11],nest:[4,5,17],network:[0,11,13],neutrn:[0,11],neutron:[0,11,17],neutron_star:0,never:[0,11,16],newdict:4,newer:[0,2,11],newli:[0,11],newmast:0,newnam:5,newopt:2,newton:[0,11],next:[4,15,16,17],nice:[1,5,18],nieuwenhuijzen:[0,11],nieuwenhuijzen_windfac:[0,11],nmax:2,no_thermohaline_mix:[0,11],noecho:[0,11],noechonow:[0,11],noel:[0,11],nolowq:7,nomin:[0,11],non:[0,7,11],nonconservative_angmom_gamma:[0,11],none:[0,1,2,4,5,6,7,11,15,16,17,23],nonetyp:17,nonzero:7,nor:[0,11],norm:7,normal:[0,4,11],normalis:[2,7],normalize_dict:2,normalize_multipl:7,notabl:17,note:[0,4,5,7,11,15,16],notebook:[9,11,12,13,14,15,16,17,19],notebook_api_funct:14,notebook_custom_log:[14,15,16,17],notebook_individual_system:[12,14,15,16,17],notebook_luminos:16,notebook_luminosity_funct:15,notebook_popul:[14,17],noteworthi:3,noth:[5,7],notic:16,notifi:20,nova:[0,11],nova_faml_multipli:[0,11],nova_irradiation_multipli:[0,11],nova_retention_algorithm_claeys2014:0,nova_retention_algorithm_const:0,nova_retention_algorithm_hillman2015:0,nova_retention_fract:[0,11],nova_retention_method:[0,11],nova_timestep_accelerator_index:[0,11],nova_timestep_accelerator_max:[0,11],nova_timestep_accelerator_num:[0,11],now:[0,2,4,5,11,12,14,15,16,17],nre:15,nstar:15,nuclear:[0,11],nuclear_mass_hash:5,nuclear_mass_list:5,nucleosynthesi:[0,4,11],nucleosynthesis_sourc:[4,13],nucreacmult:[0,11],nucsyn:[9,11],nucsyn_angelou_lithium:[0,11],nucsyn_gce_outflow_check:[0,11],nucsyn_hbb:[0,11],nucsyn_init_abund_mix_ag89:0,nucsyn_init_abund_mix_asplund2005:0,nucsyn_init_abund_mix_asplund2009:0,nucsyn_init_abund_mix_garciaberro:0,nucsyn_init_abund_mix_grevesse_noels_1993:0,nucsyn_init_abund_mix_karakas2002:0,nucsyn_init_abund_mix_kobayashi2011_asplund2009:0,nucsyn_init_abund_mix_lodders2003:0,nucsyn_init_abund_mix_lodders2010:0,nucsyn_metal:[0,11],nucsyn_network:[0,11],nucsyn_network_error:[0,11],nucsyn_s_process:[0,11],nucsyn_solv:[0,11],nucsyn_solver_cvod:0,nucsyn_solver_kaps_rentrop:0,nucsyn_solver_lsoda:0,nucsyn_solver_numb:0,nucsyn_third_dredge_up:[0,11],nugi:[0,11],num_ansi_colour:[0,11],number:[0,2,4,5,7,9,11,15,16,17,19],numer:4,numpi:[4,9,14,19,21],obj:4,object:[0,3,4,5,7,8,11,18],object_hook:4,object_pairs_hook:4,object_parse_funct:14,observ:16,obtain:[0,15,16],obvious:12,occur:[0,11,23],off:[0,11,17],off_m:14,offset:[0,11],ohio:[0,11],old:[5,7,16],old_solut:[9,19],oldnam:5,omega:[0,11],onc:[0,11],one:[0,4,5,7,11,13,16,17,18],onewd:0,onli:[0,4,5,7,11,12,15,16,17,23],onset:[0,11],onto:[0,2,11],opac:[0,11],opacity_algorithm:[0,11],opacity_algorithm_ferguson_op:0,opacity_algorithm_paczynski:0,opacity_algorithm_star:0,opal:[0,11],open:[14,17],oper:4,opm:2,opt:[2,4,11],option:[0,1,2,4,5,9,10,11,15,16,17,19,23],orb:[5,17],orbit:[0,2,11,15,18,23],orbit_evolut:18,orbital_inclin:[0,11],orbital_inclinationi:[0,11],orbital_period:[0,11,12,14,15,17,23],orbital_period_quadrupl:[0,11],orbital_period_tripl:[0,11],orbital_phas:[0,11],orbital_phase_quadrupl:[0,11],orbital_phase_tripl:[0,11],orbiting_object:[0,11],orbiting_objects_close_pc_threshold:[0,11],orbiting_objects_log:[0,11],orbiting_objects_tides_multipli:[0,11],orbiting_objects_wind_accretion_multipli:[0,11],order:[3,4,5,17],ordereddict:[4,16],org:[0,2,4,11],origin:[9,19],other:[0,1,2,4,6,7,9,11,13,14,15,16,17,18,19],otherwis:[0,4,5,6,7,11],our:[15,16],out:[4,6,7,12,13,15,16],outcom:[0,11],outer:[0,11],outfil:[5,17],outfile_nam:1,outfilenam:17,output:[1,3,4,5,7,9,11,12,13,14,18,19,20,23],output_dict:14,output_dir:[5,14,17],output_fil:[4,6,14],output_filenam:[5,17],output_lin:4,outsid:[0,2,11],outward:[0,11],over:[4,5,13,14,15,16,17],overflow:[0,11],overlap:4,overrid:[2,4,5],overriden:17,overshoot:[0,11],overspin_algorithm:[0,11],overspin_bs:[0,11],overspin_massloss:[0,11],overview:11,own:[5,7,9,12,14,17,19],oxygen:[0,11],oxygen_neon_white_dwarf:0,packag:[4,9,11,17,19,21],paczynski:[0,11],pad:[15,16],pad_output_distribut:[4,15,16],page:[0,9,11,17,19],pair:[4,5],panda:[4,9,14,15,16,18,19],pane:18,panel:[0,11],paper:[0,11],param:[4,5],param_nam:4,paramet:[1,2,3,4,5,6,7,9,11,12,14,15,16,17,18,20,21,23],parameter_nam:[4,5,11,13,15,16,17],parameter_value_input_typ:[4,13],pars:[3,4,5,14,15,16,17,18,20],parse_binary_c_version_info:4,parse_cmdlin:5,parse_const:4,parse_float:4,parse_funct:[5,7,14,15,16,17,20],parse_function_hr_diagram:18,parse_function_mass:18,parse_function_orbit:18,parse_int:4,parsec:2,part:[2,5,11,14,15,16,17,23],partial:[0,11],particularli:[0,11],pasp:2,pass:[5,7,9,11,12,14,17,18,19,20],path:[4,7,9,14,17,19],patho:[9,19],pdf:[0,2,9,11,19],peak:16,pend:[0,11],per:[0,4,5,7,11,14,15,17,23],percentag:[0,11],peret:[0,11],perfect:16,perfectli:[15,16],perform:[0,11],perhap:[0,11],periastron:[0,11],pericent:23,period:[0,2,11,12,14,15,16,17,18,23],period_str:2,perl:[1,4,15,16,17],persist:11,persistent_data:11,pgo:[0,11],phase:[0,11,15,16],phasevol:[0,11,17],photoevapor:[0,11],php:2,physic:[15,16,17],pick:18,piec:[5,17],pinnsonneault:[0,11],pkg:[9,19],place:[0,4,11],placehold:18,plai:[0,11,16],plan:7,planetari:[0,11],plaw2:7,pleas:[0,4,11,15,16,17],plot:[0,11,14,15,16,18],plot_data:[15,16],plot_funct:[9,10],plot_hr_diagram:18,plot_hr_diagram_singl:18,plot_mass:18,plot_orbit:18,plot_system:18,plot_typ:18,pls:5,plt:16,plu:[0,11],pms:18,pms_mass_1:18,pms_mass_2:18,pn_comenv_transition_tim:[0,11],pn_fast_wind:[0,11],pn_fast_wind_dm_agb:[0,11],pn_fast_wind_dm_gb:[0,11],pn_fast_wind_mdot_agb:[0,11],pn_fast_wind_mdot_gb:[0,11],pn_hall_fading_time_algorithm:[0,11],pn_hall_fading_time_algorithm_maximum:[0,11],pn_hall_fading_time_algorithm_minimum:[0,11],pn_resolv:[0,11],pn_resolve_maximum_envelope_mass:[0,11],pn_resolve_minimum_effective_temperatur:[0,11],pn_resolve_minimum_luminos:[0,11],pne:[0,11],pogg:[0,11],point:[0,2,4,5,9,11,19],poisson:[2,7],pol:[0,11],polytrop:[0,11],poor:16,pop:12,pop_macro:12,popul:[0,2,3,5,6,8,9,11,19,21],population_id:7,population_nam:[15,16,17],population_set:5,posit:[0,2,11],possibl:[0,1,2,4,6,9,11,14,19],post:[0,11,12],post_ce_adaptive_menv:[0,11],post_ce_envelope_dm_eagb:[0,11],post_ce_envelope_dm_gb:[0,11],post_ce_envelope_dm_tpagb:[0,11],post_ce_objects_have_envelop:[0,11],post_sn_orbit_bs:0,post_sn_orbit_method:[0,11],post_sn_orbit_tt98:0,postagb_legacy_log:[0,11],postagb_wind_gi:0,postagb_wind_krticka2020:[0,11],postagb_wind_non:[0,11],postagb_wind_use_gi:[0,11],postagbwind:[0,11],potenti:[0,11],power:[0,2,11,16],powerlaw:2,powerlaw_const:2,powerlaw_extrapolation_q:2,ppn_envelope_mass:[0,11],pragma:12,pre:[0,11,18],pre_events_stardata:[0,11],pre_main_sequ:[0,11],pre_main_sequence_fit_lob:[0,11],precis:4,precod:[5,15,16,17],predefin:[2,15,16,17],predict:7,predictor:[0,11],prefer:[0,5,11],prefix:[0,11],prepar:2,prepare_dict:2,prescrib:[0,11],prescript:[0,11,17],prescrit:[0,11],present:[2,4,5,15,16,17],preserv:[0,11],preset:18,pressur:[0,11],prev_stellar_type_1:17,prev_stellar_type_2:17,prevent:[0,7,11],previou:[4,16],previous:[14,17],previous_stardata:[1,12,14,17],primari:[1,2,5,15,16,17,23],pringl:[0,11],print:[4,5,6,7,11,12,13,14,15,16,17],print_help:[4,13],print_info:6,print_option_descript:6,print_structur:4,printf:[1,12,14,15,16,17],prior:[0,11],privat:[5,6,9],prob_dict:2,probability_weighted_mass:7,probabl:[0,1,2,5,6,7,11,12,15,16,17,18],probdist:[5,15,16,17],problem:[0,11],probtot:16,process:[0,4,5,7,11,15,16,17],processor:15,profil:[0,11],progenitor:[0,11,17],program:[9,19],project:[0,11],proper:[6,12],properli:[0,5,11],properti:[0,4,5,7,18],prot1:[0,11],prot2:[0,11],prot3:[0,11],prot4:[0,11],provid:[0,2,5,7,11,17,20],pseudorandom:[0,11],publicli:12,puls:[0,11,23],pump:[0,11],purpos:[7,15,16,17,18],push_macro:12,put:[1,4,5,7,15,16,17,18],py_rinterpol:[9,19],pyenv:[9,11,19],pyplot:16,pysiz:4,pytest:[9,19],python3:[9,11,19],python:[3,4,15,16],q_high_extrapolation_method:7,q_interpol:2,q_low_extrapolation_method:7,qcrit_bh:[0,11],qcrit_bs:0,qcrit_cheb:[0,11],qcrit_chen_han_formula:0,qcrit_chen_han_t:0,qcrit_cowd:[0,11],qcrit_degenerate_bh:[0,11],qcrit_degenerate_cheb:[0,11],qcrit_degenerate_cowd:[0,11],qcrit_degenerate_eagb:[0,11],qcrit_degenerate_gb:[0,11],qcrit_degenerate_hegb:[0,11],qcrit_degenerate_hehg:[0,11],qcrit_degenerate_hem:[0,11],qcrit_degenerate_hewd:[0,11],qcrit_degenerate_hg:[0,11],qcrit_degenerate_lmm:[0,11],qcrit_degenerate_m:[0,11],qcrit_degenerate_n:[0,11],qcrit_degenerate_onewd:[0,11],qcrit_degenerate_tpagb:[0,11],qcrit_eagb:[0,11],qcrit_gb:[0,11],qcrit_gb_bs:0,qcrit_gb_chen_han_formula:0,qcrit_gb_chen_han_t:0,qcrit_gb_ge2015:0,qcrit_gb_hjellming_webbink:0,qcrit_gb_q_no_comenv:0,qcrit_gb_temmink2021:0,qcrit_gb_vos2018:0,qcrit_ge2015:0,qcrit_hegb:[0,11],qcrit_hehg:[0,11],qcrit_hem:[0,11],qcrit_hewd:[0,11],qcrit_hg:[0,11],qcrit_hjellming_webbink:0,qcrit_lmm:[0,11],qcrit_m:[0,11],qcrit_n:[0,11],qcrit_onewd:[0,11],qcrit_q_no_comenv:0,qcrit_temmink2021:0,qcrit_tpagb:[0,11],qcrit_vos2018:0,qcrits_:[0,11],qcrits_degenerate_:[0,11],qdata:2,qlimit:2,quad:7,quadrat:[0,11],quadrulpl:[0,11],quadrupl:[0,2,7,11],quantiti:18,queri:14,queue:7,quickli:14,quit:[0,4,11],r_l:23,radau:[0,11],radi:[0,11],radiat:[0,11],radii:[0,11,23],radiu:[0,1,11,12,17,18,23],radius_1:18,radius_2:18,ragb:23,raghavan2010_binary_fract:2,raghavan:2,rai:[0,11],railton:[0,11],rais:[0,4,7,11,17],ram:[0,11],ran:[7,15],random:[0,7,11],random_count:14,random_se:[0,11,14],random_skip:[0,11],random_system:[0,11],random_systems_se:[0,11],rang:[0,2,5,7,11,14,15,16,17,21],rapid:[0,11],rapidli:[0,11],rappaport:[0,11],rate:[0,2,11],rather:[0,4,5,7,9,11,12,14,17,19],ratio:[0,2,11,15,16,17,23],raw:[4,5,7,11,18,20],raw_output:4,reach:[0,11],reaction:[0,11],read:[3,4,14,17],real:[5,17],realist:16,realiti:16,realli:[0,5,6,7,11,17],reason:[0,11,16],rebuild:[0,9,11,19],rebuilt:[9,19],recalcul:[0,11],receiv:4,recogn:17,recombin:[0,11],recommend:[1,3],recompil:[9,15,16,17,19],recurs:[4,5],recursive_change_key_to_float:4,recursive_change_key_to_str:4,red:[0,11,16],redhat:1,redshift:2,reduc:[0,11],reduct:7,refer:4,regardless:18,region:[0,11],regist:17,reignit:[0,11],reimer:[0,11],reinstal:[9,19],reject:[0,11],rejects_in_log:[0,11],rejuven:[0,11],rel:[0,11],relat:[0,11],releas:[4,9,19],reliabl:11,remain:[0,11],rememb:16,remesh:[0,11],remnant:[0,11],remov:[0,4,5,9,11,14,17,19],remove_fil:4,renam:[5,16],rename_grid_vari:[5,16],renormalis:2,rentrop:[0,11],repeat:[0,7,11],repo:[9,19],report:[0,11,15,16,17],repositori:3,repres:7,represent:[4,5,17],reproduc:[0,11],requir:[0,2,4,11,14,15,16,17,18,20],res:[15,16],reset:[0,11],reset_pref:[0,11],reset_star:[0,11],reset_stars_default:[0,11],resolut:[0,5,7,11,15,16,17],resolv:[0,11,15],reson:[0,11],resourc:16,respect:[0,2,11],rest:[2,5,17],restructuredtext:4,result:[0,1,2,4,5,7,9,11,14,15,16,17,19],result_arrai:2,result_dict:2,results_dictionari:[15,16],retain:[0,11],rethink:4,return_all_info:5,return_arglin:11,return_binary_c_default:5,return_binary_c_version_info:[4,5,13],return_compilation_dict:1,return_help:11,return_help_al:[4,11],return_maximum_mass_ratio_for_rlof:[11,23],return_minimum_orbit_for_rlof:[11,23],return_persistent_data_memaddr:11,return_population_set:5,return_store_memaddr:11,return_version_info:[4,11],reus:5,revap_in:[0,11],revap_out:[0,11],revers:[0,11,18],reverse_tim:[0,11],revis:[0,4],rewrit:5,rhagavan:7,ri0005:17,rich:[0,11],riello:[0,11],rin:[0,11],ring:[0,11],risk:[5,17],ritter:[0,11],rk2:[0,11],rk4:[0,11],rlof:[0,11,23],rlof_angular_momentum_transfer_model:[0,11],rlof_angular_momentum_transfer_model_bs:0,rlof_angular_momentum_transfer_model_conserv:0,rlof_eccentric_as_circular:[0,11],rlof_entry_threshold:[0,11],rlof_f:[0,11],rlof_interpolation_binary_c:0,rlof_interpolation_bs:0,rlof_interpolation_method:[0,11],rlof_mdot_factor:[0,11],rlof_mdot_modul:[0,11],rlof_method:[0,11],rlof_method_adapt:0,rlof_method_adaptive2:0,rlof_method_bs:0,rlof_method_claei:0,rlof_method_ritt:0,rlof_nonconservative_gamma_donor:0,rlof_nonconservative_gamma_isotrop:0,rlof_radiation_correct:[0,11],rlof_transition_objects_escap:[0,11],rob:[0,2,11,23],robert:[9,19],roch:[0,11,23],roche_lob:23,rochelob:23,rol1:14,rol2:14,room:[5,17],root:[9,19],rotat:[0,2,11],rotation:[0,11],rotationally_enhanced_expon:[0,11],rotationally_enhanced_mass_loss:[0,11],rotationally_enhanced_massloss:[0,11],rotationally_enhanced_massloss_angmom:0,rotationally_enhanced_massloss_langer_formula:[0,11],rotationally_enhanced_massloss_langer_formula_and_angmom:0,rotationally_enhanced_massloss_non:0,rout:[0,11],routin:[0,3,5,9,11,18],row:[14,18],rring:[0,11],rssd:2,rst:[4,6],rsun:18,rubric:5,run:[0,1,3,4,5,7,9,11,15,16,19,20],run_popul:11,run_system:[11,12,13,14,18,20],run_system_wrapp:[9,10,12,14],run_wrapp:3,run_zero_probability_system:7,runtim:[1,7],russel:[0,11],rzam:23,s_option:7,safe:17,sai:[0,11],said:[0,11],same:[0,4,7,9,11,14,19],sampl:[0,2,3,5,11,15,17,21],sample_valu:2,sampler:9,sana12:[2,15,17],sana:2,save:[0,1,2,11,12,15,16,17],save_pre_events_stardata:[0,11],scalar:4,scalo:2,scanf:0,scheme:[0,11],schneider:[0,11],schroeder:[0,11],script:[3,9,12,19],sdb:[0,11],sdist:[9,19],sdo:[0,11],seaborn:[15,16],search:[9,15],second:[0,2,4,5,11,18],secondari:[2,15,23],section:[2,4,8,9,11,17,19],see:[0,5,9,11,12,13,14,15,16,17,18,19],seed:[0,11],seem:[9,18,19],seen:4,segment:21,seitenzahl2013_model:[0,11],seitenzahl:[0,11],select:[0,4,11,14,15],selected_head:4,selector:[0,11],self:[5,7,14,15,16,17],semi:[0,11],sent:[0,11],sentenc:1,sep:[0,2,5,14,15,17,23],sep_max:[15,17],sep_min:[15,17],separ:[0,2,4,5,6,11,12,14,17,18,23],separation_quadrupl:[0,11],separation_tripl:[0,11],separta:[0,11],seper:17,sequenc:[0,11,12,15,16],seri:[0,11],serialis:[4,5],serv:4,server:5,set:[0,1,2,3,4,5,6,7,9,12,13,14,18,19],set_moe_di_stefano_set:5,set_opt:2,set_xlabel:[15,16],set_ylabel:[15,16],setup:[9,17,19,20],sever:[6,7,13,17,18,20],sfh:2,shara:[0,11],share:[1,7,14,20],shared_lib_filenam:12,shell:[0,11],shellular:[0,11],shorten:[0,11],should:[0,1,2,4,5,6,7,9,11,14,15,16,17,18,19,20],shouldn:[0,4,11],show:[0,3,7,11,14,15,16,17,18],show_plot:18,show_stellar_typ:18,shown:[0,11,18],shrinkagb:14,side:[15,16,17],siess:[0,11],sigma:2,signal:15,silent:4,sill:[0,11],simpl:15,simplest:14,simpli:[0,11,16],simul:[0,1,11,12,15,16,17],simulation_:5,sinc:[4,18],singl:[0,2,3,5,7,11,15,16,17,18],single_star_lifetim:[11,12,14],sit:[0,11],site:11,situat:11,size:[4,7,15,16],skip:[0,4,7,9,11,15,19],skipkei:4,slightli:11,slope:2,slow:[0,11,15,16],slower:[0,11],slurm:[5,7,8],slurm_grid:5,small:[0,11,16],small_envelope_method:[0,11],small_envelope_method_bs:0,small_envelope_method_miller_bertolami:0,smaller:[0,11],smarter:16,smooth:16,smoother:16,sn_impulse_liu2015:0,sn_impulse_non:0,sn_impulse_wheeler1975:0,sn_kick_companion_a:[0,11],sn_kick_companion_aic_bh:[0,11],sn_kick_companion_bh_bh:[0,11],sn_kick_companion_bh_n:[0,11],sn_kick_companion_ecap:[0,11],sn_kick_companion_grb_collapsar:[0,11],sn_kick_companion_hestaria:[0,11],sn_kick_companion_ia_chand:[0,11],sn_kick_companion_ia_chand_co:[0,11],sn_kick_companion_ia_eld:[0,11],sn_kick_companion_ia_h:[0,11],sn_kick_companion_ia_he_co:[0,11],sn_kick_companion_ia_hybrid_hecowd:[0,11],sn_kick_companion_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_companion_ibc:[0,11],sn_kick_companion_ii:[0,11],sn_kick_companion_iia:[0,11],sn_kick_companion_ns_n:[0,11],sn_kick_companion_tz:[0,11],sn_kick_companion_wdkick:[0,11],sn_kick_dispersion_aic_bh:[0,11],sn_kick_dispersion_bh_bh:[0,11],sn_kick_dispersion_bh_n:[0,11],sn_kick_dispersion_ecap:[0,11],sn_kick_dispersion_grb_collapsar:[0,11],sn_kick_dispersion_ia_hybrid_hecowd:[0,11],sn_kick_dispersion_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_dispersion_ibc:[0,11],sn_kick_dispersion_ii:[0,11],sn_kick_dispersion_ns_n:[0,11],sn_kick_dispersion_tz:[0,11],sn_kick_distribution_aic_bh:[0,11],sn_kick_distribution_bh_bh:[0,11],sn_kick_distribution_bh_n:[0,11],sn_kick_distribution_ecap:[0,11],sn_kick_distribution_grb_collapsar:[0,11],sn_kick_distribution_ia_hybrid_hecowd:[0,11],sn_kick_distribution_ia_hybrid_hecowd_sublumin:[0,11],sn_kick_distribution_ibc:[0,11],sn_kick_distribution_ii:[0,11],sn_kick_distribution_ns_n:[0,11],sn_kick_distribution_tz:[0,11],sn_none:12,sn_type:12,sneia:[0,11],snia:[0,11],snippet:[11,14],sns:[15,16],solar:[0,2,11,13,23],solver:[0,11],solver_forward_eul:0,solver_predictor_corrector:0,solver_rk2:0,solver_rk4:0,some:[0,1,2,5,7,9,11,12,13,14,15,16,17,18,19],someth:[0,5,11,14,15,16],sometim:13,somewhat:[15,16,17],soon:21,sort:[4,15,16],sort_kei:4,sourc:[1,2,4,5,6,7,10,18,20,21,23],source_file_filenam:7,source_list:5,sourcecod:[9,11,12,19],sourcefile_nam:1,space:[0,5,11,15,16,17,21],spacing_funct:[9,10],spacingfunc:[5,15,16,17],spacingfunct:[5,17],special:[0,11,17],specif:[0,4,11,13,14,18],specifi:[0,7,11],spectral:2,speed:[0,7,11],speedtest:[0,11],spent:4,spera:[0,11],spheric:[0,11],spiki:16,spin:[0,11],spinrat:[0,11],split:[0,7,11,14,17],split_lin:14,splitlin:[11,12,14,15,16,17],splitpoint:[0,11],spread:5,sqrt:[0,11],src:[0,9,11,12,19],stabil:[0,11],stabl:[0,11],stancliff:[0,11],standard:[0,2,11,15,16],star:[1,2,7,9,11,12,13,14,15,16,17,18,23],star_with_no_mass:0,starcount:[15,16,17],stardata:[0,1,11,12,14,15,16,17],stardata_dump_filenam:[0,11],stardata_load_filenam:[0,11],stardata_t:12,starnum:15,start:[0,1,4,5,6,7,11,14,15,16,17],start_tim:[0,11],start_timestamp:[15,16,17],startrack:[0,11],startswith:14,state:[0,11],statement:[1,12,14,15,16,17],statist:[0,11],statu:[0,1,11,15,16,17],stderr:[0,11],stdout:4,steadi:[0,11],stefan:18,stefano:[4,5,9,17],stellar:[0,2,3,7,9,11,18,22],stellar_structure_algorithm:[0,11],stellar_structure_algorithm_external_funct:0,stellar_structure_algorithm_mint:0,stellar_structure_algorithm_modified_bs:0,stellar_structure_algorithm_non:0,stellar_typ:[1,9,10,12,14,15,16,17,18],stellar_type_1:[0,11,17,18],stellar_type_2:[0,11,17,18],stellar_type_3:[0,11],stellar_type_4:[0,11],stellar_type_dict:22,stellar_type_dict_short:22,step:[4,5,12,14,15,16,17,18,21],stepsiz:[5,17],stick:7,stiff:[0,11],still:[1,7,12],stop:[0,4,11,15],stopfil:[0,11],storag:[0,11],store:[0,2,3,4,5,7,9,14,15,16,17,19,23],store_capsul:11,store_memaddr:[11,23],str:[1,4,5,6,17,18],straight:5,straightforward:[15,16,17],straniero:[0,11],strength:[0,11],strict:4,strictli:[15,16],string:[0,1,3,4,5,6,7,11,13,14,15,16,17,18,20],strip:[0,11,14],stronger:[0,11],struct:[0,11,12],structur:[0,4,7,11,18],stuff:[4,7,14,17,18],style:[0,5,11],sub:[0,4,11],subdict:4,subject:[0,11],sublumin:[0,11],submit:9,subroutin:8,subsequ:[0,11],subtract:4,subtract_dict:4,succe:[0,11],suggest:[0,9,11,19],suit:[9,19],sum:[0,11],sundial:[0,11],supercrit:[0,11],supernova:[0,7,11],superwind:[0,11],superwind_mira_switchon:[0,11],sure:[2,5,7,9,14,15,16,17,18,19,20],surfac:[0,11],surrei:17,surviv:[0,11],survivor:[0,11],switcher:[0,11],symmetr:[0,11],synchron:[0,11],synonym:[0,11],synthesi:[7,9,15,16,17,19],system:[0,3,4,5,7,9,11,12,15,16,17,18,19,20],system_gener:[5,17],system_numb:5,system_queue_fil:15,tabl:[0,2,11],take:[0,2,4,5,7,11,15,17,20],taken:[0,4,11,12],tar:[9,19],target:[1,6],task:[0,2,4,5,6,8,11,17,18,20,21,23],tauri:[0,11],tbse:[0,11],technic:[12,15,16,17],teff:[0,2,11],teff_1:18,teff_2:18,teff_postagb_max:[0,11],teff_postagb_min:[0,11],tell:4,temp_dir:[4,14,16,17],temperatur:[0,2,11,18],termin:[1,9,12,17,19],test:[0,4,5,7,9,11,14,17,19,23],test_data:[0,11],test_func:11,test_logfil:14,test_pop:17,text:[4,6],than:[0,2,4,7,9,11,16,17,19],thats:17,thei:[0,2,4,5,7,11,15,17,18],thelog:[0,11],them:[2,4,5,11,17],themselv:[2,4],theoret:[15,16],thermal:[0,2,11,23],thermally_pulsing_asymptotic_giant_branch:0,thermohalin:[0,11],thesi:[0,11],thi:[0,1,2,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,23],thick:[0,11],thick_disc_end_ag:[0,11],thick_disc_logg_max:[0,11],thick_disc_logg_min:[0,11],thick_disc_start_ag:[0,11],thin:[0,11],thing:[0,2,4,5,6,11,15,16,17,20],think:[0,4,5,11],third:[0,2,11],third_dup:[0,11],third_dup_multipli:[0,11],thorn:[0,11],those:[4,5,9,15,16,17,19],thread:[5,7,15,16],thread_id:7,three:[0,2,11,16,17],three_part_powerlaw:[2,15,16,17],threshold:[0,4,7,11],through:[5,11,14,15,16,17,18,20],throughout:[5,15,16,17],tidal:[0,11],tidal_strength_factor:[0,11],tide:[0,11],tides_convective_damp:[0,11],tides_hurley2002:[0,11],tides_zahn1989:[0,11],time:[0,1,2,4,5,7,9,11,12,14,15,16,17,18,19],timescal:[0,11],timestamp:7,timestep:[0,11,12,14,15,16],timestep_limit:[0,11],timestep_log:[0,11],timestep_modul:[0,11],timestep_multipli:[0,11],timestep_solver_factor:[0,11],tinslei:2,titl:[6,15],tmp:[0,4,9,11,14,15,16,17,19],tmp_dir:[5,7,14,16,17],tmp_tabl:2,todo:[0,1,2,4,5,6,7,11,13,17,18,20,21,23],toler:[0,11],too:[0,4,7,9,11,16,19,20],took:[15,16,17],top:17,topic:[0,11],torqu:[0,11],total:[0,2,4,5,7,11,15,16,17,18],total_count:[15,16,17],total_mass_run:[15,16,17],total_prob:[15,16,17],total_probability_weighted_mass_run:[15,16,17],tout:[0,11,23],tout_pringle_1992_multipli:[0,11],tpagb:[0,11],tpagb_reimers_eta:[0,11],tpagb_wind_beasor_etal_2020:0,tpagb_wind_bloeck:0,tpagb_wind_goldman_etal_2017:0,tpagb_wind_mattsson:0,tpagb_wind_reim:0,tpagb_wind_rob_cwind:0,tpagb_wind_van_loon:0,tpagb_wind_vw93_karaka:0,tpagb_wind_vw93_karakas_carbon_star:0,tpagb_wind_vw93_orig:0,tpagb_wind_vw93_orig_carbon_star:0,tpagbwind:[0,11],tpagbwindfac:[0,11],tpr:15,traceback:4,track:[7,18],trade:[0,11],transfer:[0,11],transform:[0,4,11],transit:[0,11],treat:[0,11],trigger:[0,11],trio:[15,16,17],tripl:[0,2,7,11],truli:[0,11],tupl:1,turn:[0,4,11,14,17],tutori:[3,9],two:[0,4,11,12,22,23],txt:[5,14,17,20],type:[0,1,2,4,5,6,7,11,14,15,16,17,18,21,22,23],type_chng:14,type_ia_mch_supernova_algorithm:[0,11],type_ia_mch_supernova_algorithm_dd2:0,type_ia_mch_supernova_algorithm_seitenzahl2013:0,type_ia_mch_supernova_algorithm_seitenzahl2013_automat:0,type_ia_sub_mch_supernova_algorithm:[0,11],type_ia_sub_mch_supernova_algorithm_livne_arnett_1995:0,typic:[0,11],ubvri:[0,11],ugriv:[0,11],unavail:[0,11],uncom:[5,14,15,16,17],unction:11,undef:12,under:[14,21],undescrib:6,uniform:2,uninstal:[9,19],union:[2,4,5,17,21,23],uniqu:[4,5,7,17],unit:[0,11,13,23],univari:[0,11],unix:5,unknown:20,unless:[1,5,7],unlik:16,unload:5,unpars:11,unrecogn:[9,19],unresolv:15,unsign:0,unstabl:[0,11],until:[0,2,4,11],unus:[0,7,11],unweight:17,updat:[2,4,5,9,16,17,19],update_dict:[4,13],update_grid_vari:[5,16],upper:[0,2,11,21],usag:[0,3],use:[0,2,3,4,5,7,8,9,11,12,13,14,17,18,19,20],use_astropy_valu:18,use_datadir:[5,17],use_fixed_timestep_:[0,11],use_periastron_roche_radiu:[0,11],use_tabular_intershell_abundances_karakas_2012:[0,11],usecas:3,used:[0,1,2,4,5,7,11,12,13,14,15,16,17,18],useful:[0,4,5,7,9,11,13,14,15,16,17,19,20,23],useful_func:[9,10],user:[1,2,4,5,6,7,12,20],uses:[0,7,11,12,17],using:[0,1,5,9,12,13,14,15,16,19],usual:[0,2,4,7,11,15,16,17],util:[1,2,4,5,6,11,12,13,14,15,16,17,18,20,21,23],val:2,valid:[0,2,4,11,12],valu:[0,1,2,4,5,6,7,11,13,14,15,16,17,18],value_lin:14,valueerror:17,valuerang:[5,15,16,17],values_arrai:14,van:[0,11],vandenheuvel_log:[0,11],vari:[0,11,17],variabl:[0,3,4,5,7,11],variant:[0,11],variou:[0,11],vassiliadi:[0,11],vb1print:5,veloc:[0,2,11],venv:[9,19],verbos:[1,2,4,5,7,9,14,15,16,17,19],verbose_print:4,veri:[0,5,11,12,14,16,17,21],versa:23,version:[0,4,5,9,11,13,17,19],version_info:4,version_info_dict:13,version_info_str:4,version_onli:[0,11],via:[3,5,7,11,12,15,16,17,18],vice:23,vink:[0,11],virtual:[9,19],virtualenviron:[9,19],viscos:[0,11],viscou:[0,11],visibl:12,visit:9,volum:[0,11],vrot1:[0,11],vrot2:[0,11],vrot3:[0,11],vrot4:[0,11],vrot_breakup:0,vrot_bs:0,vrot_non_rot:0,vrot_sync:0,vw93:[0,11],vw93_eagb_wind_spe:[0,11],vw93_mira_shift:[0,11],vw93_multipli:[0,11],vw93_tpagb_wind_spe:[0,11],vwind:[0,11],vwind_beta:[0,11],vwind_multipli:[0,11],wai:[0,4,5,7,11,14,16,18],wang:[0,11],want:[0,2,4,5,6,7,11,12,13,15,16,17,18],warmup_cpu:[0,11],warn:[0,11,14,17],wast:16,wave:[0,11,17],wd_accretion_rate_new_giant_envelope_lower_limit_helium_donor:[0,11],wd_accretion_rate_new_giant_envelope_lower_limit_hydrogen_donor:[0,11],wd_accretion_rate_new_giant_envelope_lower_limit_other_donor:[0,11],wd_accretion_rate_novae_upper_limit_helium_donor:[0,11],wd_accretion_rate_novae_upper_limit_hydrogen_donor:[0,11],wd_accretion_rate_novae_upper_limit_other_donor:[0,11],wd_kick:[0,11],wd_kick_at_every_puls:0,wd_kick_at_given_puls:0,wd_kick_direct:[0,11],wd_kick_end_agb:0,wd_kick_first_rlof:0,wd_kick_pulse_numb:[0,11],wd_kick_when:[0,11],wd_sigma:[0,11],wdwd_merger_algorithm:[0,11],wdwd_merger_algorithm_bs:0,wdwd_merger_algorithm_chen2016:0,wdwd_merger_algorithm_perets2019:0,web:[15,16],weight:[0,7,11,16],well:[0,4,7,9,11,12,14,15,16,19],went:16,were:[4,15,16,17],what:[0,1,2,4,6,7,9,11,12,14,15,16,17,19,20],whatev:[0,5,9,11,12,19],wheeler:[0,11],when:[0,1,2,4,5,6,7,9,11,13,14,17,19,20],whenev:[9,19],where:[0,1,2,4,5,6,7,9,11,15,16,17,19],whether:[0,2,4,5,6,7,11,13,17,18,23],which:[0,1,2,4,5,6,7,9,11,12,13,14,15,16,17,19,20,23],whichev:7,white:[0,11],white_dwarf_cooling_carrasco2014:[0,11],white_dwarf_cooling_mestel:[0,11],white_dwarf_cooling_mestel_modifi:[0,11],white_dwarf_cooling_model:[0,11],white_dwarf_radius_carrasco2014:[0,11],white_dwarf_radius_model:[0,11],white_dwarf_radius_mu:[0,11],white_dwarf_radius_nauenberg1972:[0,11],whole:[0,5,7,11,12],wide:[15,16],width:[0,11],wiggl:16,wind:[0,11],wind_algorithm_binary_c_2020:0,wind_algorithm_hurley2002:0,wind_algorithm_non:0,wind_algorithm_schneider2018:0,wind_angmom_loss_bs:0,wind_angmom_loss_lw:0,wind_angmom_loss_lw_hybrid:0,wind_angmom_loss_spherically_symmetr:0,wind_angular_momentum_loss:[0,11],wind_disc_angmom_fract:[0,11],wind_disc_mass_fract:[0,11],wind_djorb_fac:[0,11],wind_gas_to_dust_ratio:[0,11],wind_lbv_luminosity_lower_limit:[0,11],wind_mass_loss:[0,11],wind_multiplier_:[0,11],wind_nieuwenhuijzen_luminosity_lower_limit:[0,11],wind_type_multiplier_:[0,11],within:[0,4,5,9,11,12,13,17,19],without:[2,4,5,7,12,14,16],won:[0,11,14],wood:[0,11],work:[0,4,5,9,11,12,14,15,16,18,19],would:[0,4,11,16,17,18],wouldn:[5,17],wr_wind:[0,11],wr_wind_bs:0,wr_wind_eldridg:0,wr_wind_fac:[0,11],wr_wind_maeder_meynet:0,wr_wind_nugis_lam:0,wrap:[1,12],wrapper:[4,11,12,14,23],write:[1,4,5,6,7,11,12,14,15,17,20],write_binary_c_calls_to_fil:[5,17],write_binary_c_parameter_descriptions_to_rst_fil:4,write_grid_options_to_rst_fil:6,write_logfil:11,written:[5,6,7,11,14,17,20],written_data:14,wrlof_mass_transf:[0,11],wrlof_method:[0,11],wrlof_non:0,wrlof_q_depend:0,wrlof_quadrat:0,wrong:[9,16,19],wrwindfac:[0,11],wtts2:[0,11],wtts_log:[0,11],www:[0,2,11],x86_64:11,year:[0,2,11],yet:[0,4,5,7,11,18],yield:[0,11],you:[0,1,4,5,6,7,9,11,12,14,15,16,17,18,19,23],young:[0,11],your:[7,9,12,14,19],yourself:[15,16,17,18],yscale:[15,16],zahn:[0,11],zam:[0,2,3,11,15,20,23],zams_collis:23,zams_mass:[15,16,17],zams_mass_1:17,zams_mass_2:17,zero:[0,1,3,4,7,9,11],zero_ag:[12,14,15,16,17],zero_age_main_sequence_star:[15,16],zero_age_main_sequence_starn:15,zero_prob_stars_skip:[15,16,17],zone:[0,11],zoom:[0,11],zoomfac_multiplier_decreas:[0,11],zoomfac_multiplier_increas:[0,11],zsolar:2,zytkow:[0,11]},titles:["Binary_c parameters","custom_logging_functions module","distribution_functions module","Example notebooks","functions module","grid_class module","Grid options and descriptions","Population grid code options","hpc_functions module","Welcome to binary_c-python\u2019s documentation!","Binarycpython code","Tutorial: Using the API functionality of binary_c-python","Tutorial: Using custom logging routines with binary_c-python","Tutorial: Extra features and functionality of binary_c-python","Tutorial: Running individual systems with binary_c-python","Example use case: Zero-age stellar luminosity function in binaries","Example use case: Zero-age stellar luminosity function","Tutorial: Running populations with binary_c-python","plot_functions module","Python module for binary_c","run_system_wrapper module","spacing_functions module","stellar_types module","useful_funcs module"],titleterms:{"case":[15,16],"function":[4,11,13,14,15,16,17],"public":7,Adding:[15,16,17],Using:[11,12],about:13,after:[9,19],age:[15,16],algorithm:0,api:[11,12,14],better:16,binari:[0,15],binary_c:[0,9,11,12,13,14,17,19],binarycpython:10,build:[9,13,19],code:[7,10],compact:12,custom:12,custom_logging_funct:1,descript:6,dictionari:13,directli:12,distribut:16,distribution_funct:2,document:[9,19],environ:[9,19],evolut:12,evolv:[15,16,17],exampl:[3,9,11,12,13,15,16,17,19],extra:13,faq:[9,19],featur:13,free:11,from:[9,11,12,19],full:17,get:[11,13],grid:[6,7,15,16,17],grid_class:5,handl:[15,16,17],help:13,hpc_function:8,indic:9,individu:14,inform:[11,13],initi:16,input:0,instal:[9,19],instruct:[9,19],issu:[9,19],log:[12,15,16,17],luminos:[15,16],mass:[12,16],misc:0,modif:13,modul:[1,2,4,5,8,9,18,19,20,21,22,23],moe:7,note:[9,19],notebook:3,noteworthi:17,nucsyn:0,object:[12,14,15,16,17],option:[6,7],output:[0,15,16,17],paramet:[0,13],pars:13,pip:[9,19],plot_funct:18,popul:[7,12,14,15,16,17],privat:7,python:[9,11,12,13,14,17,19],requir:[9,19],routin:12,run:[12,14,17],run_system_wrapp:20,run_wrapp:14,sampl:16,sampler:7,script:17,section:0,set:[11,15,16,17],singl:14,sourc:[9,19],spacing_funct:21,star:0,stefano:7,stellar:[15,16],stellar_typ:22,store:11,string:12,supernova:12,system:14,tabl:9,tutori:[11,12,13,14,17],usag:[9,11,12,19],use:[15,16],useful_func:23,using:11,variabl:[9,15,16,17,19],via:[9,14,19],welcom:9,when:12,zam:16,zero:[15,16]}}) \ No newline at end of file diff --git a/docs/build/html/spacing_functions.html b/docs/build/html/spacing_functions.html index 4af76623c38a4fa12fb9e268566bc8c9d47464c7..1033359ea28d24da40bc3562a29ebf16d4758277 100644 --- a/docs/build/html/spacing_functions.html +++ b/docs/build/html/spacing_functions.html @@ -262,7 +262,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/stellar_types.html b/docs/build/html/stellar_types.html index 0bf1079a84d06d05a2bd96a20a03b1baffadc899..1418be2896821e0f2a50f719960a89b01a1cec49 100644 --- a/docs/build/html/stellar_types.html +++ b/docs/build/html/stellar_types.html @@ -243,7 +243,7 @@ provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/build/html/useful_funcs.html b/docs/build/html/useful_funcs.html index 8c504966e14e38e382855c47c1a8780de18ec540..6a1794092ff4e4c132473422cb36cc781a24f81b 100644 --- a/docs/build/html/useful_funcs.html +++ b/docs/build/html/useful_funcs.html @@ -441,7 +441,7 @@ determine if two stars collide on the ZAMS</p> provided by <a href="https://readthedocs.org">Read the Docs</a>. <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html index e9fe70c02ba41f9030f1188b4fb8fba1c401a145..308df111882f58574daec6a758c6dcec8942c19c 100644 --- a/docs/source/_templates/footer.html +++ b/docs/source/_templates/footer.html @@ -2,7 +2,7 @@ {%- block extrafooter %} <br><br> -Generated on binarycpython git branch: master git revision 9af65282f7f847c8638c85a39f03c803b635e442 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. +Generated on binarycpython git branch: master git revision 0e871bc098f163940c2256300af798a29ad36e29 url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python/-/tree/master">git url</a>. <br><br> Using binary_c with bit branch newmaster: git revision: "6185:20210910:1621c23a5" url: <a href="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c/-/tree/newmaster">git url</a>. diff --git a/docs/source/notebook_api_functionality.ipynb b/docs/source/notebook_api_functionality.ipynb index 8d454880c82dba172d33a95532c47bc95f24ff6a..020d2dc7cdb1ae9f1214d42e3351b571ff0c943d 100644 --- a/docs/source/notebook_api_functionality.ipynb +++ b/docs/source/notebook_api_functionality.ipynb @@ -5,7 +5,7 @@ "id": "cb9d00f5-9613-471e-a4bb-6181311bf73b", "metadata": {}, "source": [ - "# Using the API functionality of binarycpython\n", + "# Tutorial: Using the API functionality of binary_c-python\n", "This notebook shows how to use the API functions that interface with binary_c. It usually is better to use wrapper functions that internally use these API functions, because most of the output here is very raw\n", "\n", "Binarycpython uses the Python-C extension framework to interface Python with C. The sourcecode for this is contained in `src/binary_c_python.c`, and the functions are available via `from binarycpython import _binary_c_bindings`.\n", diff --git a/docs/source/notebook_custom_logging.ipynb b/docs/source/notebook_custom_logging.ipynb index 84e41e6bcee06490f5b4dc61fb616cc213024aba..bfdf2a5c8fe238aec50d8f69c74d11b06491eb5f 100644 --- a/docs/source/notebook_custom_logging.ipynb +++ b/docs/source/notebook_custom_logging.ipynb @@ -5,7 +5,7 @@ "id": "879b596b-d70c-4f90-b668-563b4ad93ffc", "metadata": {}, "source": [ - "# Using custom logging routines with binarycpython\n", + "# Tutorial: Using custom logging routines with binary_c-python\n", "In this notebook you'll learn how to use the custom logging functionality" ] }, diff --git a/docs/source/notebook_extra_features.ipynb b/docs/source/notebook_extra_features.ipynb index b1a9ddb030195e6aaf0da2cf08eecc67684672a6..076b4098e7c588a68fb91cfe6175c3ee4e36ea78 100644 --- a/docs/source/notebook_extra_features.ipynb +++ b/docs/source/notebook_extra_features.ipynb @@ -5,7 +5,7 @@ "id": "d5c04b77-f0be-4b33-8c03-c72eb846527c", "metadata": {}, "source": [ - "# Extra features and functionality of binarycpython\n", + "# Tutorial: Extra features and functionality of binary_c-python\n", "In this notebook we'll go over some of the extra features and functionality that was not covered in the other notebooks.\n", "\n", "Within the module `binarycpython.utils.functions` there are many functions that can be useful when using binarycpython. We can see which functions are in there, again by using the `help()`" diff --git a/docs/source/notebook_individual_systems.ipynb b/docs/source/notebook_individual_systems.ipynb index 21d49016f3b2826d6f9d5ec87a1f6d8bb18df7af..e6451e76238c7d7ed9f4a539a83103cb596987be 100644 --- a/docs/source/notebook_individual_systems.ipynb +++ b/docs/source/notebook_individual_systems.ipynb @@ -5,7 +5,7 @@ "id": "a544d28c-c2e1-4c6a-b55b-8caec440743f", "metadata": {}, "source": [ - "# Running individual systems with binarycpython\n", + "# Tutorial: Running individual systems with binary_c-python\n", "This notebook will show you how to run single systems and analyze their results.\n", "\n", "It can be useful to have some functions to quickly run a single system to e.g. inspect what evolutionary steps a specific system goes through, to plot the mass loss evolution of a single star, etc. " diff --git a/docs/source/notebook_luminosity_function_binaries.ipynb b/docs/source/notebook_luminosity_function_binaries.ipynb index fb64dbcc9754aa9dc823a41ae3c52223cb2a8d9a..47a96d0934935dc5ab09f12823878ff0f228495d 100644 --- a/docs/source/notebook_luminosity_function_binaries.ipynb +++ b/docs/source/notebook_luminosity_function_binaries.ipynb @@ -5,7 +5,7 @@ "id": "bbbaafbb-fd7d-4b73-a970-93506ba35d71", "metadata": {}, "source": [ - "# Zero-age stellar luminosity function in binaries\n", + "# Example use case: Zero-age stellar luminosity function in binaries\n", "\n", "In this notebook we compute the luminosity function of the zero-age main-sequence by running a population of binary stars using binary_c. \n", "\n", @@ -805,14 +805,6 @@ "p.set_ylabel(\"Number of stars\")\n", "p.set(yscale=\"log\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e7541ebf-fe9a-4fb0-a88e-bb318d06f9eb", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/source/notebook_luminosity_function_single.ipynb b/docs/source/notebook_luminosity_function_single.ipynb index fb971b34a58887a38066f2dbb3d056ff4c5dc5b6..5980adf6d26bbc67f3eed90f5b2709d6574249cd 100644 --- a/docs/source/notebook_luminosity_function_single.ipynb +++ b/docs/source/notebook_luminosity_function_single.ipynb @@ -430,14 +430,6 @@ "Does this look like a reasonable stellar luminosity function to you? The implication is that the most likely stellar luminosity is 10<sup>5.8</sup> L<sub>☉</sub>! Clearly, this is not very realistic... let's see what went wrong." ] }, - { - "cell_type": "markdown", - "id": "44586e42-b7cb-4a55-be0a-330b98b20de4", - "metadata": {}, - "source": [ - "## " - ] - }, { "cell_type": "markdown", "id": "e32c3bbf-390f-45da-ad9c-cc3e7c9449dc", @@ -554,9 +546,11 @@ { "cell_type": "markdown", "id": "673031c9-7d80-45d4-b209-301c127d3edf", - "metadata": {}, + "metadata": { + "tags": [] + }, "source": [ - "# A better-sampled grid\n", + "## A better-sampled grid\n", "\n", "The IMF has many more low-mass stars than high-mass stars. So, instead of sampling M1 linearly, we can sample it in log space. \n", "\n", diff --git a/docs/source/notebook_population.ipynb b/docs/source/notebook_population.ipynb index f6f27ee4329b90d22651068ea0aca8d8756c5eb9..fff337533f9b9004ab9c66da8433444fab13511b 100644 --- a/docs/source/notebook_population.ipynb +++ b/docs/source/notebook_population.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Running populations with binarycpython\n", + "# Tutorial: Running populations with binary_c-python\n", "This notebook will show you how to evolve a population of stars\n", "\n", "Much of the code in the binarycpython package is written to evolve a population of stars through the Population object, rather than running a single system. Let's go through the functionality of this object step by step and set up some example populations. \n",