Class QuantumMechanics
java.lang.Object
org.episteme.natural.physics.quantum.QuantumMechanics
Quantum mechanics equations and principles.
*
Reference:
Dirac, P. A. M. (1930). The Principles of Quantum Mechanics. Oxford University Press.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealBohr radius: aâ‚€ ≈0.529 Ã…static RealcomptonShift(Real scatteringAngle) Compton shift: ÃŽâ€ÂÂλ = (h/mc)(1 - cos θ)static RealdeBroglieWavelength(Real momentum) De Broglie wavelength: λ = h/pdeBroglieWavelength(Quantity<Mass> m, Quantity<Velocity> v) De Broglie wavelength: λ = h / (m * v)static RealFine structure constant: α ≈1/137static RealHeisenberg uncertainty: ÃŽâ€ÂÂx Ã Îâ€ÂÂp ≥ â„ÂÂÂ/2static RealhydrogenEnergyLevel(int n) Hydrogen atom energy levels: E_n = -13.6 eV / n²Photon energy: E = h * fstatic RealrydbergWavelength(int n1, int n2) Rydberg formula: 1/λ = R(1/n₲ - 1/n₂²)
-
Constructor Details
-
QuantumMechanics
public QuantumMechanics()
-
-
Method Details
-
heisenbergUncertainty
Heisenberg uncertainty: ÃŽâ€ÂÂx Ã Îâ€ÂÂp ≥ â„ÂÂÂ/2 -
deBroglieWavelength
-
hydrogenEnergyLevel
Hydrogen atom energy levels: E_n = -13.6 eV / n² -
rydbergWavelength
Rydberg formula: 1/λ = R(1/n₲ - 1/n₂²) -
comptonShift
-
fineStructureConstant
Fine structure constant: α ≈1/137 -
bohrRadius
Bohr radius: a₀ ≈0.529 Å -
photonEnergy
-
deBroglieWavelength
-