From e56f6176f89905f8e88512bda2cbbd318c94ecaa Mon Sep 17 00:00:00 2001 From: kparasch Date: Wed, 18 Oct 2023 17:33:22 +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 680d3b03..3ed79e8e 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.6.0', 'PyECLOUD Version 8.6.0') + content = content.replace('PyECLOUD Version 8.7.0', 'PyECLOUD Version 8.7.0') with open(filename, 'w') as fid: fid.write(content) diff --git a/003_change_preamble.py b/003_change_preamble.py index eb5bf8b8..7b594377 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/MP_system.py b/MP_system.py index 72331366..c55ff9e0 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index 72a12773..0af7d6d1 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA @@ -238,7 +238,7 @@ def __init__( """ - print("PyECLOUD Version 8.6.0") + print("PyECLOUD Version 8.7.0") # 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 71b9523c..10f66bfc 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index f691e550..7dfc7294 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA @@ -71,7 +71,7 @@ def __init__( **kwargs ): - print("PyECLOUD Version 8.6.0") + print("PyECLOUD Version 8.7.0") ( beamtim, spacech_ele, diff --git a/cloud_manager.py b/cloud_manager.py index 62f3a9a4..61aa6f1e 100644 --- a/cloud_manager.py +++ b/cloud_manager.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Author and contact: Giovanni IADAROLA diff --git a/cross_ionization.py b/cross_ionization.py index f9a396ba..f40d2720 100644 --- a/cross_ionization.py +++ b/cross_ionization.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index 07daf6e8..a01c52bd 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index f99da177..fc0b1fee 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 41580737..343da69a 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index c4795ef4..62b76575 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/electron_emission.py b/electron_emission.py index fbc1d337..f314f355 100644 --- a/electron_emission.py +++ b/electron_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index 26d58761..2e854d14 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index 385e305c..973013cc 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 51ed485e..c7bd59d7 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index c06b3154..0c52c290 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index ea6a686f..97111dcb 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index f23b7978..10623564 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/h000_find_and_modify_preamble.py b/h000_find_and_modify_preamble.py index c311b46d..70600c7d 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index a6acd528..eccac130 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/init.py b/init.py index 77812164..7d772b2d 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/main.py b/main.py index 451f7d12..0ae1d6ef 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index 6027cf03..01014d77 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index acf33836..5b8d8e7f 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.6.0 +# PyECLOUD Version 8.7.0 # # # 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.6.0\n') + flog.write('PyECLOUD Version 8.7.0\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 e7bf1b7c..650b0ae7 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index e0309ff4..839d829c 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index 615fca6d..4e91cf11 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index e6617480..6b8073b2 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index 052dcfe6..4a788905 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_from_file.py b/sec_emission_model_from_file.py index af54944c..124c8c5a 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_furman_pivi.py b/sec_emission_model_furman_pivi.py index 813cf642..e38e5743 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_perfect_absorber.py b/sec_emission_model_perfect_absorber.py index d36ac216..21be76f2 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 53ce5900..328aea2c 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index 12376211..184659ac 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class_electromagnetic.py b/space_charge_class_electromagnetic.py index 8c3fc388..467a218b 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.6.0 +# PyECLOUD Version 8.7.0 # # # Main author: Giovanni IADAROLA