22#include "reaction_methods/SingleReaction.hpp"
24#include <unordered_map>
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
double calculate_factorial_expression(SingleReaction const &reaction, std::unordered_map< int, int > const &particle_numbers)
Calculates the logarithm of whole product of factorial expressions which occur in the reaction ensemb...
double calculate_factorial_expression_cpH(SingleReaction const &reaction, std::unordered_map< int, int > const &particle_numbers)
Calculates the logarithm of factorial expression which occurs in the constant pH method with symmetri...
double ln_factorial_Ni0_divided_by_factorial_Ni0_plus_nu_i(int Ni0, int nu_i)
Calculates the logarithm of factorial expression which occurs in the reaction ensemble acceptance pro...