Skip to content

Commit

Permalink
modify oscillation time scale formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 20, 2024
1 parent 9ca7b4a commit a6a4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Frequency scale of neutrino oscillations
#define ROOT2 (1.4142135623730951)
#define NUFERM (ROOT2*HBAR*HBAR*CL*CL*CL*GFERM)
#define NUFERM (HBAR / (ROOT2*GFERM))

// Unit conversions
#define EV (1.60217653e-12) // Electron-volt
Expand Down

0 comments on commit a6a4aae

Please sign in to comment.