diff --git a/002_change_version_number.py b/002_change_version_number.py index fc4ed34a..505151da 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.4.2', 'PyECLOUD Version 8.4.2') + content = content.replace('PyECLOUD Version 8.5.0', 'PyECLOUD Version 8.5.0') with open(filename, 'w') as fid: fid.write(content) diff --git a/003_change_preamble.py b/003_change_preamble.py index 11dada5b..68dbc429 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/MP_system.py b/MP_system.py index 966de976..097d3b7a 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index 5f8aadfb..6103ad7a 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA @@ -238,7 +238,7 @@ def __init__( """ - print("PyECLOUD Version 8.4.2") + print("PyECLOUD Version 8.5.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 884dbeab..719b6f81 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index 2ded1673..315ebe4e 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA @@ -71,7 +71,7 @@ def __init__( **kwargs ): - print("PyECLOUD Version 8.4.2") + print("PyECLOUD Version 8.5.0") ( beamtim, spacech_ele, diff --git a/cloud_manager.py b/cloud_manager.py index 14f33f2e..06f5eee4 100644 --- a/cloud_manager.py +++ b/cloud_manager.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Author and contact: Giovanni IADAROLA diff --git a/cross_ionization.py b/cross_ionization.py index bfecf596..13ec1229 100644 --- a/cross_ionization.py +++ b/cross_ionization.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index e2cdd43d..4c5e2064 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index 77b59b54..d80cd720 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index a92db17a..07d41a83 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index 0cfd2664..796a6da8 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/electron_emission.py b/electron_emission.py index 32a52b3d..73e31ecf 100644 --- a/electron_emission.py +++ b/electron_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index 93ef2d6b..4275f5e3 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index 98cbef5d..daf8c9b2 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 2d0450fd..4de7638e 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index d1833bae..2323f773 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index 216fe7ad..bf0347b0 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index 1d92bd6d..dc1494f6 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/h000_find_and_modify_preamble.py b/h000_find_and_modify_preamble.py index eb242821..c2e36e9c 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index 08510bd1..c422ab61 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/init.py b/init.py index 0332d6be..d4041d06 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/main.py b/main.py index 99e0febe..61c73308 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index 255631bf..b0c47e67 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 701219c3..3cdad7e4 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 8.4.2 +# PyECLOUD Version 8.5.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.4.2\n') + flog.write('PyECLOUD Version 8.5.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 a1150ac0..d198e1cf 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index 2b60cdfc..5630b0b6 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index d5b9135c..bcc5b081 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index b39aa7ea..52940cd6 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index 672800c6..bb86aa80 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_from_file.py b/sec_emission_model_from_file.py index e5c52dc9..2e16562e 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_furman_pivi.py b/sec_emission_model_furman_pivi.py index bbf10084..2444c965 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_perfect_absorber.py b/sec_emission_model_perfect_absorber.py index 3a060033..cf8b8845 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 6fc01611..428aedb9 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index cff7f82f..fe3499fe 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class_electromagnetic.py b/space_charge_class_electromagnetic.py index b2e03c5f..ea2cb312 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.4.2 +# PyECLOUD Version 8.5.0 # # # Main author: Giovanni IADAROLA