nikolasibalic / ARC-Alkali-Rydberg-Calculator

Object-oriented Python library for computation of properties of highly-excited Rydbeg states of alkali and divalent atoms.
https://atomcalc.org
BSD 3-Clause "New" or "Revised" License
90 stars 78 forks source link

Intensity Calculation: Is "wa" is a beam radius or beam diameter? #157

Closed apoorav-singh closed 1 year ago

apoorav-singh commented 1 year ago

I am writing in the context of the function:

atom.groundStateRamanTransition()

For the Electric field calculation, when Intensity is calculated there is an factor of 2 multiplied to the equation.

Ia = 2.0 * Pa / (pi * wa**2)

I have a doubt that,

Ia = Pa / (pi * wa**2)

If in case I missing something please feel free to correct me.

nikolasibalic commented 1 year ago

Hi @jonathanpritchard could you please verify this and reply?

jonathanpritchard commented 1 year ago

This is beam radius - the definition of peak intensity for a Gaussian beam is 2P/(pi*w0**2) see https://en.wikipedia.org/wiki/Gaussian_beam for proof