Skip to content

Commit

Permalink
Typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Nov 27, 2023
1 parent 3250826 commit 67ac49b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/io/configuration/components/plasma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ NLTE Ionization
plasma:
nlte_ionization_species: [H I, H II, He I, He II]
nlte_solver: root
nlte_solver: root
This option allows the user to specify which species should be included in the NLTE ionization treatment. Note that the
species must be present in the continuum interaction species as well.
Expand All @@ -83,7 +83,8 @@ NLTE populations. ``lu`` uses an iterative LU decomposition scheme to calculate
``lu`` iterates over the solutions up to a set tolerance. This tolerance is currently hard-coded to 1e-3. This
can be changed in the code by changing the ``NLTE_POPULATION_SOLVER_TOLERANCE`` constant in ``tardis/plasma/properties/nlte_rate_equation_solver.py``.
Here, the maximum number of iterations is set to 1000. This can be changed in the code by changing the ``NLTE_POPULATION_SOLVER_MAX_ITERATIONS`` constant in ``tardis/plasma/properties/nlte_rate_equation_solver.py``.
Furthermore, the maximum number of iterations is set to 1000. This can be changed in the code by changing the ``NLTE_POPULATION_SOLVER_MAX_ITERATIONS``
constant in ``tardis/plasma/properties/nlte_rate_equation_solver.py``.
.. warning ::
Expand Down

0 comments on commit 67ac49b

Please sign in to comment.