Skip to content

Releases: WowbaggersLiquidLunch/Quantum

0.0.2

16 Feb 02:56
Compare
Choose a tag to compare
simplify quantum event logic

Changed the event's observedness to a stored value, instead of computing it at O(_m_ + log _n_) every time, where _m_ is the number of observed events, and _n_ is the number of unobserved events in the event-tree.

Replaced hand-rolled "reduce" logic with the standard library's `reduce(into:)` wherever appropriate.

Replaced all static functions with instance functions.

Replaced "initial" with "earliest" and "final" with "latest" to clarify variable naming.

Modified test cases accordingly.

0.0.1

25 Jan 02:48
35dc608
Compare
Choose a tag to compare

Entanglement is not yet implemented. All read access to a @Quantum variable currently is equivalent to an observation.