From 544e9ae64525791859784302c8a965bfd18bbdd5 Mon Sep 17 00:00:00 2001 From: Carla Maria Coppola Date: Sun, 30 Jul 2017 22:10:13 +0200 Subject: [PATCH] checked the libraries from which the constansts are taken from - everything from astropy; modified the corresponding text in the notebook --- doc/level_populations.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/level_populations.ipynb b/doc/level_populations.ipynb index f0dd7d4..5a91b32 100644 --- a/doc/level_populations.ipynb +++ b/doc/level_populations.ipynb @@ -101,7 +101,7 @@ "source": [ "### Constants\n", "\n", - "The numerical values of the constants and physical constants will be adopted from numpy, scipy, astropy.\n", + "The numerical values of the constants and physical constants will be adopted from numpy and astropy.\n", "\n", " - $h$: Plank's constant\n", " - $\\hbar$: Plank's constant divided by $2 \\pi$\n", @@ -814,7 +814,9 @@ "editable": true }, "outputs": [], - "source": [] + "source": [ + "" + ] } ], "metadata": { @@ -826,7 +828,7 @@ "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 2.0 }, "file_extension": ".py", "mimetype": "text/x-python",