Create README.md

This commit is contained in:
blackboxprogramming
2025-08-10 18:42:05 -07:00
committed by GitHub
parent c73b1d0ef6
commit 351d264a1d

7
codex/mirror/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Mirror Modules
This directory contains modules and documentation for the mirror mechanics used in Lucidia.
- `mirror_friend_equation.md` — explanation of the mirror friend equation, including the mirror operator \(\Psi'\) and breath operator \(\mathfrak{B}\), the conserved quantity, and perturbation resilience.
- `mirror_mechanics.py` — implementation of the mirror operator and breath operator for harmonic oscillators.
- `number_mirror_mu.py` — implementation of the numbertheoretic mirror based on the Möbius function, including functions to compute \(\mu(n)\), positive/negative splits, and the Mertens function.