CirCE  v2024.07
Circuits for Cardiac Electrophysiology
Welcome to CirCE

Overview

Welcome to the documentation for CirCE, a tool designed for the simulation and analysis of cardiac electrophysiology circuits.

Features

Installation

Dependencies

To compile dependencies, please go to the deps folder and run cmake -B build -DCMAKE_INSTALL_PREFIX=./install ., followed by cd build && make.

Argument Default value
CMAKE_INSTALL_PREFIX machine dependent
CIRCE_USE_VTK ON

CirCE compilation

To compile CirCE, from the root folder run cmake -B build -DCIRCE_DEPS_DIR=./deps/install ., and cd build && make

Argument Default value
CMAKE_BUILD_TYPE Debug
CIRCE_BUILD_TESTS ON
CIRCE_DEPS_DIR ${CMAKE_SOURCE_DIR}/dependencies/install
CIRCE_USE_VTK ON
CIRCE_USE_OPENMP ON
CIRCE_BUILD_DOC OFF

License

To date, CirCE has no license. Please contact the authors at ceps@.nosp@m.inri.nosp@m.a.fr to get the software.

Acknowledgements

This work was supported by the H2020 EU SimCardioTest project (Digital transformation in Health and Care SC1-DTH-06-2020; grant agreement number 101016496).

Happy simulating!