Retrieve a list of all the particles for quantum path computation
particle list
Get last simulation frame
last frame
Quantum state probability for each frame.
probability of frame
Quantum state probability of absorption for each frame.
Total (summed over all frames) absorption per tile. {x: -1, y: -1, probability: ...} means falling of the board.
E.g. [{x: 2, y: 1, probability: 0.25}, {x: 3, y: 5, probability: 0.25}, {x: -1, y: -1, probability: 0.25}]
Compute next frames until probability threshold
default number of frames
stop if probability below threshold
toggle console debug
Initialize simulation from indicator
IIndicator
Compute the next simulation frame
computed frame
Generated using TypeDoc
SIMULATION CLASS Loads a grid Convert its elements into operators and merge them into a global operator. Generate simulation frames and absorptions.