Nonreversible gauge field methodology for Fokker-Planck dynamics — formulates stationary-density-preserving perturbations as gauge fields that deform relaxation spectra while leaving invariant state fixed. Connects supersymmetric Hamiltonians, non-Hermitian quantum mechanics, and neural network learning of finite forces.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill gauge-field-fokker-planck-dynamics --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gauge Field Fokker Planck Dynamics?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-gauge-field-fokker-planck-dynamics-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: gauge-field-fokker-planck-dynamics
description: "Nonreversible gauge field methodology for Fokker-Planck dynamics — formulates stationary-density-preserving perturbations as gauge fields that deform relaxation spectra while leaving invariant state fixed. Connects supersymmetric Hamiltonians, non-Hermitian quantum mechanics, and neural network learning of finite forces."
---
# Gauge Field Fokker-Planck Dynamics
## Description
Methodology from arXiv:2606.06412 (June 2026). Formulates stationary-density-preserving nonreversible perturbations of Fokker-Planck dynamics as gauge fields that deform relaxation spectra while leaving the invariant state fixed. When detailed balance is broken, dynamics are governed by a non-Hermitian supersymmetric Hamiltonian with paired eigenvalue spectra. The framework connects to neural network learning of finite forces that preserve stationary distributions while accelerating convergence.
## Activation Keywords
- gauge field Fokker-Planck
- 规范场福克-普朗克动力学
- nonreversible perturbation
- supersymmetric Hamiltonian neural
- 非厄米量子动力学
- stationary-density-preserving
- non-Hermitian dynamics learning
- 规范场神经网络学习
## Tools Used
- exec: Run Python scripts for gauge field computations
- write: Save analysis results and visualizations
- read: Read existing neural network training configurations
## Core Concepts
### Gauge Fields in Fokker-Planck Dynamics
The key insight is that nonreversible perturbations preserving the stationary density can be formulated as gauge fields:
- **Gauge field A(x)**: Deforms the drift of the Fokker-Planck operator
- **Invariant state preserved**: π(x) remains the stationary distribution
- **Spectral deformation**: The relaxation spectrum is deformed, accelerating convergence
- **Supersymmetric structure**: When detailed balance is broken, the Fokker-Planck operator becomes a non-Hermitian supersymmetric Hamiltonian
### Mathematical Framework
The Fokker-Planck equation with gauge field perturbation:
∂ₜρ = ∇ · (D∇ρ - bρ + Aρ)
where A is the gauge field that preserves π but modifies the relaxation dynamics.
The supersymmetric Hamiltonian H has paired eigenvalue spectra:
- H and H† share eigenvalues except for the zero mode
- The spectral gap determines convergence rate
- Optimal gauge fields maximize the spectral gap
### Connection to Neural Network Learning
The framework enables:
1. **Learning finite forces**: Neural networks learn gauge fields that accelerate mixing
2. **Stationary distribution preservation**: Generated samples maintain the target distribution
3. **Accelerated convergence**: Nonreversible dynamics converge faster than reversible Langevin
## Usage Patterns
### Pattern 1: Analyzing Nonreversible Dynamics in Neural Networks
When analyzing why nonreversible training dynamics (e.g., Adam, momentum-based optimizers) work better than reversible ones:
1. Map the optimizer's update rule to a Fokker-Planck equation
2. Identify the gauge field component (nonreversible perturbation)
3. Analyze the spectral deformation caused by the gauge field
4. Compute the supersymmetric Hamiltonian structure
### Pattern 2: Designing Accelerated Sampling Methods
When designing sampling methods that need faster convergence:
1. Start with a reversible Langevin sampler
2. Add a gauge field perturbation that preserves the target distribution
3. Optimize the gauge field to maximize the spectral gap
4. Use neural networks to parameterize and learn the optimal gauge field
### Pattern 3: Quantum-Classical Analogy in Learning Dynamics
When drawing connections between quantum mechanics and learning dynamics:
1. Map the Fokker-Planck operator to a quantum Hamiltonian
2. Identify supersymmetric structure in the nonreversible dynamics
3. Use quantum mechanical tools (Witten index, spectral flow) to analyze learning
4. Exploit paired eigenvalue structure for convergence analysis
## Instructions for Agents
### Step 1: Identify the Fokker-Planck Structure
For a given stochastic process or learning dynamics:
1. Write down the drift and diffusion terms
2. Identify the stationary distribution π(x)
3. Check if detailed balance holds
### Step 2: Extract the Gauge Field Component
1. Decompose the drift into reversible (gradient of potential) and nonreversible (gauge field) parts
2. Verify that the gauge field preserves the stationary distribution: ∇ · (Aπ) = 0
3. Compute the gauge field's contribution to the spectral deformation
### Step 3: Analyze the Supersymmetric Structure
1. Construct the supersymmetric Hamiltonian H from the Fokker-Planck operator
2. Identify the paired eigenvalue structure
3. Compute the spectral gap (smallest non-zero eigenvalue)
4. Analyze how the gauge field modifies the gap
### Step 4: Neural Network Parameterization
1. Parameterize the gauge field A(x; θ) with a neural network
2. Impose the divergence-free constraint: ∇ · (Aπ) = 0
3. Train to maximize the spectral gap or minimize convergence time
4. Validate that the stationary distribution is preserved
## Error Handling
### Gauge Field Not Divergence-Free
If the learned gauge field doesn't preserve the stationary distribution:
1. Add a penalty term for ∇ · (Aπ) ≠ 0
2. Use a Helmholtz decomposition to project onto divergence-free component
3. Reparameterize A as a curl of a vector potential
### Spectral Gap Too Small
If convergence is still slow:
1. Increase the gauge field strength
2. Try different parameterizations of the gauge field
3. Consider time-dependent gauge fields
### Non-Hermitian Instability
If the non-Hermitian dynamics become unstable:
1. Bound the gauge field magnitude
2. Add regularization to prevent spectral singularities
3. Monitor the condition number of the Fokker-Planck operator
## Resources
- **arXiv Paper**: https://arxiv.org/abs/2606.06412
- **Related Concepts**: Fokker-Planck equation, gauge theory, supersymmetric quantum mechanics, nonreversible Markov chains, Langevin dynamics
## Related Skills
- **stochastic-physical-neural-networks**: Stochastic PNNs using physical substrates
- **energy-based-neurocomputation**: Energy-based dynamical systems for neurocomputation
- **quantum-neural-dynamics**: Analysis of QNNs and quantum-inspired neural dynamics
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!