Simulation · Published v1

Untitled simulation

A complete, editable world

No preview

Inside this simulation

Every named building block is public and reusable. These are the exact versions published with this simulation.

Source

property Quantum {
    absorb: Float<1.0> [0.0 1.0] ~1e-10;
    detector: Float<0.0> [0.0 1.0];
    imag: Float<0.0> ~1e-10;
    open: Float<1.0> [0.0 1.0];
    real: Float<0.0> ~1e-10;
    received: Float<0.0> ~1e-10;
    sink: Float<0.0> ~1e-10;
    xEven: Float<0.0> [0.0 1.0];
    yEven: Float<0.0> [0.0 1.0];
}
model Wave : Quantum;

world { dimensions 3; cell Cube; neighborhood VonNeumann; }