Biomolecular systems
BiochemicalAlgorithms._default_system
BiochemicalAlgorithms._next_idx!
BiochemicalAlgorithms._offset_indices!
BiochemicalAlgorithms._default_system
— Constantconst _default_system
Global default system.
BiochemicalAlgorithms._next_idx!
— Function_next_idx!(sys::System{T}) -> Int64
Returns the next available idx
for the given system.
BiochemicalAlgorithms._offset_indices!
— Function_offset_indices!(sys::System, by::Int64) -> System
Offsets all idx
values in the given system by by
.