python examples/minimal_visible_precision.py
Smallest path from latent precision and observer map to visible precision.
This page brings the released demos and the smaller single-file scripts into one place. Start here if you want to see the package in use before reading the full documentation.
Run these from the repository root. Each one ships with frozen outputs plus machine-readable summary and audit files.
python -m examples.entanglement_hidden_load.run_all
python -m examples.bell_common_gluing.run_all
python -m examples.arrow_rank_deficiency.run_all
This example shows the Gaussian identity tau = 2 I(A:B) on the stated families and checks the hidden contraction route directly.
python -m examples.entanglement_hidden_load.run_allIt is not presented as a universal theorem about all quantum states.
This example shows that correlator compatibility can hold while full-law Gaussian common gluing still fails.
python -m examples.bell_common_gluing.run_allIt does not claim to be a complete Bell theory outside the stated Gaussian setting.
This synthetic worked example compares plurality, approval, and ranked-choice observers on one latent preference geometry.
python -m examples.arrow_rank_deficiency.run_allIt is not an empirical claim about real elections.
These scripts are useful when you want direct API contact without the full released-demo wrapper.
python examples/minimal_visible_precision.pySmallest path from latent precision and observer map to visible precision.
python examples/local_calculus.pyShows the local visible calculus and determinant-curvature split.
python examples/hidden_load_transport.pyShows hidden transport and the determinant clock relation.
python examples/finite_dv_bridge.pySmall bridge example for the Donsker-Varadhan surface.
python examples/quotient_coarsening.pyChecks visible precision loss and Gaussian contraction under coarser observation.