Vivarium Core provides a process interface and simulation engine for composing and executing integrative multi-scale models.
Vivarium Core is available on PyPI here, and can be installed as a python library like this:
$ pip install vivarium-core
To get started using Vivarium Core, see our documentation and tutorial notebooks.
If you want to contribute to Vivarium Core, see our contribution guidelines.
Computational systems biology requires software for multi-algorithmic model composition, which allows many modeling efforts to be extended, combined, and simulated together. We need an "interface protocol" -- analogous to TCP/IP for the Internet -- which allows diverse pieces of simulation software to connect, communicate, and synchronize seamlessly into large, complex, and open-ended networks that anyone can contribute to.
Vivarium addresses the challenges of model reuse and multi-scale integration by explicitly separating the interface that connects models from the frameworks that implement them. Vivarium's modular interface makes individual simulation tools into modules that can be wired together in composite multi-scale models, parallelized across multiple CPUs, and run with Vivarium's discrete-event simulation engine.
The figure below illustrates the key terminology of Vivarium's interface.
Copyright (C) 2019-2022 The Vivarium Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
See LICENSE.txt
for a copy of the full license, and see
AUTHORS.md
for a list of the Vivarium Authors.