Skip to content

Commit

Permalink
default rate increase for se
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Mar 13, 2024
1 parent 120b282 commit 9ae06f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltax/instructions/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def instr_file_name(runid, instr, recoil, generator_name, mode, rate=1e9/SALT_TI
return filename

def generator_se(runid,
n_tot=None, rate=1e9/SALT_TIME_INTERVAL,
n_tot=None, rate=1e10/SALT_TIME_INTERVAL,
r_range=R_RANGE, z_range=Z_RANGE,
time_mode="uniform", *args):
"""
Expand Down Expand Up @@ -193,7 +193,7 @@ def generator_se(runid,

return instr

def generator_flat(runid, en_range=(0.2, 15.0), recoil=7,
def generator_flat(runid, en_range=(0.2, 15.0), recoil=8,
n_tot=None, rate=1e9/SALT_TIME_INTERVAL,
fmap=FIELD_MAP, nc=NC,
r_range=R_RANGE, z_range=Z_RANGE,
Expand Down

0 comments on commit 9ae06f9

Please sign in to comment.