COPASI API  4.40.278
CHybridMethod.h File Reference
#include "copasi/trajectory/CTrajectoryMethod.h"
#include <set>
#include <vector>
#include <iostream>
#include <fstream>
#include "copasi/utilities/CVersion.h"
#include "copasi/utilities/CDependencyGraph.h"
#include "copasi/utilities/CIndexedPriorityQueue.h"
#include "copasi/core/CDataVector.h"
#include "copasi/core/CMatrix.h"

Classes

class  CHybridBalance
 
class  CHybridMethod
 
class  CHybridStochFlag
 

Macros

#define INT_EPSILON   0.1
 
#define LOWER_STOCH_LIMIT   800
 
#define MAX_STEPS   1000000
 
#define OUTPUT_COUNTER   100
 
#define PARTITIONING_INTERVAL   1
 
#define RANDOM_SEED   1
 
#define RUNGE_KUTTA_STEPSIZE   0.001
 
#define SUBTYPE   1
 
#define UPPER_STOCH_LIMIT   1000
 
#define USE_RANDOM_SEED   false
 

Macro Definition Documentation

◆ INT_EPSILON

#define INT_EPSILON   0.1

◆ LOWER_STOCH_LIMIT

#define LOWER_STOCH_LIMIT   800

◆ MAX_STEPS

#define MAX_STEPS   1000000

CHybridMethod

This class implements an hybrid algorithm to simulate a biochemical system over time.

File name: CHybridMethod.h Author: Juergen Pahle Email: juerg.nosp@m.en.p.nosp@m.ahle@.nosp@m.eml-.nosp@m.r.vil.nosp@m.la-b.nosp@m.osch..nosp@m.de

Last change: 15, December 2004

(C) European Media Lab 2003. Partition the system into a deterministic part and a stochastic part. That is, every reaction is either classified deterministic or stochastic. Deterministic reactions involve only those metabolites (on substrate and product side), which have a high particle number. Therefore it is legal to integrate this part of the system with e.g. a numerical integrator. The concentration and relative particle number change should be low enough, so that the probabilities of all the reactions in the system show only little changes. The stochastic reactions must be simulated with an exact stochastic method (e.g. next reaction method (Gibson)), because their firing changes the reaction probabilities in the system significantly.

◆ OUTPUT_COUNTER

#define OUTPUT_COUNTER   100

◆ PARTITIONING_INTERVAL

#define PARTITIONING_INTERVAL   1

◆ RANDOM_SEED

#define RANDOM_SEED   1

◆ RUNGE_KUTTA_STEPSIZE

#define RUNGE_KUTTA_STEPSIZE   0.001

◆ SUBTYPE

#define SUBTYPE   1

◆ UPPER_STOCH_LIMIT

#define UPPER_STOCH_LIMIT   1000

◆ USE_RANDOM_SEED

#define USE_RANDOM_SEED   false