Skip to content

Commit

Permalink
Update validphys2/src/validphys/photon/alpha.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Jan 16, 2024
1 parent 22715d8 commit fe78234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/photon/alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Alpha:
def __init__(self, theory, q2max):
self.theory = theory
self.alpha_em_ref = theory["alphaqed"]
self.qref = self.theory["Qref"]
self.qref = theory["Qref"]
self.qed_order = theory['QED']

# compute and store thresholds
Expand Down

0 comments on commit fe78234

Please sign in to comment.