From 512b446c54f9d281ffadfa50154fb3f4c2812dca Mon Sep 17 00:00:00 2001 From: Jalabert Date: Thu, 28 Jul 2022 16:48:39 +0200 Subject: [PATCH] addition of an author and spelling correction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fddc671..6b21ef5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ is heated, involving PAHs in the ionization of the gas. The expressions used are t_gas : float, gas temperature n_e : float, - electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogene density) + electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogen density) n_c : float, number of carbon atoms in pah molecules (size of the PAH) parsec : float, @@ -59,7 +59,7 @@ is heated, involving PAHs in the ionization of the gas. The expressions used are **four_levels_model.py** : *Description* : -his program does the same thing and has the same parameters as the program three_levels_model.py, the difference being that we add expressions related to the 4 energy levels model. This model consists in taking into account the anions, i.e. the PAHs in a charge state Z = -1. +This program does the same thing and has the same parameters as the program three_levels_model.py, the difference being that we add expressions related to the 4 energy levels model. This model consists in taking into account the anions, i.e. the PAHs in a charge state Z = -1. These last two programs use the parameters returned by radiations_fields.py in its calculations @@ -81,4 +81,4 @@ Here you can find : ## Authors -The authors of the programs are O. Berné, S. Foschino and F. Jalabert \ No newline at end of file +The authors of the programs are O. Berné, C. Joblin, S. Foschino and F. Jalabert \ No newline at end of file -- libgit2 0.21.2