From 2169066127072f32f5d7d7acc6ac986864787370 Mon Sep 17 00:00:00 2001 From: giadarol Date: Sat, 3 Oct 2020 09:12:01 +0200 Subject: [PATCH] Change version number --- 002_change_version_number.py | 2 +- 003_change_preamble.py | 2 +- MP_system.py | 2 +- PyEC4PyHT.py | 4 ++-- beam_and_timing.py | 2 +- buildup_simulation.py | 4 ++-- cloud_manager.py | 2 +- cross_ionization.py | 2 +- dynamics_Boris_f2py.py | 2 +- dynamics_Boris_multipole.py | 2 +- dynamics_dipole.py | 2 +- dynamics_strong_B_generalized.py | 2 +- electron_emission.py | 2 +- gas_ionization_class.py | 2 +- gen_photoemission_class.py | 2 +- geom_impact_ellip.py | 2 +- geom_impact_poly.py | 2 +- geom_impact_poly_fast_impact.py | 2 +- geom_impact_rect_fast_impact.py | 2 +- h000_find_and_modify_preamble.py | 2 +- impact_management_class.py | 2 +- init.py | 2 +- main.py | 2 +- proc_video3.py | 2 +- pyecloud_saver.py | 4 ++-- sec_emission_model_ECLOUD.py | 2 +- sec_emission_model_ECLOUD_nunif.py | 2 +- sec_emission_model_accurate_low_ene.py | 2 +- sec_emission_model_cos_low_ener.py | 2 +- sec_emission_model_flat_low_ener.py | 2 +- sec_emission_model_from_file.py | 2 +- sec_emission_model_furman_pivi.py | 2 +- sec_emission_model_perfect_absorber.py | 2 +- sincc_cosincc_cubsincc.py | 2 +- space_charge_class.py | 2 +- space_charge_class_electromagnetic.py | 2 +- 36 files changed, 39 insertions(+), 39 deletions(-) diff --git a/002_change_version_number.py b/002_change_version_number.py index 505151da..ff3df561 100644 --- a/002_change_version_number.py +++ b/002_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 8.5.0', 'PyECLOUD Version 8.5.0') + content = content.replace('PyECLOUD Version 8.5.1', 'PyECLOUD Version 8.5.1') with open(filename, 'w') as fid: fid.write(content) diff --git a/003_change_preamble.py b/003_change_preamble.py index 68dbc429..1b2bcf3c 100644 --- a/003_change_preamble.py +++ b/003_change_preamble.py @@ -20,7 +20,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/MP_system.py b/MP_system.py index 097d3b7a..15f865a9 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index 6103ad7a..66a63b2e 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA @@ -238,7 +238,7 @@ def __init__( """ - print("PyECLOUD Version 8.5.0") + print("PyECLOUD Version 8.5.1") # These git commands return the hash and the branch of the specified git directory. path_to_git = os.path.dirname(os.path.abspath(__file__)) + "/.git" diff --git a/beam_and_timing.py b/beam_and_timing.py index 719b6f81..de9e0953 100644 --- a/beam_and_timing.py +++ b/beam_and_timing.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index 315ebe4e..b0865876 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA @@ -71,7 +71,7 @@ def __init__( **kwargs ): - print("PyECLOUD Version 8.5.0") + print("PyECLOUD Version 8.5.1") ( beamtim, spacech_ele, diff --git a/cloud_manager.py b/cloud_manager.py index 06f5eee4..f1662e65 100644 --- a/cloud_manager.py +++ b/cloud_manager.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Author and contact: Giovanni IADAROLA diff --git a/cross_ionization.py b/cross_ionization.py index 13ec1229..0f030ff0 100644 --- a/cross_ionization.py +++ b/cross_ionization.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index 4c5e2064..63a94f7a 100644 --- a/dynamics_Boris_f2py.py +++ b/dynamics_Boris_f2py.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index d80cd720..dd8b0ca7 100644 --- a/dynamics_Boris_multipole.py +++ b/dynamics_Boris_multipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 07d41a83..ef672019 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index 796a6da8..1f304a08 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/electron_emission.py b/electron_emission.py index 73e31ecf..62abdcff 100644 --- a/electron_emission.py +++ b/electron_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index 4275f5e3..563d4343 100644 --- a/gas_ionization_class.py +++ b/gas_ionization_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index daf8c9b2..e08172e8 100644 --- a/gen_photoemission_class.py +++ b/gen_photoemission_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 4de7638e..b36a179d 100644 --- a/geom_impact_ellip.py +++ b/geom_impact_ellip.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index 2323f773..7135e165 100644 --- a/geom_impact_poly.py +++ b/geom_impact_poly.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index bf0347b0..c6b55b1a 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index dc1494f6..e038327d 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/h000_find_and_modify_preamble.py b/h000_find_and_modify_preamble.py index c2e36e9c..bb043301 100644 --- a/h000_find_and_modify_preamble.py +++ b/h000_find_and_modify_preamble.py @@ -16,7 +16,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index c422ab61..d4d4bdc8 100644 --- a/impact_management_class.py +++ b/impact_management_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/init.py b/init.py index d4041d06..aac0973c 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/main.py b/main.py index 61c73308..c7806eb6 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index b0c47e67..31aa0d22 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 3cdad7e4..e9e97b35 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA @@ -96,7 +96,7 @@ def __init__(self, logfile_path): if self.logfile_path is not None: with open(self.logfile_path, 'w') as flog: - flog.write('PyECLOUD Version 8.5.0\n') + flog.write('PyECLOUD Version 8.5.1\n') flog.write('%s\n' % git_hash) flog.write('%s\n' % git_branch) flog.write('Simulation started on %s\n' % timestr) diff --git a/sec_emission_model_ECLOUD.py b/sec_emission_model_ECLOUD.py index d198e1cf..a27f8016 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index 5630b0b6..30cd198c 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index bcc5b081..65c91e4d 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index 52940cd6..c3834117 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index bb86aa80..0f594c13 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 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_from_file.py b/sec_emission_model_from_file.py index 2e16562e..7efe2324 100644 --- a/sec_emission_model_from_file.py +++ b/sec_emission_model_from_file.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_furman_pivi.py b/sec_emission_model_furman_pivi.py index 2444c965..3df4db1c 100644 --- a/sec_emission_model_furman_pivi.py +++ b/sec_emission_model_furman_pivi.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_perfect_absorber.py b/sec_emission_model_perfect_absorber.py index cf8b8845..a9c714a3 100644 --- a/sec_emission_model_perfect_absorber.py +++ b/sec_emission_model_perfect_absorber.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 428aedb9..7342e635 100644 --- a/sincc_cosincc_cubsincc.py +++ b/sincc_cosincc_cubsincc.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index fe3499fe..f36abca3 100644 --- a/space_charge_class.py +++ b/space_charge_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class_electromagnetic.py b/space_charge_class_electromagnetic.py index ea2cb312..0ebedbb2 100644 --- a/space_charge_class_electromagnetic.py +++ b/space_charge_class_electromagnetic.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.5.0 +# PyECLOUD Version 8.5.1 # # # Main author: Giovanni IADAROLA