BH Physics Explainer¶
This page summarizes the physical model used in bh_molecule.physics.BHModel
. It is organized by method; each section states the mathematical definition and key assumptions.
energy
¶
Rovibronic term value \(E(v,N)\) (in cm⁻¹) for a given electronic state, using a Dunham-like expansion truncated to cubic vibrational and quartic (centrifugal distortion) rotational terms:
with
Notes. \(T_e\) is the electronic term origin; \(\omega_e,\omega_e x_e,\omega_e y_e\) are vibrational constants; \(B_e,\alpha_e,D_e,\beta_e\) are rotational and centrifugal-distortion constants, all state-specific.
line_profile
¶
Lines are modeled as Gaussian in wavelength with Doppler and instrumental widths added in quadrature (FWHM):
The Doppler FWHM at temperature \(T\) (for emitter mass \(m\)) follows the standard expression
The corresponding standard deviation is
and the normalized profile at wavelength \(x\) is
A_coeff
¶
Einstein \(A_{ul}\) for a rovibronic line.
For the BH \(A\,^1\Pi \rightarrow X\,^1\Sigma^+\) system, line Einstein coefficients are formed from band \(A_{\rm vib}(v')\) (per upper vibrational level) and Hönl–London rotational factors:
Notes. \(H_{\rm HL}\) are the case-(a) factors appropriate to a \(^{1}\Pi \to {}^{1}\Sigma^+\) transition and partition intensity among P/Q/R branches (\(\Delta N=-1,0,+1\)). Electronic degeneracies, Λ-doubling, parity, and nuclear-spin substructure are neglected here and can be incorporated via additional weights if needed.
spectrum
¶
For a chosen rotational branch (P/Q/R) on a wavelength grid \(x\), the model sums lines whose centers \(\lambda_{v'N_2\to v''N_1}\) come from tabulated wavelengths (X-state only fixes positions) while A-state level energies and populations set intensities.
Per-line contribution near \(\lambda_0\) is
where
\(n'(v',N_2)\) : upper-state populations (Boltzmann at \(T_{\rm rot}\), scaled by an overall factor \(C\))
\(A_{ul}\) : as above
\(g_\lambda\) : Gaussian line profile with total FWHM \(\Delta\lambda\) (Doppler + instrumental).
The total branch spectrum is the sum over included \((v',N_2\to v'',N_1)\) within specified bounds.
full_fit_model
¶
Composite model for the 433 nm window.
The forward model used around 433 nm is the sum of:
- the BH Q-branch spectrum (as in
spectrum
, with branch fixed to Q), evaluated on a shifted grid \(x+\delta x\) and rescaled numerically by \(10^8\) for conditioning, plus - two auxiliary Gaussian lines at fixed wavelengths \(\lambda_{R7}=433.64776244\,\mathrm{nm}\) and \(\lambda_{R8}=433.33500584\,\mathrm{nm}\) with amplitudes \(I_{R7}, I_{R8}\) and the same instrumental width as the BH part (Doppler set to zero for these), and
- a constant baseline \(b\).
Putting it together:
Notes. The X-state affects only line centers (via tables). If Doppler broadening is also required for the auxiliary features, replace their \(g\) with the full Doppler + instrument \(\Delta\lambda\).