scine_chemoton.gears¶
Classes
|
The base class for all Gears. |
|
|
- class scine_chemoton.gears.Gear[source]¶
The base class for all Gears.
A Gear in Chemoton is a continuous loop that alters, analyzes or interacts in any other way with a reaction network stored in a SCINE Database. Each Gear has to be attached to an Engine(
scine_chemoton.engine.Engine
) and will then help in driving the exploration of chemical reaction networks forward.Extending the features of Chemoton can be done by adding new Gears or altering existing ones.
- class Options[source]¶
-
cycle_time:
int
¶ - int
The minimum number of seconds between two cycles of the Gear. Cycles are finished independently of this option, hence if a cycle takes longer than the cycle_time will effectively lead to longer cycle times and not cause multiple cycles of the same Gear.
-
model:
Model
¶ - db.Model
The model the Gear is working with.
-
cycle_time:
Modules