Update README.md to include graph network and thermodynamic mirrors

This commit is contained in:
blackboxprogramming
2025-08-10 19:38:34 -07:00
committed by GitHub
parent 89181b1d82
commit a73b3c51ff

View File

@@ -7,3 +7,7 @@ This directory contains modules and documentation for the mirror mechanics used
- `number_mirror_mu.py` — implementation of the numbertheoretic 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 deltakicks, compute Bloch coordinates, and measure twoqubit 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.