Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Aug 8, 2023
1 parent 3969fff commit 8bd6eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd_beamphysics/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ def dimension_name(dim_array):
'eV/c' : pmd_unit('eV/c', e_charge/c_light, 'momentum'),
'eV/m' : pmd_unit('eV/m', e_charge, (1, 1, -2, 0, 0, 0, 0)),
'W' : pmd_unit('W', 1, (2, 1, -3, 0, 0, 0, 0)),
'W/rad^2' : pmd_unit('W/rad^2', 1, (2, 1, -3, 0, 0, 0, 0)),
'W/m^2' : pmd_unit('W/m^2', 1, (0, 1, -3, 0, 0, 0, 0)),
'W/rad^2' : pmd_unit('W/rad^2', 1, (2, 1, -3, 0, 0, 0, 0)),
'T' : pmd_unit('T', 1, 'magnetic_field')
}

Expand Down

0 comments on commit 8bd6eed

Please sign in to comment.