![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "reaction_methods/SingleReaction.hpp"#include <unordered_map>
Include dependency graph for core/reaction_methods/utils.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ReactionMethods |
Functions | |
| double | ReactionMethods::calculate_factorial_expression (SingleReaction const &reaction, std::unordered_map< int, int > const &particle_numbers) |
| Calculates the whole product of factorial expressions which occur in the reaction ensemble acceptance probability. | |
| double | ReactionMethods::calculate_factorial_expression_cpH (SingleReaction const &reaction, std::unordered_map< int, int > const &particle_numbers) |
| Calculates the factorial expression which occurs in the constant pH method with symmetric proposal probability. | |
| double | ReactionMethods::factorial_Ni0_divided_by_factorial_Ni0_plus_nu_i (int Ni0, int nu_i) |
| Calculates the factorial expression which occurs in the reaction ensemble acceptance probability. | |