mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 07:57:19 -05:00
Update README.md to include graph network and thermodynamic mirrors
This commit is contained in:
committed by
GitHub
parent
89181b1d82
commit
a73b3c51ff
@@ -7,3 +7,7 @@ This directory contains modules and documentation for the mirror mechanics used
|
||||
- `number_mirror_mu.py` — implementation of the number‑theoretic mirror based on the Mobius function, including functions to compute mu(n), positive/negative splits, and the Mertens function.
|
||||
- `quantum_mirror_qi.py` — implementation of the quantum information mirror, including functions to split a qubit into logical and phase components, evolve under unitary dynamics, apply delta‑kicks, compute Bloch coordinates, and measure two‑qubit entanglement via concurrence.
|
||||
- `README_qi.md` — documentation for the quantum mirror module explaining its purpose, features, and usage.
|
||||
- `graph_network_mirror.py` — implementation of the graph/network mirror, including functions to split an adjacency matrix into symmetric and antisymmetric components, compute degree distributions, apply breath updates, and introduce delta-kick perturbations to network edges.
|
||||
- `README_graph_network.md` — documentation for the graph/network mirror module explaining its purpose, features, and usage.
|
||||
- `thermodynamic_entropy_mirror.py` — implementation of the thermodynamic/entropy mirror, providing functions to split a probability distribution into reversible and irreversible parts, apply the breath operator toward equilibrium, introduce perturbations, and measure entropy changes.
|
||||
- `README_thermodynamic_entropy.md` — documentation for the thermodynamic/entropy mirror module explaining its purpose, features, and usage.
|
||||
|
||||
Reference in New Issue
Block a user