Commit 512b446c54f9d281ffadfa50154fb3f4c2812dca

Authored by Jalabert
1 parent 66d7e8b2
Exists in master

addition of an author and spelling correction

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
README.md
... ... @@ -46,7 +46,7 @@ is heated, involving PAHs in the ionization of the gas. The expressions used are
46 46 t_gas : float,
47 47 gas temperature
48 48 n_e : float,
49   - electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogene density)
  49 + electron density in cm-3 (n_e = n_h * 1.6e-4, n_h : hydrogen density)
50 50 n_c : float,
51 51 number of carbon atoms in pah molecules (size of the PAH)
52 52 parsec : float,
... ... @@ -59,7 +59,7 @@ is heated, involving PAHs in the ionization of the gas. The expressions used are
59 59  
60 60 **four_levels_model.py** :
61 61 *Description* :
62   -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.
  62 +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.
63 63  
64 64 These last two programs use the parameters returned by radiations_fields.py in its calculations
65 65  
... ... @@ -81,4 +81,4 @@ Here you can find :
81 81  
82 82 ## Authors
83 83  
84   -The authors of the programs are O. Berné, S. Foschino and F. Jalabert
85 84 \ No newline at end of file
  85 +The authors of the programs are O. Berné, C. Joblin, S. Foschino and F. Jalabert
86 86 \ No newline at end of file
... ...