Skip to content

Commit b2de44e

Browse files
author
dquartul
committed
BLonD v1.10.4. See README.md for details.
1 parent 03ebf44 commit b2de44e

File tree

7 files changed

+6
-94
lines changed

7 files changed

+6
-94
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@
1313
#######################
1414
/__doc/build/
1515

16-
# Figure folder #
17-
#################
18-
/__EXAMPLE_MAIN_FILES/output_files/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ STRUCTURE
6464

6565
VERSION CONTENTS
6666
================
67+
2015-4-07
68+
v1.10.4 - Fixed two bugs in the EXAMPLE_MAIN_FILES
69+
6770
2015-1-15
6871
v1.10.3 - Fixed two bugs in potential_well-cut and beam_profile_derivative routines
6972

__EXAMPLE_MAIN_FILES/input_files/TC7_momentum.dat

Lines changed: 0 additions & 11 deletions
This file was deleted.

__EXAMPLE_MAIN_FILES/input_files/TC7_voltage_1.dat

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import numpy as np

__EXAMPLE_MAIN_FILES/test_cases/TC2_Main_long_ps_booster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@
130130
pass
131131

132132
# steps
133-
steps = InductiveImpedance(slice_beam, 34.6669349520904 / 10e9 * general_params.f_rev[0], 2e5)
133+
steps = InductiveImpedance(slice_beam, 34.6669349520904 / 10e9 * general_params.f_rev[0], 2e5, RF_sct_par.counter)
134134

135135
# direct space charge
136136
dir_space_charge = InductiveImpedance(slice_beam, -376.730313462
137137
/ (general_params.beta_r[0,0] *
138-
general_params.gamma_r[0,0]**2), 2e5)
138+
general_params.gamma_r[0,0]**2), 2e5, RF_sct_par.counter)
139139

140140

141141
# INDUCED VOLTAGE FROM IMPEDANCE------------------------------------------------

__EXAMPLE_MAIN_FILES/test_cases/TC7_Preprocess_data.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)