Skip to content

Commit dd0a957

Browse files
committed
Merge branch 'develop'
2 parents 519b081 + c7581ce commit dd0a957

33 files changed

Lines changed: 35 additions & 40 deletions

MP_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.37
10+
# PyECLOUD Version 5.0.1
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

PyEC4PyHT.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This file is part of the code:
1010
#
11-
# PyECLOUD Version 4.37
11+
# PyECLOUD Version 5.0.1
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -86,7 +86,7 @@ def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean
8686
slice_by_slice_mode=False, **kwargs):
8787

8888

89-
print 'PyECLOUD Version 4.37'
89+
print 'PyECLOUD Version 5.0.1'
9090
print 'PyHEADTAIL module'
9191
print 'Initializing ecloud from folder: '+pyecl_input_folder
9292
self.slicer = slicer
@@ -421,11 +421,6 @@ def _reinitialize(self):
421421
self.MP_e.nel_mp[:self.init_N_mp] = self.init_nel
422422
self.MP_e.N_mp = self.init_N_mp
423423

424-
MP_e = self.MP_e
425-
dynamics = self.dynamics
426-
impact_man = self.impact_man
427-
spacech_ele = self.spacech_ele
428-
429424
if self.save_ele_distributions_last_track:
430425
self.rho_ele_last_track = []
431426

beam_and_timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.37
10+
# PyECLOUD Version 5.0.1
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

buildup_simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This file is part of the code:
1111
#
12-
# PyECLOUD Version 4.37
12+
# PyECLOUD Version 5.0.1
1313
#
1414
#
1515
# Author and contact: Giovanni IADAROLA
@@ -59,7 +59,7 @@
5959
class BuildupSimulation(object):
6060
def __init__(self, pyecl_input_folder='./', **kwargs):
6161

62-
print 'PyECLOUD Version 4.37'
62+
print 'PyECLOUD Version 5.0.1'
6363
beamtim,MP_e, dynamics,impact_man, pyeclsaver, \
6464
gas_ion_flag, resgasion, t_ion, \
6565
spacech_ele,t_sc_ON, photoem_flag, phemiss,\

change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with open(filename) as fid:
1010
content=fid.read()
1111
if 'giovanni.iadarola@cern.ch' in content:
12-
content=content.replace('PyECLOUD Version 4.37', 'PyECLOUD Version 4.37')
12+
content=content.replace('PyECLOUD Version 5.0.1', 'PyECLOUD Version 5.0.1')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
1515

doc/reference/reference.pdf

-3 Bytes
Binary file not shown.

doc/reference/src/reference.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ \subsection{Simulation parameters}
446446
\end{enumerate}\\ \hline
447447
\multicolumn{2}{p{.97\textwidth}}{
448448
When flag\_bunched\_beam = 1 the following parameters must be provided:}\\ \hline
449-
\textbf{sigmaz}& [m] Bunch length (1 $\sigma$). \\ \hline
449+
\textbf{sigmaz}& [m] Bunch length (1$\sigma$). \\ \hline
450450
\textbf{t\_offs}& [s] Delay in the longitudinal profile (n.b. if t\_offs=0 only half of the first bunch is simulated).\\ \hline
451451
\textbf{filling\_pattern\_file}& Name of a file providing the intensities of the different bunches (zeros for empty slots).
452452
The data can be provided also in form of a python list with no need to provide an input file, e.g. filling\_pattern\_file=4*(72*[1.]+8*[0.]).\\ \hline

dynamics_Boris_f2py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.37
10+
# PyECLOUD Version 5.0.1
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

dynamics_Boris_multipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.37
10+
# PyECLOUD Version 5.0.1
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

dynamics_dipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.37
10+
# PyECLOUD Version 5.0.1
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)