A model-agnostic observational framework for testing kinematic-history dependence in gravitational lensing
The Dark Sector Memory Test is a model-agnostic observational framework for testing whether gravitational lensing encodes kinematic history beyond the instantaneous matter distribution.
Multiple theoretical frameworks predict "memory" effects in the dark sector:
| Theory | Mechanism | Prediction |
|---|---|---|
| Superfluid Dark Matter | Phase transitions at critical velocity | Turbulent wakes (Sivakumar+ 2025) |
| Non-Markovian EFT | Memory kernels from heavy fields | Smooth power-law response (Chaudhuri+ 2025) |
| Nonlocal Gravity | Retarded stress-energy coupling | Logarithmic response (Maggiore+ 2014) |
| ΞCDM | No history dependence | No correlation (null hypothesis) |
The key question: Do lensing convergence residuals correlate with merger infall velocity?
Despite theoretical predictions, no systematic observational test has been performed β until now.
We have analyzed three merging galaxy clusters with Hubble Frontier Fields convergence maps and published kinematic constraints:
| Cluster | z | v_infall (km/s) | Mach | Geometry | Kinematic Source |
|---|---|---|---|---|---|
| MACSJ0416 | 0.396 | 1600 Β± 400 | β | Plane-of-sky | Jauzac+ 2015 |
| Abell 2744 | 0.308 | 2000 Β± 200 | 1.2 | Plane-of-sky | Chadayammuri+ 2024 |
| Abell 370 | 0.375 | ~3000 (LOS) | β | Line-of-sight | Bimodal redshifts |
Plane-of-sky mergers show a positive correlation between infall velocity and residual dipole moment:
| Cluster | v (km/s) | Dipole | Asymmetry | Residual RMS |
|---|---|---|---|---|
| MACSJ0416 | 1600 | 0.037 | 0.886 | 0.066 |
| Abell 2744 | 2000 | 0.044 | 0.934 | 0.087 |
Abell 370 deviates from this trend β but this is physically expected: its merger is largely along the line of sight, so any wake signature would be foreshortened in projection.
- For plane-of-sky mergers, higher infall velocity β larger dipole moment and asymmetry
- This is consistent with wake signature predictions from superfluid DM and nonlocal gravity
- Line-of-sight mergers require projection corrections before inclusion
- Abell 2146 (v = 2700 km/s, Mach = 2.3 Β± 0.2) β best-constrained kinematics from shock measurements (Russell+ 2012). Convergence map requested from Coleman/King.
- With 3+ plane-of-sky mergers, we can compute statistically meaningful correlations
- Reconstructs lensing convergence maps from HST weak+strong lensing data
- Constructs ΞCDM baseline models via parametric fitting (Gaussian smoothing)
- Computes residual maps: ΞΞΊ = ΞΊ_obs β ΞΊ_baseline
- Measures six morphological metrics quantifying residual structure
- Tests for correlations between metrics and published merger kinematics
git clone https://github.com/LBCplus/Dark-Sector-Memory-Test.git
cd Dark-Sector-Memory-Test
pip install -r requirements.txt# Download Frontier Fields convergence maps from MAST
python code/download_and_analyze.py --download --data-dir ./datapython code/download_and_analyze.py --analyze --data-dir ./dataDark-Sector-Memory-Test/
βββ README.md # You are here
βββ LICENSE # MIT License
βββ CITATION.cff # Citation metadata
βββ requirements.txt # Python dependencies
β
βββ paper/
β βββ dsmt_paper_draft.md # Manuscript draft
β βββ figures/ # Publication figures
β
βββ code/
β βββ dsmt_analysis.py # Main analysis module (~700 lines)
β βββ download_and_analyze.py # Data pipeline with published kinematics
β
βββ docs/
β βββ methodology.md # Detailed methods
β βββ statistical_analysis_plan.md # Pre-specified analysis
β
βββ configs/
β βββ pilot_study.yaml # Analysis configuration with kinematic params
β
βββ data/ # Data directory (not tracked)
βββ .gitkeep
We quantify lensing residual structure using six metrics:
| Metric | Symbol | Definition | Interpretation |
|---|---|---|---|
| Dipole moment | |d| | β« ΞΞΊ(x) x dΒ²x | Preferred direction of excess mass |
| Quadrupole | Q | Eigenvalue ratio of Q_ij | Elongation of residuals |
| Tail-alignment | T | cos(2(ΞΈ_res β ΞΈ_merger)) | Alignment with merger axis |
| Asymmetry | A | Ξ£|ΞΞΊ β ΞΞΊ_180Β°| / 2Ξ£|ΞΞΊ| | Departure from point symmetry |
| Centroid offset | |Ξx_c| | |x_obs β x_baseline| | Mass center displacement |
| Power spectrum | P_tot | β« P(k) dk | Total residual structure |
| Cluster | z | v_infall (km/s) | Data Source | Status |
|---|---|---|---|---|
| MACSJ0416 | 0.396 | 1600 Β± 400 | HFF CATS v4 | β Analyzed |
| Abell 2744 | 0.308 | 2000 Β± 200 | HFF CATS v4.1 | β Analyzed |
| Abell 370 | 0.375 | ~3000 (LOS) | HFF CATS v4 | β Analyzed (LOS geometry) |
| Abell 2146 | 0.232 | 2700 (+400/β300) | Coleman+ 2017 | β³ Data requested |
- MACSJ0416: Jauzac et al. 2015, MNRAS 446, 4132
- Abell 2744: Chadayammuri et al. 2024, arXiv:2407.03142 (2.1 Ms Chandra + JWST)
- Abell 370: Bimodal galaxy redshift distribution (~3000 km/s separation)
- Abell 2146: Russell et al. 2012, MNRAS 423, 236 (shock Mach numbers)
Standard ΞCDM predicts that lensing depends only on the current matter distribution. Several beyond-ΞCDM theories predict dependence on kinematic history:
Superfluid Dark Matter (Berezhiani & Khoury 2015)
"Merger dynamics depend on the infall velocity versus phonon sound speed; distinct mass peaks in bullet-like cluster mergers correspond to superfluid and normal components."
Sivakumar et al. (2025) β Most direct prediction:
"Merger-induced turbulence should produce asymmetric, fine-structure residuals in lensing maps, correlated with infall velocity."
Non-Markovian EFT (Chaudhuri et al. 2025)
Memory kernels from integrated-out heavy fields produce history-dependent gravitational response.
Nonlocal Gravity (Maggiore & Mancarella 2014)
Past stress-energy contributes to present gravitational dynamics via retarded Green's functions.
Cognola et al. (2022) tested nonlocal gravity against cluster lensing and found it indistinguishable from GR using standard methods, concluding that "a different discriminator is needed."
DSMT is that discriminator.
- Berezhiani & Khoury (2015) β Superfluid DM framework β PRD 92, 103510
- Sivakumar et al. (2025) β Turbulent mergers β PRD 111, 083511
- Chaudhuri et al. (2025) β Non-Markovian EFT β arXiv:2509.22293
- Maggiore & Mancarella (2014) β Nonlocal gravity β PRD 90, 023005
- Grayson et al. (2024) β MACSJ0416 BUFFALO model β MNRAS 536, 2690
- Russell et al. (2012) β Abell 2146 kinematics β MNRAS 423, 236
- Chadayammuri et al. (2024) β Abell 2744 multiwavelength β arXiv:2407.03142
- Coleman et al. (2017) β Abell 2146 strong lensing β MNRAS 464, 2469
- Cognola et al. (2022) β Nonlocal gravity vs. GR degeneracy β arXiv:2205.03216
Contributions welcome! Particularly interested in:
- Additional cluster convergence maps with published kinematic constraints
- Simulation comparisons (TNG-Cluster, BAHAMAS)
- Statistical methodology improvements
- Theoretical predictions from other frameworks
Please open an issue or submit a pull request.
If you use this code or methodology, please cite:
@software{dsmt2026,
author = {[Author]},
title = {Dark Sector Memory Test: Probing Dark Matter and Dark Energy History-Dependence via Cluster Mergers},
year = {2026},
url = {https://github.com/LBCplus/Dark-Sector-Memory-Test}
}This project is licensed under the MIT License β see LICENSE for details.
- HST Frontier Fields and BUFFALO teams for public lensing data
- MAST archive for data hosting
- Chandra X-ray Observatory for archival data
- The lensing community for published convergence maps
Testing whether gravity remembers