Skip to content

Commit f18e381

Browse files
author
Jon Drobny
committed
Fix default Eb
1 parent 259bf79 commit f18e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_sputtered_atom_spectra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
])
296296

297297
#This function simply contains an entire input file as a multi-line f-string to modify some inputs.
298-
def run_rustbca(ion, target, energy, index=0, num_samples=10000, run_sim=True, estop='LOW_ENERGY_NONLOCAL', weak_collisions=0, Eb=3.0, correction=1.0, interaction='KR_C'):
298+
def run_rustbca(ion, target, energy, index=0, num_samples=10000, run_sim=True, estop='LOW_ENERGY_NONLOCAL', weak_collisions=0, Eb=0.0, correction=1.0, interaction='KR_C'):
299299

300300
input_file = f'''
301301
[options]

0 commit comments

Comments
 (0)