glazier-core 0.1.0

Cellular Potts lattice, energies and serial sweep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# glazier-core

The lattice, the energies and the serial sweep behind
[`glazier`](https://crates.io/crates/glazier).

[![crates.io](https://img.shields.io/crates/v/glazier-core.svg)](https://crates.io/crates/glazier-core)
[![docs.rs](https://docs.rs/glazier-core/badge.svg)](https://docs.rs/glazier-core)

Contact, volume, surface and length energies on a periodic lattice in two or
three dimensions, diffusing species with secretion and uptake, chemotaxis,
persistent motility, division, death, and a local connectivity test. The
Blueprint reader is here too: the JSON description every engine in the
workspace agrees on.

The serial sweep is the correctness reference, and every other engine has to
agree with it.