Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostert committed Feb 1, 2024
2 parents c0a1030 + 84553f0 commit fc0ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DarkNews/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def set_vertices(self):

# Mixing matrices
# if PMNS, use dtype=complex
self.Ulep = np.diag(np.full_like(self.Ue, np.float128(1)))
self.Ulep = np.diag(np.full_like(self.Ue, np.longdouble(1)))
# self.Ulep = np.diag(np.full(self.n_nus,1,dtype=complex))
# self.Ulep[:3,:3] = const.UPMNS # massless light neutrinos

Expand Down

0 comments on commit fc0ddb4

Please sign in to comment.