This note is based on my master’s thesis, Exciton Diffusion as a Blind Search: First-Hitting and First-Return Time Analysis. The central idea is simple: instead of treating exciton transport only as a diffusion problem, we can also interpret it as a search process in a disordered landscape.

In that interpretation, an exciton moves through a semiconductor as a random walker while traps, defects, or recombination centers play the role of targets. This makes it natural to ask two different questions:

  1. How efficiently does the walker find a new target?
  2. How quickly does it return to where it started?

Those two questions are captured by first-hitting time (FHT) and first-return time (FRT), and the thesis shows that they are optimized by different movement regimes.

Excitons are bound electron-hole pairs, and their transport is critical for optoelectronic systems. In disordered materials, however, transport is not simply smooth Brownian motion. Defects, traps, and heterogeneous structure can produce:

  • anomalous diffusion
  • coexistence of free and trapped populations
  • strong sensitivity to geometry and disorder

Blind-search theory gives a language for studying exactly these features. It lets us ask whether long jumps help or hurt, whether revisits are beneficial, and how disorder changes transport statistics.

Model

The thesis studies a two-dimensional search space populated by fixed traps. The exciton is modeled as a Levy-like random walker with stability index $\alpha$, where the jump-length tail scales like

$$ p(\\ell) \\sim \\ell^{-(\\alpha + 1)}. $$

Smaller $\alpha$ means heavier tails and more long relocations. Larger $\alpha$ approaches Brownian-like behavior. The simulations used large Monte Carlo ensembles, reaching roughly

$$ N \\approx 10^6 $$

trajectories in the highest-confidence runs.

The transport environment is deliberately disordered:

  • a 2D continuous domain with periodic boundaries
  • a fixed set of traps representing quenched disorder
  • a finite reaction radius around each trap
  • sub-stepped motion so long jumps do not simply leap over targets without being detected

This makes the comparison between exploration and recurrence statistically meaningful.

The two observables

First-hitting time

FHT measures the first time the walker reaches a new target region. In the exciton interpretation, this corresponds to successful transport toward a new trap or interaction site.

Low mean FHT means high exploratory efficiency.

First-return time

FRT measures the first time the walker comes back to its original region after leaving it. This is a recurrence statistic rather than a discovery statistic.

Low FRT means the dynamics remain locally revisiting or recurrent.

Main findings

1. Exploration is optimized near alpha approximately 0.6

The clearest result of the thesis is that the minimum mean FHT appears near

$$ \\alpha_{\\mathrm{opt}} \\approx 0.6. $$

That means the best exploratory behavior is obtained neither in the Brownian limit nor at the standard Levy-foraging benchmark $\alpha = 1$, but at a lower heavy-tailed regime.

2. Strategies with alpha greater than 1 are poor for discovering new targets

Once the dynamics move into the $\alpha > 1$ regime, the simulations show a sharp degradation in FHT performance:

  • longer mean FHT
  • larger inefficiency in reaching new traps
  • very low probability of successful hit within the simulated time window

So if the physical goal is efficient discovery of new trap sites, these regimes are strongly suboptimal.

3. Mean FRT stays low across the range

Unlike FHT, the mean FRT remains comparatively low and fairly stable across the explored range of $\alpha$.

This means recurrence is governed by a different statistical structure than exploration. A strategy that is good at coming back is not necessarily good at finding something new.

4. The variance of FRT changes sharply around alpha = 1

Although the mean FRT stays low, the variance of FRT undergoes a clear transition:

  • for $\alpha \le 1$, return-time variance is extremely large
  • for $\alpha > 1$, the variance drops substantially

That suggests a trade-off:

  • lower $\alpha$ improves exploration
  • higher $\alpha$ makes returns more predictable

Interpretation

This leads to a physically useful conclusion: exploration and recurrence are different optimization problems.

If the objective is to reach new sites efficiently, the system prefers a heavier-tailed motion near $\alpha \approx 0.6$. If the objective is stable local revisitation, then larger $\alpha$ values become more attractive.

This is important because many discussions of Levy optimality focus on a single universal value. The thesis argues against that kind of universality in disordered exciton transport. The best exponent depends on:

  • disorder structure
  • target definition
  • trapping geometry
  • the metric being optimized

Why it matters

For semiconductor and excitonic systems, these results suggest that transport pathways are not just governed by average diffusion constants. They are shaped by the full statistical structure of motion in a disordered environment.

That matters for:

  • understanding transport losses
  • interpreting anomalous diffusion experiments
  • thinking about trap engineering
  • designing materials where energy transport toward or away from localized sites matters

Methodological note

The thesis combines:

  • Levy-stable jump statistics
  • discrete Langevin-style updates
  • cKDTree-based nearest-neighbor searches
  • large Monte Carlo ensembles

This combination makes it possible to study both asymptotic statistics and practical hit/return behavior in large disordered systems.

Thesis contribution in one sentence

The thesis shows that when exciton transport in a disordered semiconductor is treated as a blind-search problem, the best strategy for discovering new targets emerges near $\alpha \approx 0.6$, while return dynamics obey a different and more stable statistical regime.