THE LEDGER: CONTINUOUS DISCOVERY & MARGINALIA
Chronological technical logbook of mathematical insights, formal certifications, and analytical marginalia from foundational texts.
01 // CONTINUOUS MATHEMATICAL & ALGORITHMIC CHANGELOG
[LIVE LOG]Under non-Hermitian Hamiltonians ($H \neq H^\dagger$), left and right eigenvectors cease to be mutually orthogonal. Standard inner products $\langle \psi | \psi \rangle$ blow up exponentially near exceptional points (EPs). Stable expectation values require strict biorthogonal normalization:
FermiHubbard1D.jl with Hatano-Nelson non-reciprocal boundary conditions.
When approximating $e^{-i H \Delta t} v$ via Krylov subspace $\mathcal{K}_m(H, v) = \text{span}\{v, Hv, \dots, H^{m-1}v\}$, loss of numerical orthogonality during Arnoldi iterations grows rapidly when $\text{Im}(\lambda_k) \neq 0$. Standard single-pass Gram-Schmidt fails at $m > 35$. Implemented two-pass modified Gram-Schmidt with dynamic re-orthogonalization threshold $\tau = 10^{-12}$.
Decomposing $H = A + B$ in digital quantum simulation introduces operator splitting error. For second-order symmetric Trotterization $S_2(\Delta t) = e^{\frac{\Delta t}{2} A} e^{\Delta t B} e^{\frac{\Delta t}{2} A}$:
02 // VERIFIED CERTIFICATIONS & ADVANCED SUMMER SCHOOLS
[CRYPTOGRAPHICALLY SEALED]Comprehensive curriculum on quantum error correction (surface codes), magic state distillation, and Clifford+T algebraic decomposition.
MPI/OpenMP hybrid scaling, high-throughput batch arrays, parallel memory profiling, and cluster topology optimization.
Second quantization, Green's function methods, exact diagonalization, and quantum phase transitions in low-dimensional systems.
03 // THE READING LEDGER: FOUNDATIONAL TEXTS & MARGINALIA
[SYSTEMATIC STUDY]Marginalia: The treatment of low-velocity solitonic excitations in Section 11 illustrates why quasi-1D geometry modifies the s-wave scattering length into an effective $g_{1D} = 2\hbar\omega_\perp a_s / (1 - C a_s / a_\perp)$. Crucial for calibrating our numerical soliton speeds in optical waveguides.
Marginalia: The mapping between the 1D transverse field Ising model and free fermions via the Jordan-Wigner transformation serves as the analytical touchstone for verifying boundary skin modes in non-Hermitian extensions of the Fermi-Hubbard chain.
Marginalia: Canonical forms (left/right normalized tensors) clarify why singular value decomposition (SVD) guarantees optimal truncation of Schmidt ranks in 1D. Time-evolving block decimation (TEBD) error scales directly with entanglement entropy growth $S(t) \sim t$.
Marginalia: Chapter 4 and 8: The Kraus representation of open quantum systems $\rho(t) = \sum_k E_k \rho(0) E_k^\dagger$ directly guides the derivation of non-Hermitian effective Hamiltonians $H_{\text{eff}} = H - \frac{i}{2} \sum_k L_k^\dagger L_k$ conditioned on null measurement records.