Skip to content

Commit

Permalink
Added indents math mode in advanced.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Mar 23, 2023
1 parent a13f230 commit cda2263
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -847,11 +847,15 @@ ARC uses statistical mechanics software packages (e.g., Arkane) to compute rate
the results of quantum chemistry calculations. By default, ARC instructs the statmech programs to compute rate
coefficients in the modified three-parameter Arrhenius equation format:

.. math :: k(T) = A \left( \frac{T}{T_0} \right)^n \exp \left( -\frac{E_a}{RT} \right)
.. math::
k(T) = A \left( \frac{T}{T_0} \right)^n \exp \left( -\frac{E_a}{RT} \right)
Alternatively, the user may request to compute the rate coefficients in the classical two-parameter Arrhenius format:

.. math :: k(T) = A \exp \left( -\frac{E_a}{RT} \right)
.. math::
k(T) = A \exp \left( -\frac{E_a}{RT} \right)
by setting the ``three_params`` attribute to ``False`` (it is ``True`` by default). For example::

Expand Down

0 comments on commit cda2263

Please sign in to comment.