Skip to content

Commit

Permalink
Add note about uncertainty to simulate.py documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Jun 4, 2019
1 parent 41e3b22 commit c34b8c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions documentation/source/users/rmg/modules/simulate.rst
@@ -1,8 +1,8 @@
.. _simulate:

***********************************
Simulation and Sensitivity Analysis
***********************************
***********************************************
Simulation and Sensitivity/Uncertainty Analysis
***********************************************

For sensitivity analysis, RMG-Py must be compiled with the DASPK solver, which is done by default but has
some dependency restrictions. (See :ref:`License Restrictions on Dependencies <dependenciesRestrictions>` for more details.)
Expand Down Expand Up @@ -35,3 +35,6 @@ with the file name ``sensitivity_1_SPC_1.csv`` with the first index value indica
the sensitivity analysis is conducted for. Sensitivities to thermo of individual species is also saved as semi normalized sensitivities
dln(C_i)/d(G_j) where the units are given in 1/(kcal mol-1). The sensitivityThreshold is set to some value so that only
sensitivities for dln(C_i)/dln(k_j) > sensitivityThreshold or dlnC_i/d(G_j) > sensitivityThreshold are saved to this file.

Uncertainty analysis can also be requested via input file options. For more details, see :ref:`uncertaintyanalysis`.
The results of the analysis will be printed in the ``simulate.log`` file which is generated.

0 comments on commit c34b8c6

Please sign in to comment.