Skip to content

Commit

Permalink
Amplitude is unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
josh0-jrg committed Sep 23, 2024
1 parent cf2bec1 commit 14dc585
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flamedisx/nest/lxe_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,10 @@ def variance(self, *args):

elec_frac = nel_mean / nq_mean
ampl = er_free_b
# tf.cast(0.086036 + (er_free_b - 0.086036) /
# pow((1. + pow(self.drift_field / 295.2, 251.6)), 0.0069114),
# fd.float_type())

ampl = tf.cast(0.086036 + (er_free_b - 0.086036) /
pow((1. + pow(self.drift_field / 295.2, 251.6)), 0.0069114),
fd.float_type())
wide = er_free_c
cntr = er_free_d
skew = er_free_e
Expand Down

0 comments on commit 14dc585

Please sign in to comment.