Comparative Analysis of Quantum Wavefunction Collapse Models with Fractal Correction Engine Integration
Authors/Creators
Description
# Comparative Analysis of Quantum Wavefunction Collapse Models with Fractal Correction Engine Integration
**Authors:** Adam L McEvoy
**Date:** March 2026
**Keywords:** quantum collapse, GRW theory, Penrose objective reduction, fractal correction, wavefunction dynamics, quantum trajectories, tensor networks, pi-curvature analysis
---
## Abstract
I present a comprehensive numerical simulation framework for comparing four distinct quantum wavefunction collapse mechanisms: fractal-driven collapse, fractal delocalization, Ghirardi-Rimini-Weber (GRW) spontaneous localization, and a hybrid mode combining fractal delocalization with delayed GRW activation. The simulator solves the time-dependent Schrodinger equation via split-operator methods on a 512-point spatial grid over 80,000 timesteps, incorporating quantum trajectory evolution (Monte Carlo wavefunction method), adaptive fractal renormalization, Bayesian collapse prediction, and Penrose gravitational self-energy estimation. We integrate the Fractal Correction Engine (FCE), a pi-curvature analysis framework based on Fourier decomposition and Frenet-Serret differential geometry, to extract real-time fractal signatures from evolving wavefunctions. Our results demonstrate that GRW stochastic collapse produces exponentially distributed localization events ($N = 57$, entropy change $\Delta S = -2.65$ bits) with fractal dimension switching between $D = 1.0$ and $D = 2.0$, while fractal corrections alone are insufficient to overcome kinetic spreading ($\Delta S = +1.39$ bits, zero collapses). The hybrid mode reveals competitive dynamics between delocalization and collapse mechanisms ($N = 56$, $\Delta S = -1.36$ bits) with the highest interference visibility ($\bar{V} = 0.534$) and large winding number fluctuations ($W = 1.70 \pm 70.5$). Tensor network simulations via Matrix Product States confirm entanglement entropy saturation at $S_{\text{ent}} \approx 0.85$ bits. These results provide quantitative benchmarks for distinguishing collapse model signatures in mesoscopic quantum systems.
---
## 1. Introduction
The quantum measurement problem---how and why quantum superpositions resolve into definite classical outcomes---remains one of the deepest open questions in physics. Several theoretical frameworks have been proposed to address this, each postulating different physical mechanisms for wavefunction collapse.
**Ghirardi-Rimini-Weber (GRW) theory** [1] introduces spontaneous, stochastic localization events governed by a Poisson process. Each collapse multiplies the wavefunction by a Gaussian localization kernel centered at a randomly chosen position, weighted by the probability density $|\psi(x)|^2$. The collapse rate $\lambda_{\text{GRW}}$ and localization width $\sigma_{\text{GRW}}$ are the two free parameters of the theory.
**Penrose Objective Reduction (OR)** [2] proposes that gravitational self-energy of a quantum superposition provides a natural collapse timescale $\tau_P = \hbar / E_G$, where $E_G$ is the gravitational self-energy difference between superposed mass distributions. When the superposition persists longer than $\tau_P$, collapse is triggered.
**Fractal correction models** explore whether self-similar, multi-scale potential structures can drive wavefunction localization through nonlinear feedback mechanisms. These models employ Mexican hat wavelets at dyadic scales, modulated by a fractal dimension parameter $D_{\text{frac}}$, to create scale-dependent corrections to the quantum potential.
In this work, we implement all three mechanisms within a unified simulation framework and introduce a fourth **hybrid mode** that combines fractal delocalization with delayed GRW collapse. We integrate the **Fractal Correction Engine (FCE)**, a differential-geometric analysis tool based on pi-curvature decomposition, to extract real-time fractal signatures from the evolving wavefunction and feed them back into the simulation dynamics through a Bayesian collapse predictor.
The paper is organized as follows: Section 2 describes the simulation methodology, Section 3 details the Fractal Correction Engine, Section 4 presents results from all four simulation modes, and Section 5 discusses implications and future directions.
---
## 2. Simulation Framework
### 2.1 Spatial Discretization and Initial Conditions
The simulation operates on a one-dimensional spatial grid of $N_{\text{grid}} = 512$ points spanning $x \in [-10, 10]$ with uniform spacing $\Delta x = 20/512 \approx 0.039$. The initial wavefunction is a symmetric Gaussian superposition (cat state):
$$\psi_0(x) = \frac{1}{\mathcal{N}} \left[ \exp\left(-\frac{(x + 3)^2}{2}\right) + \exp\left(-\frac{(x - 3)^2}{2}\right) \right]$$
where $\mathcal{N} = \sqrt{\int_{-\infty}^{\infty} |\psi_0(x)|^2 \, dx}$ ensures normalization. This represents a superposition of two Gaussian wavepackets separated by $\Delta x_0 = 6$ units, providing a clear initial delocalization for collapse dynamics to act upon.
The confining potential is a harmonic oscillator:
$$V(x) = \frac{1}{2} m \omega^2 x^2$$
with mass $m = 1.0$ and frequency $\omega = 0.1$ (natural units $\hbar = 1$).
### 2.2 Split-Operator Time Evolution
The time-dependent Schrodinger equation (TDSE),
$$i\hbar \frac{\partial \psi}{\partial t} = \hat{H} \psi = \left[ -\frac{\hbar^2}{2m} \frac{\partial^2}{\partial x^2} + V_{\text{total}}(x, t) \right] \psi$$
is solved via the second-order Trotter-Suzuki split-operator method [3]. The time evolution operator is factorized as:
$$e^{-i\hat{H}\Delta t / \hbar} \approx e^{-iV_{\text{total}} \Delta t / 2\hbar} \cdot e^{-i\hat{T}\Delta t / \hbar} \cdot e^{-iV_{\text{total}} \Delta t / 2\hbar} + \mathcal{O}(\Delta t^3)$$
where $\hat{T} = -\frac{\hbar^2}{2m}\nabla^2$ is the kinetic energy operator. The kinetic propagator is applied in momentum space via the Fast Fourier Transform:
$$\hat{T}_k = \frac{\hbar^2 k^2}{2m}, \quad k = 2\pi \cdot \text{fftfreq}(N_{\text{grid}}, \Delta x)$$
The total potential includes the base harmonic potential plus any active correction terms:
$$V_{\text{total}}(x, t) = V(x) + V_{\text{frac}}(x, t) + V_{\text{Penrose}}(x, t)$$
### 2.3 Adaptive Timestep (CFL Condition)
To maintain numerical stability under strong correction potentials, we employ an adaptive CFL condition:
$$\Delta t_{\text{adapt}} = \min\left(\Delta t, \frac{\hbar}{V_{\max}} \cdot C_{\text{CFL}}\right)$$
where $V_{\max} = \max_x |V_{\text{total}}(x, t)|$ and $C_{\text{CFL}} = 0.1$ is a safety factor. The default timestep is $\Delta t = 10^{-4}$.
### 2.4 Quantum Trajectory Evolution (Monte Carlo Wavefunction Method)
Rather than solving the full Lindblad master equation for the density matrix $\rho$,
$$\frac{d\rho}{dt} = -\frac{i}{\hbar}[H, \rho] + \sum_k \left( L_k \rho L_k^\dagger - \frac{1}{2}\{L_k^\dagger L_k, \rho\} \right)$$
I employ the quantum trajectory method [4], which evolves pure-state wavefunctions stochastically, recovering the density matrix evolution upon ensemble averaging.
At each timestep, jump probabilities for each Lindblad operator $L_k$ are computed:
$$dp_k = \Delta t \langle \psi | L_k^\dagger L_k | \psi \rangle = \Delta t \int |L_k(x)|^2 |\psi(x)|^2 \, dx$$
A random number $r \in [0, 1)$ determines the outcome:
- **Quantum jump** ($r < \sum_k dp_k$): The wavefunction collapses as $\psi \to L_k |\psi\rangle / \|L_k |\psi\rangle\|$, with operator $k$ chosen proportionally to $dp_k$.
- **No-jump evolution** ($r \geq \sum_k dp_k$): The wavefunction evolves under the effective non-Hermitian Hamiltonian $H_{\text{eff}} = H - \frac{i\hbar}{2}\sum_k L_k^\dagger L_k$, followed by renormalization.
**Collapse-mode Lindblad operators** are localized Gaussians:
$$L_k(x) = \sqrt{\Gamma} \exp\left(-\frac{(x - c_k)^2}{2\sigma_L^2}\right), \quad c_k \in \{-3, 0, 3\}$$
**Delocalization-mode Lindblad operators** are designed to spread the wavefunction:
$$L_1(x) = \sqrt{\Gamma} \frac{x}{x_{\max}}, \quad L_{2,3}(x) = \sqrt{0.5\Gamma} \frac{1}{1 + \exp(-(x - c_k)^2 / 2\sigma_L^2)}$$
with dissipation rate $\Gamma = 0.01$.
### 2.5 GRW Spontaneous Localization
The GRW mechanism [1] is implemented as a Poisson process. At each timestep, a collapse occurs with probability:
$$P_{\text{collapse}} = 1 - \exp(-\lambda_{\text{GRW}} \Delta t)$$
When triggered, a collapse center $x_c$ is sampled from the probability density:
$$p(x_c) = \frac{|\psi(x_c)|^2 \Delta x}{\int |\psi(x)|^2 \, dx}$$
The wavefunction is then multiplied by a Gaussian localization kernel and renormalized:
$$\psi_{\text{new}}(x) = \frac{1}{\mathcal{N}'} \cdot (\pi \sigma_{\text{GRW}}^2)^{-1/4} \exp\left(-\frac{(x - x_c)^2}{2\sigma_{\text{GRW}}^2}\right) \psi(x)$$
The GRW parameters used are $\lambda_{\text{GRW}} = 6.67$ (collapse rate) and $\sigma_{\text{GRW}} = 0.4$ (localization width). These values are enhanced relative to the standard GRW proposal ($\lambda \sim 10^{-16}$ s$^{-1}$) to produce observable collapse dynamics at the mesoscopic scale of our simulation.
### 2.6 Penrose Objective Reduction
The Penrose gravitational self-energy [2] is computed via FFT convolution with a regularized $1/|x|$ Coulomb kernel:
$$E_G = G_{\text{eff}} m^2 \int \int \frac{|\psi(x)|^2 |\psi(x')|^2}{|x - x'|} \, dx \, dx'$$
This double integral is evaluated efficiently as:
$$E_G = G_{\text{eff}} m^2 \int \rho(x) \left[\rho * K\right](x) \, dx$$
where $\rho(x) = |\psi(x)|^2$, $K(x) = 1/|x|$ (regularized: $K(0) = 2/\Delta x$), and $*$ denotes convolution computed via FFT. The Penrose collapse timescale is:
$$\tau_P = \frac{\hbar}{E_G + \epsilon}, \quad \epsilon = 10^{-30}$$
The Penrose contribution to the correction potential is:
$$V_{\text{Penrose}}(x) = -\lambda_{\text{adapt}} \frac{\hbar}{\tau_P + \epsilon} \rho(x)$$
with effective gravitational coupling $G_{\text{eff}} = 0.05$.
### 2.7 Multi-Scale Fractal Correction Potential
The fractal correction potential operates at $N_{\text{scales}} = 6$ dyadic scales and has two modes:
**Scale generation:**
$$\sigma_n = \sigma_0 \cdot 2^n, \quad n = 0, 1, \ldots, N_{\text{scales}} - 1$$
**Adaptive coupling per scale:**
$$\lambda_n = \lambda_{\text{adapt}} \left(\frac{\sigma_n}{\sigma_0}\right)^{1 - D_{\text{frac}}}$$
where $D_{\text{frac}} = 1.618$ (the golden ratio) serves as the initial fractal dimension.
**Wavelet basis (Mexican hat / Ricker wavelet):**
$$W_n(x) = \frac{1 - \xi_n^2}{\|W_n\|} \exp\left(-\xi_n^2 / 2\right), \quad \xi_n = \frac{x - \langle x \rangle}{\sigma_n}$$
**Self-similarity functional:**
$$S_n(\psi) = |\psi(x)|^{2/(n+1)} \left(1 + \sigma_n \left(\frac{d|\psi|^2}{dx}\right)^2\right)$$
**Collapse mode** additionally includes a nonlinear self-focusing term:
$$V_{\text{nonlin}}(x) = -\frac{\lambda_{\text{adapt}}}{2} \rho(x) \ln(\rho(x) + \epsilon)$$
**Delocalization mode** includes peak-spreading potentials:
$$V_{\text{spread}}(x) = F_0 P_{\max} \exp\left(-\frac{(x - x_{\text{peak}})^2}{2(\sigma_0/3)^2}\right)$$
Correction potentials are clipped to $[-20, 20]$ (collapse) or $[-10, 10]$ (delocalization) and smoothed with a Gaussian filter ($\sigma_{\text{smooth}} = 0.5$ or $1.0$).
### 2.8 Adaptive Fractal Renormalization (AFR)
The AFR module dynamically adjusts fractal correction parameters based on a collapse readiness metric:
$$R_{\text{collapse}}(t) = \left|\frac{dS}{dt}\right| + |P_{\max} - \langle P \rangle| + 0.1 \left|\frac{d(\text{PR})}{dt}\right|$$
where $S$ is the Shannon entropy, $P_{\max} = \max_x |\psi(x)|^2$, and $\text{PR}$ is the participation ratio. When $R_{\text{collapse}} > \theta_R = 0.5$:
$$\lambda_{\text{adapt}} = \lambda_{\text{base}}(1 + 2R_{\text{collapse}}), \quad N_{\text{scales,adapt}} = \min(N_{\text{scales}} + 2, 10)$$
Otherwise:
$$\lambda_{\text{adapt}} = \lambda_{\text{base}}(0.5 + 0.5 R_{\text{collapse}}), \quad N_{\text{scales,adapt}} = \max(N_{\text{scales}} - 1, 3)$$
### 2.9 Bayesian Collapse Prediction
A Random Forest classifier (100 estimators, max depth 10) is trained online to predict impending collapse events from a 14-dimensional feature vector:
$$\mathbf{f}(t) = [S, \text{PR}, P_{\max}, S_{\text{lin}}, L_c, \kappa_{\max}, \dot{S}, \ddot{S}, \dot{\text{PR}}, D_{\text{FCE}}, H_{\text{FCE}}, \beta_{\text{FCE}}, W_{\text{FCE}}, \bar{\kappa}_{\text{FCE}}]$$
The first 9 features are standard quantum metrics; the last 5 are derived from FCE signature analysis (Section 3). Training uses a sliding window of 500 historical states with labels indicating whether a collapse occurred within a 50-step prediction horizon. The classifier output $P_{\text{collapse}} \in [0, 1]$ modulates the adaptive coupling: if $P_{\text{collapse}} > 0.7$, the fractal coupling is amplified by a factor of 1.5 (collapse mode) or 2.0 (delocalization mode).
### 2.10 Collapse Detection
Natural collapse is detected when any of three criteria are met:
1. **Probability concentration:** $\max_x |\psi(x)|^2 \geq \theta_{\text{coll}} = 0.35$
2. **Coherence length collapse:** $L_c = \sqrt{\text{Var}(x)} \leq 2\Delta x$
3. **Participation ratio threshold:** $\text{PR} = 1/\sum_i p_i^2 < N_{\text{grid}} \cdot \Delta x \cdot 0.02 \approx 0.4$
### 2.11 Quantum Information Metrics
The following metrics are tracked throughout the simulation:
**Shannon entropy:**
$$S = -\sum_i p_i \log_2(p_i), \quad p_i = |\psi(x_i)|^2 \Delta x$$
**Quantum Fisher Information** (position estimation):
$$F_Q = 4 \text{Var}(x) = 4(\langle x^2 \rangle - \langle x \rangle^2)$$
**Bures distance** from initial state:
$$D_B(\psi, \psi_0) = \sqrt{2(1 - |\langle \psi | \psi_0 \rangle|)}$$
**Participation ratio:**
$$\text{PR} = \frac{1}{\sum_i p_i^2}$$
**Linear entropy:**
$$S_{\text{lin}} = 1 - \sum_i p_i^2$$
**Coherence length:**
$$L_c = \sqrt{\langle x^2 \rangle - \langle x \rangle^2}$$
### 2.12 Tensor Network Simulation (MPS/TEBD)
A complementary many-body simulation uses Matrix Product States (MPS) [5] with Time-Evolving Block Decimation (TEBD) [6]. The system consists of $N_{\text{sites}} = 4$ spin-1/2 particles governed by:
$$H = \sum_i \sigma_x^{(i)} + J \sum_i \sigma_z^{(i)} \sigma_z^{(i+1)}$$
with coupling $J = 0.1$. Time evolution uses the second-order Trotter decomposition of the evolution operator. Two-site gates are applied via SVD with bond dimension truncation at $\chi_{\max} = 20$ and truncation threshold $\epsilon = 10^{-8}$. Entanglement entropy is computed from Schmidt decomposition at the central bond:
$$S_{\text{ent}} = -\sum_\alpha \lambda_\alpha^2 \log_2(\lambda_\alpha^2)$$
where $\lambda_\alpha$ are the normalized singular values.
### 2.13 Simulation Modes
The four experimental modes are:
| Mode | Fractal Correction | GRW | Lindblad Operators |
|------|-------------------|-----|-------------------|
| 1. Fractal Collapse | Collapse ($\lambda = 3.0$) | Off | Localized Gaussians |
| 2. Fractal Delocalization | Delocalization ($\lambda = 0.3$) | Off | Spreading operators |
| 3. GRW Only | Off | On ($\lambda_{\text{GRW}} = 6.67$) | Localized Gaussians |
| 4. Hybrid | Delocalization first | Delayed onset | Spreading $\to$ Localized |
The hybrid mode activates GRW collapse after a delay of $T_{\text{hybrid}} = 1000 \Delta t = 0.1$ time units, allowing fractal delocalization to first spread the wavefunction before stochastic collapse competes against it.
---
## 3. The Fractal Correction Engine (FCE)
### 3.1 Overview
The Fractal Correction Engine (FCE) is a differential-geometric analysis framework that extracts fractal and topological properties from curves via pi-curvature decomposition [7]. In our application, the FCE analyzes the evolving wavefunction probability density $|\psi(x, t)|^2$ and the trajectory of wavefunction peaks, producing a real-time fractal signature that characterizes the geometric complexity of quantum state evolution.
The FCE pipeline consists of five stages: (1) arc-length parameterization, (2) curvature computation, (3) Fourier decomposition, (4) spectral analysis for fractal dimension, and (5) Frenet-Serret frame integration for trajectory prediction.
### 3.2 Arc-Length Parameterization
Given a discrete curve $\{(x_i, y_i)\}_{i=0}^{N-1}$, the arc-length parameter is computed as the cumulative chord length:
$$s_i = \sum_{j=1}^{i} \sqrt{(x_j - x_{j-1})^2 + (y_j - y_{j-1})^2}$$
The total arc length is $L = s_{N-1}$. Points are resampled onto a uniform arc-length grid $s_{\text{uniform}} = \text{linspace}(0, L, N)$ via cubic spline interpolation $C_x(s)$, $C_y(s)$. Periodic boundary conditions are applied if the curve is closed (endpoint distance $< 0.01 L$).
### 3.3 Signed Curvature
The signed curvature at each point is computed from the spline derivatives:
$$\kappa(s) = \frac{x'(s) y''(s) - y'(s) x''(s)}{[x'(s)^2 + y'(s)^2]^{3/2}}$$
where primes denote derivatives with respect to arc length. Division is regularized for $[x'^2 + y'^2]^{3/2} < 10^{-14}$.
### 3.4 Fourier Decomposition
The curvature function $\kappa(s)$ is decomposed into its Fourier spectrum:
$$\kappa(s) = \sum_{m} c_m e^{2\pi i \omega_m s}$$
where the coefficients are:
$$c_m = \frac{1}{N} \sum_{n=0}^{N-1} \kappa(s_n) e^{-2\pi i \omega_m s_n}$$
The total spectral energy is $E_{\text{total}} = \sum_m |c_m|^2$. Harmonics are retained until 99.99% of the energy is captured:
$$\eta = \frac{\sum_{m \in \text{kept}} |c_m|^2}{E_{\text{total}}} \geq 0.9999$$
with a maximum of 200 harmonics retained. For periodic curves, the FFT is performed over exactly one detected period.
### 3.5 Spectral Slope and Fractal Dimension
The power spectral density follows a power law for self-similar curves:
$$P(f) = |c_f|^2 \propto f^{-\beta}$$
The spectral slope $\beta$ is estimated via linear regression on the log-log power spectrum (excluding the DC component). The **Hurst exponent** relates to the spectral slope as:
$$H = \frac{\beta - 1}{2}, \quad H \in [0, 1]$$
and the **fractal dimension** of the curve is:
$$D = 2 - H$$
For smooth curves ($\beta \gg 1$), $H \to 1$ and $D \to 1$ (topological dimension). For highly irregular curves ($\beta \to 1$), $H \to 0$ and $D \to 2$ (space-filling). Intermediate values indicate self-similar fractal structure.
### 3.6 Winding Number and Total Curvature
The total curvature is computed via numerical integration (trapezoidal rule):
$$\Theta_{\text{total}} = \int_0^L \kappa(s) \, ds$$
By the Gauss-Bonnet theorem, the winding number for a closed curve is:
$$n_w = \frac{\Theta_{\text{total}}}{2\pi}$$
This topological invariant counts the number of complete rotations of the tangent vector. For open curves, fractional winding numbers indicate partial rotation and can signal the onset of complex dynamics.
### 3.7 Periodicity Detection
Periodicity in the curvature signal is detected via the Wiener-Khinchin theorem. The normalized autocorrelation is:
$$\hat{\rho}(\tau) = \frac{\text{IFFT}\{|\text{FFT}(\kappa - \bar{\kappa})|^2\}}{\rho(0)}$$
A signal is declared periodic if the first significant autocorrelation peak (height $> 0.3$, lag $> 5\%$ of total length, prominence $> 0.05$) exceeds a confidence threshold of 0.4.
### 3.8 Frenet-Serret Integration and Trajectory Prediction
The tangent angle is reconstructed by integrating the curvature:
$$\theta(s) = \theta_0 + \int_0^s \kappa(s') \, ds'$$
The curve is then reconstructed via the Frenet-Serret equations:
$$x(s) = x_0 + \int_0^s \cos\theta(s') \, ds', \quad y(s) = y_0 + \int_0^s \sin\theta(s') \, ds'$$
**Forward prediction** extrapolates the Fourier-reconstructed curvature beyond the observed domain:
$$\kappa_{\text{pred}}(s) = \sum_m c_m e^{2\pi i \omega_m s}, \quad s > L$$
and integrates the Frenet-Serret equations from the final observed point $(x_{\text{end}}, y_{\text{end}}, \theta_{\text{end}})$.
**Backward prediction** reverses the integration direction, using $\kappa_{\text{neg}}(s) = -\kappa(s)$ and starting from $(x_0, y_0, \theta_0 + \pi)$.
### 3.9 Interference Map
For multi-component wave signals, the FCE computes an interference map via the Hilbert transform:
$$A_{\text{env}}(t) = |\text{analytic}(t)| = \sqrt{a(t)^2 + \mathcal{H}[a(t)]^2}$$
where $\mathcal{H}$ denotes the Hilbert transform. Individual wave components are characterized by their peak FFT frequency $f_k$, amplitude $A_k$, and phase $\phi_k$. The beat frequency between components is $f_{\text{beat}} = |f_1 - f_2|$, and interference visibility is computed from the envelope extrema.
### 3.10 Application to Quantum Collapse Simulation
In our framework, the FCE is applied in three ways:
1. **Wavefunction signature analysis:** Every 100 timesteps, the probability density $|\psi(x)|^2$ is treated as a curve $(x, |\psi(x)|^2)$ and analyzed to extract fractal dimension $D$, Hurst exponent $H$, spectral slope $\beta$, winding number $W$, and mean curvature $\bar{\kappa}$.
2. **Peak trajectory prediction:** The sequence of wavefunction peak positions $(t_k, x_{\text{peak},k})$ is periodically analyzed (every 500 steps, requiring $\geq 10$ data points) using `analyze_wave()` and `predict_wave_forward/backward()` to predict future peak motion.
3. **Interference analysis:** When multiple peaks are detected via `scipy.signal.find_peaks`, their amplitudes are fed to `interference_map()` to compute beat frequencies, constructive/destructive interference positions, and envelope visibility.
4. **Bayesian feature injection:** Five FCE metrics ($D$, $H$, $\beta$, $W$, $\bar{\kappa}$) are appended to the 9-dimensional standard feature vector, creating a 14-dimensional input for the Random Forest collapse predictor.
---
## 4. Results
### 4.1 Overview
The full simulation suite was executed with parameters: $N_{\text{grid}} = 512$, $\Delta t = 10^{-4}$, $N_{\text{steps}} = 80{,}000$ (total time $T = 8.0$), $\lambda_{\text{GRW}} = 6.67$, $\sigma_{\text{GRW}} = 0.4$, $G_{\text{eff}} = 0.05$, $D_{\text{frac}} = 1.618$. Table 1 summarizes the key results across all four modes.
**Table 1: Summary of simulation results across four collapse modes.**
| Metric | Fractal Collapse | Delocalization | GRW Only | Hybrid |
|--------|-----------------|----------------|----------|--------|
| Collapse events | 0 | 0 | 57 | 56 |
| $\Delta S$ (bits) | +1.39 | +1.38 | $-2.65$ | $-1.36$ |
| Final $S$ (bits) | 8.61 | 8.60 | 4.57 | 5.86 |
| $\bar{F}_Q$ | 94.2 | 97.8 | 12.9 | 53.6 |
| Max $R_{\text{collapse}}$ | 0.23 | 0.30 | 16.7 | 25.9 |
| AFR activations | 0 | 0 | 63,611 | 52,341 |
| FCE $D$ | $1.00 \pm 0.00$ | $1.32 \pm 0.30$ | $1.35 \pm 0.43$ | $1.36 \pm 0.43$ |
| FCE $H$ | $1.00 \pm 0.00$ | $0.68 \pm 0.30$ | $0.65 \pm 0.43$ | $0.64 \pm 0.43$ |
| FCE $\beta$ | $5.46 \pm 1.95$ | $3.01 \pm 1.40$ | $3.71 \pm 2.70$ | $2.58 \pm 1.71$ |
| FCE $W$ | $0.001 \pm 0.001$ | $-0.001 \pm 0.005$ | $0.024 \pm 1.30$ | $1.70 \pm 70.5$ |
| Visibility $\bar{V}$ | 0.149 | 0.302 | 0.282 | 0.534 |
| $D_B$ (final) | 0.975 | 1.235 | 1.414 | 1.410 |
| Trajectory predictions | 159 | 159 | 159 | 159 |
### 4.2 Mode 1: Fractal Collapse
The fractal collapse mode applies multi-scale Mexican hat potentials with nonlinear self-focusing ($\lambda_{\text{collapse}} = 3.0$, $F_0 = 3.0$) and Penrose localization, without GRW stochastic collapse.
**Result: No collapse events were detected.** The entropy increased monotonically from $S_0 = 7.22$ to $S_f = 8.61$ bits ($\Delta S = +1.39$), indicating that kinetic spreading dominates over the fractal correction potential. The maximum collapse readiness reached only $R_{\max} = 0.23$, never exceeding the AFR threshold ($\theta_R = 0.5$).
The FCE signature remained perfectly smooth: $D = 1.000 \pm 0.000$ (no fractal structure), $H = 1.0$ (maximally persistent), and high spectral slope $\beta = 5.46$ (rapid frequency decay). The winding number stayed near zero ($W = 0.001$), confirming no topological complexity developed.
The Penrose collapse timescale decreased from $\tau_P \approx 323$ to $\tau_P \approx 135$ over the simulation, reflecting the increasing gravitational self-energy as the wavefunction spread. However, even the final $\tau_P = 135$ far exceeds the total simulation time $T = 8.0$, so Penrose-triggered collapse never occurs at this scale.
**Interpretation:** Fractal corrections alone, even at enhanced coupling strengths, cannot overcome the kinetic energy spreading of a quantum wavepacket in a harmonic potential. The correction potential acts as a perturbation that is too weak to arrest delocalization. This is physically reasonable: the fractal correction scales as $\lambda_n \sigma_n^{1 - D}$, which diminishes at large scales for $D > 1$, precisely where delocalization occurs.
### 4.3 Mode 2: Fractal Delocalization
The delocalization mode applies spreading Lindblad operators and repulsive fractal potentials designed to accelerate wavefunction spreading.
**Result: No collapse events, with entropy increase similar to Mode 1** ($\Delta S = +1.38$ bits). However, the FCE revealed qualitatively different dynamics:
- **Fractal dimension emerged:** $D = 1.322 \pm 0.302$ (range $[1.0, 1.868]$), indicating genuine fractal structure developed in the wavefunction probability density during delocalization.
- **Higher visibility:** $\bar{V} = 0.302$ vs. 0.149 in collapse mode, suggesting stronger interference patterns between spreading wavepacket components.
- **Larger Bures distance:** $D_B = 1.235$ (vs. 0.975), indicating the state evolved further from the initial condition.
- **Lower spectral slope:** $\beta = 3.01$ (vs. 5.46), consistent with rougher, more complex probability distributions.
**Interpretation:** The delocalization mechanism generates genuine multi-scale structure in the wavefunction. The Hurst exponent $H = 0.68$ indicates moderate persistence (positive long-range correlations in the probability density), while $D = 1.32$ places the wavefunction geometry between smooth curves and space-filling fractals. This mode serves as a preparation stage for hybrid dynamics.
### 4.4 Mode 3: GRW-Only Collapse
The GRW-only mode implements pure stochastic collapse via a Poisson process ($\lambda_{\text{GRW}} = 6.67$) without fractal corrections.
**Result: 57 collapse events with strong entropy reduction** ($\Delta S = -2.65$ bits, from 7.22 to 4.57). The entropy dynamics exhibit a characteristic **sawtooth pattern**: gradual increase between collapses (free Schrodinger evolution spreading the wavefunction) punctuated by sharp drops at each GRW localization event.
**Collapse statistics:**
- Mean interval: $\bar{\Delta t}_{\text{collapse}} \approx 0.14$ time units
- The collapse interval distribution is consistent with the exponential distribution $p(\Delta t) = \lambda e^{-\lambda \Delta t}$ expected for a Poisson process, with coefficient of variation CV $= 1.039 \approx 1$ (the theoretical value for exponential distributions).
- Several rapid-fire double collapses were observed (e.g., steps 13060-13061, steps 9928-9939), consistent with rare Poisson clustering.
**FCE signature dynamics:**
- Fractal dimension switches between $D = 1.0$ (post-collapse, smooth localized state) and $D = 2.0$ (pre-collapse, spread state approaching space-filling), with $D = 1.35 \pm 0.43$.
- Winding number: $W = 0.024 \pm 1.30$, with fluctuations indicating the geometric complexity oscillates with the collapse-spreading cycle.
- Only 12 interference measurements (vs. 800 in non-collapsing modes), because collapses frequently eliminate multi-peak structure.
**Quantum Fisher Information** dropped dramatically: $\bar{F}_Q = 12.9$ (vs. 94.2 in fractal collapse), reflecting the position variance reduction from repeated localization. The collapse readiness metric reached $R_{\max} = 16.7$, and the AFR module activated 63,611 times (79.5% of timesteps).
**Interpretation:** GRW collapse produces robust, statistically well-characterized localization with Poisson statistics. The FCE's fractal dimension switching ($D = 1 \leftrightarrow 2$) provides a novel geometric diagnostic: smooth states have $D = 1$ while spreading states approach $D = 2$, creating a binary-like fractal signature that could serve as an alternative collapse indicator.
### 4.5 Mode 4: Hybrid (Delocalization + Delayed GRW)
The hybrid mode first applies fractal delocalization ($t < 0.1$), then activates GRW collapse to compete against the spreading mechanism.
**Result: 56 collapse events with moderate entropy reduction** ($\Delta S = -1.36$ bits, compared to $-2.65$ in GRW-only). Key distinguishing features:
- **Highest interference visibility:** $\bar{V} = 0.534$ (nearly double the GRW-only value of 0.282), indicating the delocalization mechanism maintains stronger coherent superpositions even as GRW collapse competes.
- **Extreme winding number fluctuations:** $W = 1.70 \pm 70.5$, orders of magnitude larger than any other mode. This indicates highly complex topological dynamics in the wavefunction geometry.
- **Maximum collapse readiness:** $R_{\max} = 25.9$ (highest across all modes), reflecting the intense competition between delocalization and localization forces.
- **Intermediate QFI:** $\bar{F}_Q = 53.6$ (between GRW-only at 12.9 and fractal-only at 94.2), reflecting partially localized states.
**FCE fractal dimension:** $D = 1.36 \pm 0.43$, similar to GRW-only, but with notably lower spectral slope $\beta = 2.58 \pm 1.71$ (indicating rougher frequency content) and the highest mean visibility.
**Interpretation:** The hybrid mode demonstrates the richest dynamics of all four modes. The competition between delocalization and collapse mechanisms produces states with persistent interference patterns (high visibility) and complex geometric structure (large winding number fluctuations). The reduced entropy change compared to pure GRW ($-1.36$ vs. $-2.65$) quantifies the partial success of delocalization in resisting collapse. This mode most closely resembles realistic quantum-to-classical transition scenarios where multiple decoherence channels compete.
### 4.6 Tensor Network Results
The MPS/TEBD simulation of the 4-site transverse-field Ising model ($J = 0.1$) provides a complementary many-body perspective:
- Entanglement entropy saturates at $S_{\text{ent}} \approx 0.85$ bits
- Mean bond dimension: $\bar{\chi} = 2.67$
- The low saturation value reflects the weak coupling ($J = 0.1$) and small system size ($N = 4$)
### 4.7 FCE Trajectory Predictions
All four modes generated 159 trajectory predictions. The FCE's forward prediction of wavefunction peak motion, based on Fourier extrapolation of the observed peak trajectory, provides a consistency check on wavefunction evolution. In non-collapsing modes, predicted trajectories closely track actual peak motion. In collapsing modes, predictions diverge at collapse events (as expected, since collapses are inherently stochastic), then reconverge as the post-collapse wavefunction re-establishes a predictable trajectory.
### 4.8 Cross-Mode FCE Signature Comparison
The FCE provides a unified geometric language for comparing collapse mechanisms:
| Property | Physical Meaning | Collapse Signature |
|----------|------------------|-------------------|
| $D = 1.0$ | Smooth, regular curve | Post-collapse localized state |
| $D > 1.3$ | Fractal structure | Pre-collapse delocalized state |
| $D \to 2.0$ | Space-filling | Maximally delocalized |
| $H \to 0$ | Anti-persistent | Rapid oscillations (interference) |
| $H \to 1$ | Persistent | Smooth envelope (coherent) |
| $|W| \gg 1$ | High winding | Topological complexity (hybrid) |
| $\bar{V} > 0.5$ | High visibility | Strong coherent superposition |
---
## 5. Discussion
### 5.1 Hierarchy of Collapse Mechanisms
Our results establish a clear hierarchy of collapse effectiveness:
1. **GRW stochastic collapse** ($\lambda = 6.67$): Strong, reliable localization with exponential interval statistics. Entropy reduction of 2.65 bits. This represents the "gold standard" for spontaneous collapse.
2. **Hybrid mode**: Moderate localization ($\Delta S = -1.36$ bits) with the richest dynamical features. The competition between mechanisms produces states with high interference visibility, suggesting that hybrid collapse preserves more quantum coherence.
3. **Fractal corrections alone**: Insufficient to overcome kinetic spreading. Both collapse and delocalization fractal modes produce entropy increases of $\sim 1.4$ bits with zero collapse events. The fractal dimension of the wavefunction evolves differently (smooth vs. fractal), but neither drives localization.
4. **Penrose objective reduction**: The computed timescales ($\tau_P = 135$--$323$) vastly exceed the simulation duration ($T = 8$), making gravitational collapse negligible at this scale. This is consistent with the expected irrelevance of Penrose OR at microscopic scales.
### 5.2 FCE as a Collapse Diagnostic
The FCE provides novel geometric diagnostics not available from standard quantum metrics:
- **Fractal dimension switching** ($D = 1 \leftrightarrow 2$ in GRW mode) offers a geometric collapse indicator that is independent of entropy or probability thresholds.
- **Winding number variance** distinguishes modes: $\sigma_W < 0.01$ for non-collapsing modes vs. $\sigma_W \approx 70$ for hybrid, reflecting topological complexity.
- **Interference visibility** from the FCE's Hilbert transform analysis provides a direct measure of quantum coherence that complements the Bures distance.
### 5.3 Implications for Collapse Model Testing
The quantitative differences between modes suggest experimental signatures that could distinguish collapse mechanisms in mesoscopic systems:
- **Entropy dynamics**: Sawtooth patterns (GRW) vs. monotonic increase (no collapse) vs. partial sawtooth (hybrid)
- **Collapse interval statistics**: Exponential distribution confirms Poisson process (GRW); deviations would indicate non-Markovian collapse
- **QFI scaling**: $F_Q \propto 1/N_{\text{collapses}}$ provides a precision metric; GRW reduces $F_Q$ by a factor of 7.3 relative to free evolution
- **Fractal dimension**: Post-collapse states universally show $D \to 1$, providing a geometry-based collapse criterion
### 5.4 Limitations
- The simulation uses enhanced GRW parameters ($\lambda = 6.67$, $\sigma = 0.4$) rather than physically realistic values ($\lambda \sim 10^{-16}$ s$^{-1}$, $\sigma \sim 10^{-7}$ m) to produce observable dynamics on a computationally feasible grid.
- The 1D spatial grid limits the realism of gravitational self-energy calculations, which are inherently 3D.
- The tensor network simulation is limited to 4 sites, insufficient for studying entanglement area laws or quantum phase transitions.
- FCE trajectory predictions assume Fourier-extrapolable curvature, which breaks down at stochastic collapse events.
---
## 6. Conclusion
I have presented a comprehensive numerical framework for comparing quantum wavefunction collapse models, integrating GRW spontaneous localization, Penrose objective reduction, multi-scale fractal corrections, and quantum trajectory evolution within a unified simulation platform. The Fractal Correction Engine provides a novel differential-geometric analysis layer that extracts real-time fractal dimensions, winding numbers, and interference patterns from evolving wavefunctions.
Our principal findings are:
1. **Fractal corrections alone cannot drive collapse** in a harmonic potential, even at enhanced coupling strengths. The kinetic energy spreading always dominates.
2. **GRW collapse produces well-characterized Poisson statistics** with exponential inter-collapse intervals (CV $\approx 1.04$) and a distinctive fractal dimension switching signature ($D = 1 \leftrightarrow 2$).
3. **Hybrid dynamics produce the richest phenomenology**, with the highest interference visibility ($\bar{V} = 0.53$), largest winding number fluctuations, and intermediate entropy reduction, suggesting that competing collapse and delocalization mechanisms preserve more quantum coherence than pure collapse.
4. **The FCE provides geometry-based collapse diagnostics** (fractal dimension, winding number, visibility) that complement standard quantum information metrics (entropy, QFI, Bures distance).
5. **Penrose collapse timescales far exceed simulation time** at microscopic scales, confirming the expected irrelevance of gravitational OR for single-particle wavefunctions in laboratory-scale potentials.
The simulation code, analysis tools, and complete output data (metrics, plots, animations) are provided as supplementary material.
---
## References
[1] G. C. Ghirardi, A. Rimini, and T. Weber, "Unified dynamics for microscopic and macroscopic systems," *Physical Review D*, vol. 34, pp. 470-491, 1986.
[2] R. Penrose, "On gravity's role in quantum state reduction," *General Relativity and Gravitation*, vol. 28, pp. 581-600, 1996.
[3] M. Suzuki, "General theory of fractal path integrals with applications to many-body theories and statistical physics," *Journal of Mathematical Physics*, vol. 32, pp. 400-407, 1991.
[4] J. Dalibard, Y. Castin, and K. Molmer, "Wave-function approach to dissipative processes in quantum optics," *Physical Review Letters*, vol. 68, pp. 580-583, 1992.
[5] U. Schollwock, "The density-matrix renormalization group in the age of matrix product states," *Annals of Physics*, vol. 326, pp. 96-192, 2011.
[6] G. Vidal, "Efficient simulation of one-dimensional quantum many-body systems," *Physical Review Letters*, vol. 93, p. 040502, 2004.
[7] Fractal Correction Engine v3.0, Pi-Curvature Analysis Framework. Zenodo. DOI: [to be assigned].
---
## Appendix A: Simulation Parameters
| Parameter | Symbol | Value | Unit |
|-----------|--------|-------|------|
| Grid points | $N_{\text{grid}}$ | 512 | -- |
| Domain extent | $[x_{\min}, x_{\max}]$ | $[-10, 10]$ | a.u. |
| Grid spacing | $\Delta x$ | 0.039 | a.u. |
| Time step | $\Delta t$ | $10^{-4}$ | a.u. |
| Total steps | $N_{\text{steps}}$ | 80,000 | -- |
| Total time | $T$ | 8.0 | a.u. |
| Mass | $m$ | 1.0 | a.u. |
| $\hbar$ | $\hbar$ | 1.0 | a.u. |
| Oscillator frequency | $\omega$ | 0.1 | a.u. |
| GRW rate | $\lambda_{\text{GRW}}$ | 6.67 | $t^{-1}$ |
| GRW width | $\sigma_{\text{GRW}}$ | 0.4 | a.u. |
| Fractal dimension | $D_{\text{frac}}$ | 1.618 | -- |
| Fractal scales | $N_{\text{scales}}$ | 6 | -- |
| Collapse coupling | $\lambda_{\text{collapse}}$ | 3.0 | a.u. |
| Delocal. coupling | $\lambda_{\text{corr}}$ | 0.3 | a.u. |
| Focus strength | $F_0$ | 3.0 | a.u. |
| Collapse threshold | $\theta_{\text{coll}}$ | 0.35 | -- |
| CFL safety factor | $C_{\text{CFL}}$ | 0.1 | -- |
| Dissipation rate | $\Gamma$ | 0.01 | $t^{-1}$ |
| Penrose coupling | $G_{\text{eff}}$ | 0.05 | a.u. |
| MPS bond dim. | $\chi_{\max}$ | 20 | -- |
| SVD threshold | $\epsilon_{\text{trunc}}$ | $10^{-8}$ | -- |
| Ising coupling | $J$ | 0.1 | a.u. |
| AFR threshold | $\theta_R$ | 0.5 | -- |
| Bayesian memory | $N_{\text{mem}}$ | 500 | steps |
| Prediction horizon | $h$ | 50 | steps |
## Appendix B: Software and Reproducibility
The simulation is implemented in Python using NumPy, SciPy, and Matplotlib. The FCE engine (`fce_engine.py`) provides the pi-curvature analysis framework. Post-processing analysis is performed by `analyze_metrics.py`, which computes collapse interval distributions, power spectra, autocorrelation functions, and cross-experiment comparisons.
To reproduce results:
```
python "Collapse Models GRW Penrose Fractal limit collapse.py"
python analyze_metrics.py <output_directory> --compare
```
Results are saved as NumPy `.npz` archives containing all tracked metrics, enabling further analysis without re-running simulations.
Files
collapse_intervals_GRW_Only_Mode.png
Files
(98.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8340b6b391ddc243f7ac9f1a192dab3f
|
16.3 kB | Download |
|
md5:b7bc404e7929ddf5afdfd9451d400627
|
58.0 kB | Preview Download |
|
md5:61f6a9fa5ea66b82ee4c072300ee639e
|
56.4 kB | Preview Download |
|
md5:8882112d2fd33694d3d09825a3cdfd74
|
98.6 kB | Download |
|
md5:b0428112c75dd6ffe05d864b5194fc6a
|
208.1 kB | Preview Download |
|
md5:323fbd76c6143970f131cf473986125e
|
134.0 kB | Preview Download |
|
md5:1b49b1f9a27ec27c4c82309a962abb04
|
103.0 kB | Preview Download |
|
md5:65784a22de30bd3f391c3fc7d4a7e909
|
219.1 kB | Preview Download |
|
md5:e703b6456be50cac41c04a5bea426cfb
|
357.2 kB | Preview Download |
|
md5:864c9418290c7287bb6566ff14bb1fad
|
330.5 kB | Preview Download |
|
md5:023448c365abd339a72cb7b809a5197a
|
25.8 kB | Download |
|
md5:5fe9acff7472ee72ac6f8814bae25ffb
|
139.0 kB | Preview Download |
|
md5:452f2d30e7a622399b8b5155e393368b
|
10.3 MB | Preview Download |
|
md5:6db39e46be092cf3ce8b8d0d01ee661a
|
356 Bytes | Preview Download |
|
md5:132a921bfc37a6fedccdf7864bd09fbc
|
2.3 MB | Download |
|
md5:ff809427ca42c06927020cfe5c9d78e4
|
166.4 kB | Preview Download |
|
md5:183d03f91555cabbe5e9a6ac7b50ea4e
|
161.8 kB | Preview Download |
|
md5:302b8523becf70e1ee2dc996cf99de36
|
557.4 kB | Preview Download |
|
md5:a8cb5776186c4cfca8a81179bdfc60d7
|
287.8 kB | Preview Download |
|
md5:7e5e390e177fd560675dd4fec8f6d9ba
|
306.7 kB | Preview Download |
|
md5:02497c7e47ae0ea4d5c03790176594b8
|
1.6 kB | Preview Download |
|
md5:266cef70e1dbc47fc190c3fb80822876
|
164.6 kB | Preview Download |
|
md5:f35614d031e940bb04f665240e05a1a5
|
14.2 MB | Preview Download |
|
md5:d2ad1794331dcbff72e6a750c529f96c
|
362 Bytes | Preview Download |
|
md5:3b2fb42ee627fbed18c28b70d4257897
|
2.3 MB | Download |
|
md5:00b3fc27ddecba807d2118656c49a241
|
195.1 kB | Preview Download |
|
md5:ea17956341fb1473c3203b1e270d862e
|
185.2 kB | Preview Download |
|
md5:a9515eaefcf429f4c63916cdb970d642
|
702.4 kB | Preview Download |
|
md5:f1c1406b64c0008e3562605fec5f1f12
|
279.9 kB | Preview Download |
|
md5:17e0be83b471dae7a345b1cf7341942f
|
350.1 kB | Preview Download |
|
md5:2f3911c1af069c47f3b180e1d70e3876
|
1.6 kB | Preview Download |
|
md5:0022ee18dcbc9d59089c40059769591b
|
45.4 MB | Preview Download |
|
md5:0f6b20c3a3a03861de4f7f34fc85f9c7
|
115.6 kB | Preview Download |
|
md5:17442cdc1c1d172a28283c3d8eccedc3
|
4.5 MB | Preview Download |
|
md5:e91ea46610a913164c64633ebf3cf37c
|
2.9 kB | Preview Download |
|
md5:ff85b56f77f279759b0742720940b0a0
|
2.2 MB | Download |
|
md5:29bf07378fd58e79d157573f02c4ab1a
|
223.8 kB | Preview Download |
|
md5:c77b3b7b98d61669d563924988dbb4ff
|
332.7 kB | Preview Download |
|
md5:68ef6757edb32efa9fb2a55b367370a6
|
849.7 kB | Preview Download |
|
md5:cd68f7f5cec779c726dc94da4f72400c
|
284.9 kB | Preview Download |
|
md5:c5371a0f80c0a50a302c1617b5695738
|
213.6 kB | Preview Download |
|
md5:b9acf682c2082da1565b0d2d8c9128de
|
3.2 kB | Preview Download |
|
md5:9bcd7741b0122cfff3c841e6cc609948
|
114.7 kB | Preview Download |
|
md5:15f571b8419280a0788a5ab74c9df0d1
|
4.5 MB | Preview Download |
|
md5:c5f7a276ab1920c146d8c3a0231765ae
|
2.8 kB | Preview Download |
|
md5:7f054d35b1c293c0a071ed34530d90cd
|
2.2 MB | Download |
|
md5:1ea08f0fb9cf491b2ed462dfd03e02ef
|
253.1 kB | Preview Download |
|
md5:05698a95ccadb96ec167d3a855659f3a
|
327.0 kB | Preview Download |
|
md5:1ac9d203d81af559f0bd085226c42856
|
778.4 kB | Preview Download |
|
md5:8ed5bef21a9353b8f4ebae8c4b505137
|
274.8 kB | Preview Download |
|
md5:f0a348cf8e63dd9e38976d747d7a7370
|
233.7 kB | Preview Download |
|
md5:6a8474cb25ba5a6b782bccec0b0fdc0e
|
3.2 kB | Preview Download |
|
md5:f152c6c752d6c6ec70ad696cd021fa5d
|
39.6 kB | Preview Download |
|
md5:f777a05e503245844c41b9ef29db3413
|
128.6 kB | Preview Download |
|
md5:8bb17a701cd8b39e05f67fa98e9a9395
|
149.9 kB | Preview Download |
|
md5:713ef63e76fb3563780f82a7809e4b93
|
200.1 kB | Preview Download |
|
md5:0e4a0693f85c8ed122ef78af42826d07
|
211.2 kB | Preview Download |
|
md5:db0a2b0166ef447c01aa42618331b446
|
129.0 kB | Preview Download |
|
md5:dba8e95d4c0dd9746bfb2f82357fa2d6
|
133.4 kB | Preview Download |
|
md5:88b5fefff291d1b2cd45e511ff9dea81
|
153.5 kB | Preview Download |
|
md5:6f7fcc9eda1830854415f067b79a8b9a
|
154.3 kB | Preview Download |
|
md5:aeb3ac3a4eb755b25925ce3ba70de04a
|
44.4 kB | Download |
|
md5:8480479945ac7a3e15b09504af7989a6
|
24.1 kB | Download |
|
md5:8f9bcfedba11f63558724a96508e46b7
|
60.3 kB | Download |
|
md5:097674c5e73891e5dd67cc475f235c19
|
92.4 kB | Download |
|
md5:618cbbc863cb1a115cadcc4fa3105a3a
|
5.6 kB | Preview Download |
|
md5:de3a586c203e0e65726f386bf4ff0e6b
|
79 Bytes | Preview Download |