Skip to content

Commit

Permalink
BLonD v1.10.4. See README.md for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
dquartul committed Apr 7, 2015
1 parent 03ebf44 commit b2de44e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 94 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@
#######################
/__doc/build/

# Figure folder #
#################
/__EXAMPLE_MAIN_FILES/output_files/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ STRUCTURE

VERSION CONTENTS
================
2015-4-07
v1.10.4 - Fixed two bugs in the EXAMPLE_MAIN_FILES

2015-1-15
v1.10.3 - Fixed two bugs in potential_well-cut and beam_profile_derivative routines

Expand Down
11 changes: 0 additions & 11 deletions __EXAMPLE_MAIN_FILES/input_files/TC7_momentum.dat

This file was deleted.

11 changes: 0 additions & 11 deletions __EXAMPLE_MAIN_FILES/input_files/TC7_voltage_1.dat

This file was deleted.

1 change: 1 addition & 0 deletions __EXAMPLE_MAIN_FILES/output_files/dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import numpy as np
4 changes: 2 additions & 2 deletions __EXAMPLE_MAIN_FILES/test_cases/TC2_Main_long_ps_booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@
pass

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

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


# INDUCED VOLTAGE FROM IMPEDANCE------------------------------------------------
Expand Down
67 changes: 0 additions & 67 deletions __EXAMPLE_MAIN_FILES/test_cases/TC7_Preprocess_data.py

This file was deleted.

0 comments on commit b2de44e

Please sign in to comment.