diff --git a/MP_system.py b/MP_system.py index 12423885..334d0a0c 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index 36007fc6..31dd3c68 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -8,7 +8,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA @@ -85,7 +85,7 @@ class Ecloud(object): def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean_slices = False, **kwargs): - print 'PyECLOUD Version 4.35' + print 'PyECLOUD Version 4.36' print 'PyHEADTAIL module' print 'Initializing ecloud from folder: '+pyecl_input_folder self.slicer = slicer diff --git a/beam_and_timing.py b/beam_and_timing.py index 61ce4f60..8eb274d3 100644 --- a/beam_and_timing.py +++ b/beam_and_timing.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index c37966c9..3d2afe83 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA @@ -59,7 +59,7 @@ class BuildupSimulation(object): def __init__(self, pyecl_input_folder='./', **kwargs): - print 'PyECLOUD Version 4.35' + print 'PyECLOUD Version 4.36' beamtim,MP_e, dynamics,impact_man, pyeclsaver, \ gas_ion_flag, resgasion, t_ion, \ spacech_ele,t_sc_ON, photoem_flag, phemiss,\ diff --git a/change_version_number.py b/change_version_number.py index 09cb9afd..1ac99381 100644 --- a/change_version_number.py +++ b/change_version_number.py @@ -9,7 +9,7 @@ with open(filename) as fid: content=fid.read() if 'giovanni.iadarola@cern.ch' in content: - content=content.replace('PyECLOUD Version 4.35', 'PyECLOUD Version 4.35') + content=content.replace('PyECLOUD Version 4.36', 'PyECLOUD Version 4.36') with open(filename,'w') as fid: fid.write(content) diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index 8d0d90a2..9d26b0a6 100644 --- a/dynamics_Boris_f2py.py +++ b/dynamics_Boris_f2py.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index a93f055f..c7312107 100644 --- a/dynamics_Boris_multipole.py +++ b/dynamics_Boris_multipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 80f4350f..6e265cd7 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index fb212469..b0578b26 100644 --- a/dynamics_strong_B_generalized.py +++ b/dynamics_strong_B_generalized.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index 9957e45e..0d41b3c2 100644 --- a/gas_ionization_class.py +++ b/gas_ionization_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index 36c00f60..e49f2e6c 100644 --- a/gen_photoemission_class.py +++ b/gen_photoemission_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 9e90c069..1dd273b2 100644 --- a/geom_impact_ellip.py +++ b/geom_impact_ellip.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index 7490ef05..ca1a59ba 100644 --- a/geom_impact_poly.py +++ b/geom_impact_poly.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index 8775535d..3eebbf00 100644 --- a/geom_impact_poly_fast_impact.py +++ b/geom_impact_poly_fast_impact.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index 3a44b353..baf6b59a 100644 --- a/geom_impact_rect_fast_impact.py +++ b/geom_impact_rect_fast_impact.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index 56fe39f7..6de85714 100644 --- a/impact_management_class.py +++ b/impact_management_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/init.py b/init.py index 151558bc..17f7c87c 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/main.py b/main.py index 14e3a85f..036d1660 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index 5d088655..19babd1d 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 7de45400..f24eaf33 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -8,7 +8,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA @@ -68,7 +68,7 @@ def __init__(self, logfile_path): self.logfile_path = logfile_path print 'Starting pyecloud_saver init.' flog=open(self.logfile_path,'w') - flog.write('PyECLOUD Version 4.35\n') + flog.write('PyECLOUD Version 4.36\n') timestr = time.strftime("%d %b %Y %H:%M:%S", time.localtime()) flog.write('Simulation started on %s\n'%timestr) flog.close() diff --git a/sec_emission.py b/sec_emission.py index d5fc796f..ed7851d2 100644 --- a/sec_emission.py +++ b/sec_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD.py b/sec_emission_model_ECLOUD.py index 4ed42d07..065899cb 100644 --- a/sec_emission_model_ECLOUD.py +++ b/sec_emission_model_ECLOUD.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index 269abc09..b94730dc 100644 --- a/sec_emission_model_ECLOUD_nunif.py +++ b/sec_emission_model_ECLOUD_nunif.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index 12c2b8e8..a8aecf57 100644 --- a/sec_emission_model_accurate_low_ene.py +++ b/sec_emission_model_accurate_low_ene.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index fbabeac9..49255d02 100644 --- a/sec_emission_model_cos_low_ener.py +++ b/sec_emission_model_cos_low_ener.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index e39d6955..9f1ed1ad 100644 --- a/sec_emission_model_flat_low_ener.py +++ b/sec_emission_model_flat_low_ener.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 9dc4d6dc..8bf189ff 100644 --- a/sincc_cosincc_cubsincc.py +++ b/sincc_cosincc_cubsincc.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index 7af4b981..5290b48a 100644 --- a/space_charge_class.py +++ b/space_charge_class.py @@ -8,7 +8,7 @@ # This file is part of the code: # # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/space_charge_class_SW_old.py b/space_charge_class_SW_old.py index 00a04cae..bfeadd3e 100644 --- a/space_charge_class_SW_old.py +++ b/space_charge_class_SW_old.py @@ -8,7 +8,7 @@ # This file is part of the code: # # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/test_StrongB_generalized.py b/test_StrongB_generalized.py index 6fe4b7b4..ab53a148 100644 --- a/test_StrongB_generalized.py +++ b/test_StrongB_generalized.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA diff --git a/test_StrongB_generalized_2.py b/test_StrongB_generalized_2.py index 6524ac1c..05a98e46 100644 --- a/test_StrongB_generalized_2.py +++ b/test_StrongB_generalized_2.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.35 +# PyECLOUD Version 4.36 # # # Author and contact: Giovanni IADAROLA