Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 391e4a5

Browse files
committed
Add back QED evolution when running up (it is actually consistent)
1 parent 36d7d77 commit 391e4a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wetrunner/classes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def run(self, scale_out, sectors='all'):
8484
# evolution matrices
8585
Etas = Etas**(self._betas(5) / self._betas(self.f))
8686
p_i['alpha_e'] = 0 # because QED evolution is not consistent yet
87-
if scale_out > self.scale_in:
88-
p_i['alpha_e'] = 0 # because QED evolution is not consistent yet
8987
C_out = OrderedDict()
9088
for sector in wcxf.EFT[self.eft].sectors:
9189
if sector in definitions.sectors:

0 commit comments

Comments
 (0)