+
    i                     T    ^ RI HtHtHt ^ RIHtHtHtHtH	t	 ^ RI
Ht R tR tR tR# )    )SpiRational)hermitesqrtexp	factorialAbs)hbarc                |   \        \        WW#.4      w  rr#W#,          \        ,          pV\        ,          \	        ^^4      ,          \        ^^V ,          \        V 4      ,          ,          4      ,          pV\        V) V^,          ,          ^,          4      ,          \        V \        V4      V,          4      ,          # )a  
Returns the wavefunction psi_{n} for the One-dimensional harmonic oscillator.

Parameters
==========

n :
    the "nodal" quantum number.  Corresponds to the number of nodes in the
    wavefunction.  ``n >= 0``
x :
    x coordinate.
m :
    Mass of the particle.
omega :
    Angular frequency of the oscillator.

Examples
========

>>> from sympy.physics.qho_1d import psi_n
>>> from sympy.abc import m, x, omega
>>> psi_n(0, x, m, omega)
(m*omega)**(1/4)*exp(-m*omega*x**2/(2*hbar))/(hbar**(1/4)*pi**(1/4))

)	mapr   r   r   r   r   r	   r   r   )nxmomeganuCs   &&&&  R/var/www/html/photoedit/myenv/lib/python3.14/site-packages/sympy/physics/qho_1d.pypsi_nr      s    8 Q1,-NA!	
T	B	B!Q$q!Q$y|*;'<"==AsB319a<  71d2hqj#999    c                T    \         V,          V \        P                  ,           ,          # )a  
Returns the Energy of the One-dimensional harmonic oscillator.

Parameters
==========

n :
    The "nodal" quantum number.
omega :
    The harmonic oscillator angular frequency.

Notes
=====

The unit of the returned value matches the unit of hw, since the energy is
calculated as:

    E_n = hbar * omega*(n + 1/2)

Examples
========

>>> from sympy.physics.qho_1d import E_n
>>> from sympy.abc import x, omega
>>> E_n(x, omega)
hbar*omega*(x + 1/2)
)r   r   Half)r   r   s   &&r   E_nr   *   s    : %<1qvv:&&r   c                    \        \        V4      ^,          ) ^,          4      W,          ,          \        \        V 4      4      ,          # )z
Returns <n|alpha> for the coherent states of 1D harmonic oscillator.
See https://en.wikipedia.org/wiki/Coherent_states

Parameters
==========

n :
    The "nodal" quantum number.
alpha :
    The eigen value of annihilation operator.
)r   r
   r   r	   )r   alphas   &&r   coherent_stater   J   s3     UQq !58,T)A,-???r   N)
sympy.corer   r   r   sympy.functionsr   r   r   r	   r
   sympy.physics.quantum.constantsr   r   r   r    r   r   <module>r!      s&    & & > > 0!:H'@@r   