No preview
Inside this simulation
Every named building block is public and reusable. These are the exact versions published with this simulation.
Properties 1
Quantum@valentin · v1Models 1
Wave@valentin · v1Source
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; }