Hydrogen Wavefunctions
sympy.physics.hydrogen.E_nl(n, Z=1) |
Returns the energy of the state (n, l) in Hartree atomic units |
sympy.physics.hydrogen.E_nl_dirac(n, l, spin_up=True, Z=1, c=137.035999037000) |
Returns the relativistic energy of the state (n, l, spin) in Hartree atomic units. |
sympy.physics.hydrogen.Psi_nlm(n, l, m, r, phi, theta, Z=1) |
Returns the Hydrogen wave function psi_{nlm} |
sympy.physics.hydrogen.R_nl(n, l, r, Z=1) |
Returns the Hydrogen radial wavefunction R_{nl} |
|
|
matrices
sympy.physics.matrices.mgamma(mu, lower=False) |
Returns a Dirac gamma matrix γ µ in the standard (Dirac) representation |
sympy.physics.matrices.msigma(i) |
Returns a Pauli matrix σi with i = 1, 2, 3 |
sympy.physics.matrices.pat_matrix(m, dx, dy, dz) |
Returns the Parallel Axis Theorem matrix to translate the inertia matrix a distance of (dx, dy, dz) for a body of mass m. |
sympy.physics.paulialgebra.evaluate_pauli_product(arg) |
Help function to evaluate Pauli matrices product with symbolic objects |
|
|
QHO 1D
sympy.physics.qho_1d.E_n(n, omega) |
Returns the Energy of the One-dimensional harmonic oscillator |
sympy.physics.qho_1d.coherent_state(n, alpha) |
Returns <n|alpha> for the coherent states of 1D harmonic oscillator |
sympy.physics.qho_1d.psi_n(n, x, m, omega) |
Returns the wavefunction psi_{n} for the One-dimensional harmonic oscillator |
QHO 3D
sympy.physics.sho.E_nl(n, l, hw) |
Returns the Energy of an isotropic harmonic oscillator. |
sympy.physics.sho.R_nl(n, l, nu, r) |
Returns the radial wavefunction R_{nl} for a 3d isotropic harmonic oscillator. |
|