Skip to content

Scarabaeus1031/NEXAH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7,564 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ NEXAH β€” A Geometric Framework for Dynamical Systems

Status Validation Python License Focus

A framework for discovering and navigating structure in dynamical systems.

Status: Active research system β€” validation and kernel integration in progress


NEXAH reconstructs structure, transitions, and stability
directly from system dynamics.

It reveals how systems move, where transitions occur, and when they are triggered.

Complex systems are not random.
They evolve within structured fields that constrain motion, transitions, and outcomes.


🧭 Conceptual Overview

NEXAH Core System

NEXAH connects continuous dynamics with discrete transition structure across regimes.


🧠 What NEXAH Does

NEXAH reconstructs latent structure from dynamical systems.

It transforms:

raw trajectories β†’ continuous field β†’ structured regions β†’ transition dynamics

into a representation that makes systems:

observable β†’ structurally interpretable β†’ navigable

This enables:

  • detection of transition regions (gates, boundaries)
  • identification of stable regimes (basins)
  • reconstruction of system geometry
  • simulation of motion within learned structure

πŸ”¬ Research & Findings

πŸ“‚ RESEARCH/

NEXAH is grounded in a structured research layer:

  • empirical findings across systems
  • structural models (field, vessel, transitions, phase)
  • cross-system invariance analysis

πŸ‘‰ Start here:

Then:


πŸ”¬ Core Idea

Traditional approaches model:

state β†’ next state

NEXAH instead models:

motion within a structured field

Where:

  • stability = alignment with field structure
  • instability = drift into low-density or conflicting regions
  • transitions = movement across structured regions
  • phase mismatch = trigger of transitions

πŸ” Phase & Control Extension (New)

Recent validation results show:

Transitions are not only triggered by phase mismatch,
but can be causally influenced through phase-dependent control.

Key empirical result:

Control effectiveness depends on direction relative to phase dynamics.

Observed behavior:

  • phase-aligned control β†’ amplifies drift and transition activity
  • phase-opposed control β†’ suppresses drift and transitions
  • inverse control β†’ stabilizes system near zero-drift regime

This leads to an extended mechanism:

phase β†’ mismatch β†’ transition
            ↑
        control (directional)

Interpretation:

  • instability defines potential
  • phase mismatch triggers transitions
  • control direction determines whether dynamics amplify or stabilize

This establishes a closed-loop causal structure:

system dynamics ↔ phase ↔ control

and introduces a new control principle:

effective control is achieved by opposing intrinsic phase-aligned instability,
not by reducing system magnitude.


πŸ§ͺ Demonstrator (Reproducible Core)

πŸ“‚ NEXAH_DEMONSTRATOR/

The demonstrator provides a minimal, reproducible implementation of the core pipeline
and serves as the recommended entry point.

It includes:

  • field construction from trajectories
  • Gate Operator (continuous instability field)
  • Transition Structure (discrete sheet dynamics)
  • Navigation Kernel (geometry-aware motion)

πŸ‘‰ Start here:

πŸ‘‰ Core components:

  • gate_operator.md
  • transition_structure.md
  • navigation_kernel.md

🌊 Field Reality (Example)

Off-Manifold Flow

System motion follows a constrained flow field β€” transitions occur only along admissible paths.


🎯 Structure-Aware Field (Control View)

Structure-Aware Target Field

Control emerges from alignment with system geometry rather than external forcing.


πŸ§ͺ Validation (Empirical Layer)

πŸ“‚ RESEARCH/VALIDATION/

NEXAH has been tested across:

  • chaotic systems (Lorenz, Halvorsen)
  • controlled experiments (transition modulation)
  • real-world inspired systems (power grids)

Key observations (validated across tested systems):

  • early detection of transition behavior before instability
  • structure remains robust under noise
  • transition geometry persists across systems

These results indicate that transition structure is not system-specific,
but an emergent property of dynamical systems.

πŸ‘‰ See:


πŸ”¬ Fractal Transition Validation (Extension)

⚠️ This section represents an experimental extension of the validation layer.
Results are consistent with core findings, but not yet validated across multiple dynamical systems.

Fractal Transition Validation

Parameter-driven transitions observed in fractal systems (Julia / Mandelbrot).

This extension suggests that transitions can also be induced
through structured parameter motion.

It complements the core validation by showing:

  • externally driven transition activation
  • observable structural change (Ξ”) as a proxy for mismatch
  • consistent transition patterns across parameter trajectories

πŸ” Interpretation (Minimal)

  • intrinsic systems:

    phase β†’ mismatch β†’ transition
    
  • parameter-driven systems:

    parameter motion β†’ structural change (Ξ”) β†’ transition
    

🧭 Status

experimental
internally consistent
not yet cross-system validated

β†’ Full analysis:

RESEARCH/VALIDATION/fractal_tests/README.md


🧠 Structural Insight (Unified View)

NEXAH Core Structure

Unified structural hierarchy: field dynamics, transition geometry, phase dynamics, and control layer.


🧩 Core Modules

πŸ”· Field & Transition System

NEXAH_CORE/

Implements:

  • field reconstruction
  • transition detection (gates, basins)
  • probabilistic instability modeling
  • structure-aware trajectory analysis

πŸ”· Demonstrator (Reference Implementation)

NEXAH_DEMONSTRATOR/
  • minimal working system
  • reproducible experiments
  • empirical validation layer

πŸ”· System Perspective

NEXAH integrates:

Field (continuous)
↔ Geometry (structure)
↔ Graph (transitions)
↔ Phase (causal dynamics)
↔ Control (trajectory navigation)

Interpretation:

  • field β†’ defines motion
  • geometry β†’ defines constraints
  • graph β†’ encodes transition structure
  • phase β†’ defines transition activation
  • control β†’ navigates trajectories within these constraints

πŸ”¬ Current Capabilities

βœ” field reconstruction from data
βœ” stability as spatial structure
βœ” transition detection (gates, basins)
βœ” probabilistic transition modeling
βœ” trajectory simulation within learned fields


⚠️ Current Limitations

❌ no unified runtime kernel
❌ limited large-scale validation
❌ early-stage control integration
❌ not production-ready


πŸš€ Quick Start

pip install -e .
# or
pip install -r requirements.txt

python run_nexah_demo.py

πŸ“š Documentation


🧠 Learn More

πŸ‘‰ START_HERE.md


⚑ Core Insight

Stability is not a scalar value.

It is a region within a structured field.

🧭 Final Statement

A system does not fail randomly.

It moves through structured transition regions
that constrain what outcomes are possible.

πŸ”¬ Try It Yourself

NEXAH is designed to be explored.

Run the demonstrator, test different systems,
and observe how structure emerges from dynamics.

β†’ The system is not just described β€” it can be experienced.


Thomas K. R. Hofmann Β· NEXAH Β· 2026