22
33> ** "One Equation to Rule Them All."**
44
5- This folder (` research_uet /` ) contains the ** Core Physics Logic** that powers all 25 research topics.
5+ This folder (` docs /` ) contains the ** Core Physics Logic** that powers all 25 research topics.
66
77At the heart of everything is the ** UET Master Equation** (sometimes referred to as the Unified Framework or Dyer-Derivative form).
88
@@ -42,32 +42,32 @@ The universe runs a global optimization loop (Lyapunov Stability):
4242
4343## 📂 System Architecture (Directory Map)
4444
45- Navigation guide for the ` research_uet /` ecosystem:
45+ Navigation guide for the ` docs /` ecosystem:
4646
4747### 1. The Engine (` /core ` )
48- * ** Path** : [ ` research_uet /core/` ] ( ./core/ )
48+ * ** Path** : [ ` docs /core/` ] ( ./core/ )
4949* ** Purpose** : Contains the ** Source Code** of the Master Equation.
5050* ** Key File** : ` uet_master_equation.py ` (The Python implementation of $\Omega$).
5151* ** Role** : All 25 research topics import logic from here. If you change this, you change the universe.
5252
5353### 2. The Evidence (` /topics ` )
54- * ** Path** : [ ` research_uet /topics/` ] ( ./topics/ )
54+ * ** Path** : [ ` docs /topics/` ] ( ./topics/ )
5555* ** Purpose** : The ** 25 Research Domains** (Galaxy Rotation, AI, Economics, etc.).
5656* ** Structure** : Each folder contains ` Code/ ` (Proof), ` Doc/ ` (Analysis), and ` Result/ ` (Logs).
5757* ** Style Guide** : See [ ` how to README.md ` ] ( ./topics/Work/how%20to%20README.md ) for the "Platinum Standard" layout.
5858
5959### 3. The Documentation (` /docs ` )
60- * ** Path** : [ ` research_uet /docs/` ] ( ./docs/ )
60+ * ** Path** : [ ` docs /docs/` ] ( ./docs/ )
6161* ** Purpose** : Detailed technical manuals, API references, and theoretical backgrounders.
6262* ** Use Case** : For developers wanting to fork or extend the framework.
6363
6464### 4. The Paper (` /paper ` )
65- * ** Path** : [ ` research_uet /paper/` ] ( ./paper/ )
65+ * ** Path** : [ ` docs /paper/` ] ( ./paper/ )
6666* ** Purpose** : The LaTeX source for the academic publication.
6767* ** Goal** : Generates the final PDF for submission (e.g., arXiv).
6868
6969### 5. The Tools (` /scripts ` )
70- * ** Path** : [ ` research_uet /scripts/` ] ( ./scripts/ )
70+ * ** Path** : [ ` docs /scripts/` ] ( ./scripts/ )
7171* ** Purpose** : Utility scripts for global tasks.
7272* ** Examples** :
7373 * ` audit_documentation_coverage.py ` : Checks for missing docs.
@@ -78,7 +78,7 @@ Navigation guide for the `research_uet/` ecosystem:
7878To run a simulation using the Master Equation:
7979
8080``` python
81- from research_uet .core.uet_master_equation import UETMasterEquation
81+ from docs .core.uet_master_equation import UETMasterEquation
8282import numpy as np
8383
8484# 1. Initialize Engine
0 commit comments