Deriv eigenfunction zero
QuantumMechanics.OneDimension.HarmonicOscillator.deriv_eigenfunction_zero
Project documentation
The nth eigenvalues for a Harmonic oscillator is defined as (n + 1/2) * ℏ * ω. -/ noncomputable def eigenValue (n : ℕ) : ℝ := (n + 1/2) * ℏ * Q.ω /-! ## Derivatives of the eigenfunctions
Source project: Physlib
Person-level attribution pending.