module Experiment:
include struct ... end
val configuration : int array Pervasives.ref
val neighbourhoods : int array array
val length : int
val complexities : float array
Free energy for each cell, see the paper.
val draw_cmplx : (float -> Graphics.color) -> float array -> int -> unit
val psi_x : float array
order parameter
val psi_y : float array
val phase : float array
Overridding Experiment.States.Experiment
:
val at_first_measurement : unit -> unit
val at_last_measurement : unit -> unit
val do_measurement : time:'a -> (int -> unit) * (int -> unit)