Theory & Physics¶
Homodyne implements the transport coefficient framework developed by He et al. (PNAS 2024, 2025) for X-ray Photon Correlation Spectroscopy (XPCS) analysis of soft matter under nonequilibrium conditions. This section provides the complete theoretical foundation underlying every computation in the package.
The central quantity is the transport coefficient \(J(t)\), which connects microscopic particle dynamics to macroscopic rheological observables via a generalized Green-Kubo relation. From \(J(t)\), the package constructs the full two-time intensity correlation function \(c_2(\vec{q}, t_1, t_2)\) — avoiding the equilibrium assumption embedded in the standard \(g_2(q, \tau)\) representation.
Overview of Sections¶
Theory
- Transport Coefficient J(t)
- Correlation Functions in XPCS
- Homodyne Scattering: Laminar Flow Model
- Heterodyne Scattering: Multi-Component Models
- Classical Langevin Processes
- Yielding Dynamics of Colloidal Suspensions
- Theoretical Framework
- Analysis Modes
- Per-Angle Scaling and Anti-Degeneracy
- Anti-Degeneracy Defense System
- Introduction
- Theoretical Background
- Layer 1: Fourier Reparameterization
- Layer 2: Hierarchical Optimization
- Layer 3: Adaptive CV Regularization
- Layer 4: Gradient Collapse Detection
- Layer 5: Shear-Sensitivity Weighting
- Cross-Path Uniformity
- Configuration Reference
- Usage Tutorial
- API Reference
- See Also
- Computational Methods
- References and Citations
Quick Physics Reference¶
Static mode (\(n_\mathrm{params} = 3\)):
Laminar flow mode (\(n_\mathrm{params} = 7\)):
Parameter table:
Symbol |
Parameter name |
Physical meaning |
|---|---|---|
\(D_0\) |
|
Diffusion prefactor (\(\text{Å}^2/\text{s}\)) |
\(\alpha\) |
|
Diffusion anomalous exponent (0 < α ≤ 1) |
\(D_\mathrm{offset}\) |
|
Constant diffusion background |
\(\dot{\gamma}_0\) |
|
Shear rate prefactor (\(\text{s}^{-1}\)) |
\(\beta\) |
|
Shear rate power-law exponent |
\(\dot{\gamma}_\mathrm{offset}\) |
|
Constant shear rate background |
\(\phi_0\) |
|
Azimuthal reference angle (rad) |
See Transport Coefficient J(t) for derivation of \(J(t)\), and Homodyne Scattering: Laminar Flow Model for the full laminar-flow equation.