Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Massimo authored and Francesco Massimo committed Dec 2, 2023
1 parent da0ff41 commit e0cea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/exercises.rst
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ as well as their weight (from which their charge can be computed).
epsilon0 = scipy.constants.epsilon_0 # vacuum permittivity, Farad/m
me = scipy.constants.m_e # electron mass, kg
q = scipy.constants.e # electron charge, C
electron_mass_MeV = scipy.constants.physical_constants["electron mass energy equivalent in MeV"][0]
electron_mass_MeV = scipy.constants.physical_constants["electron mass energy equivalent in MeV"][0]
lambda0 = S.namelist.lambda0 # laser central wavelength, m
conversion_factor_length= lambda0/2./math.pi*1.e6 # from c/omega0 to um, corresponds to laser wavelength 0.8 um
Expand Down

0 comments on commit e0cea4f

Please sign in to comment.