xcoll 0.6.4__tar.gz → 0.6.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xcoll might be problematic. Click here for more details.

Files changed (68) hide show
  1. {xcoll-0.6.4 → xcoll-0.6.5}/PKG-INFO +1 -1
  2. {xcoll-0.6.4 → xcoll-0.6.5}/pyproject.toml +1 -1
  3. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/general.py +1 -1
  4. xcoll-0.6.5/xcoll/general.py.orig +21 -0
  5. {xcoll-0.6.4/xcoll/prebuild_kernels → xcoll-0.6.5/xcoll/prebuilt_kernel_definitions}/__init__.py +1 -1
  6. {xcoll-0.6.4 → xcoll-0.6.5}/LICENSE +0 -0
  7. {xcoll-0.6.4 → xcoll-0.6.5}/NOTICE +0 -0
  8. {xcoll-0.6.4 → xcoll-0.6.5}/README.md +0 -0
  9. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/__init__.py +0 -0
  10. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/__init__.py +0 -0
  11. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/absorber.py +0 -0
  12. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/base.py +0 -0
  13. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/blowup.py +0 -0
  14. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/black_absorber.h +0 -0
  15. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/black_crystal.h +0 -0
  16. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/blowup.h +0 -0
  17. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/emittance_monitor.h +0 -0
  18. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/everest_block.h +0 -0
  19. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/everest_collimator.h +0 -0
  20. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/everest_crystal.h +0 -0
  21. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/rf_sweep.h +0 -0
  22. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/transparent_collimator.h +0 -0
  23. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/elements_src/transparent_crystal.h +0 -0
  24. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/everest.py +0 -0
  25. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/monitor.py +0 -0
  26. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/sweep.py +0 -0
  27. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/beam_elements/transparent.py +0 -0
  28. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/colldb.py +0 -0
  29. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/geometry.md +0 -0
  30. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/headers/checks.h +0 -0
  31. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/headers/particle_states.py +0 -0
  32. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/initial_distribution.py +0 -0
  33. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/interaction_record/__init__.py +0 -0
  34. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/interaction_record/interaction_record.py +0 -0
  35. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/interaction_record/interaction_record_src/interaction_record.h +0 -0
  36. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/interaction_record/interaction_types.py +0 -0
  37. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/line_tools.py +0 -0
  38. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/lossmap.py +0 -0
  39. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/plot.py +0 -0
  40. {xcoll-0.6.4/xcoll/prebuild_kernels → xcoll-0.6.5/xcoll/prebuilt_kernel_definitions}/element_inits.py +0 -0
  41. /xcoll-0.6.4/xcoll/prebuild_kernels/elements.py → /xcoll-0.6.5/xcoll/prebuilt_kernel_definitions/element_types.py +0 -0
  42. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/rf_sweep.py +0 -0
  43. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/engine.py +0 -0
  44. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/environment.py +0 -0
  45. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/__init__.py +0 -0
  46. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/amorphous.h +0 -0
  47. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/channelling.h +0 -0
  48. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/constants.h +0 -0
  49. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/crystal_parameters.h +0 -0
  50. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/everest.h +0 -0
  51. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/everest.py +0 -0
  52. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/ionisation_loss.h +0 -0
  53. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/jaw.h +0 -0
  54. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/materials.py +0 -0
  55. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/multiple_coulomb_scattering.h +0 -0
  56. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/nuclear_interaction.h +0 -0
  57. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/everest/properties.h +0 -0
  58. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/__init__.py +0 -0
  59. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/collimator_geometry.h +0 -0
  60. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/crystal_geometry.h +0 -0
  61. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/geometry.py +0 -0
  62. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/get_s.h +0 -0
  63. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/methods.h +0 -0
  64. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/objects.h +0 -0
  65. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/rotation.h +0 -0
  66. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/segments.h +0 -0
  67. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/scattering_routines/geometry/sort.h +0 -0
  68. {xcoll-0.6.4 → xcoll-0.6.5}/xcoll/xaux.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: xcoll
3
- Version: 0.6.4
3
+ Version: 0.6.5
4
4
  Summary: Xsuite collimation package
5
5
  License: Apache-2.0
6
6
  Author: Frederik F. Van der Veken
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xcoll"
3
- version = "0.6.4"
3
+ version = "0.6.5"
4
4
  description = "Xsuite collimation package"
5
5
  authors = [
6
6
  {name="Frederik F. Van der Veken", email="frederik@cern.ch"},
@@ -12,5 +12,5 @@ citation = "F.F. Van der Veken, et al.: Recent Developments with the New Tools f
12
12
  # ======================
13
13
  # Do not change
14
14
  # ======================
15
- __version__ = '0.6.4'
15
+ __version__ = '0.6.5'
16
16
  # ======================
@@ -0,0 +1,21 @@
1
+ # copyright ############################### #
2
+ # This file is part of the Xcoll package. #
3
+ # Copyright (c) CERN, 2025. #
4
+ # ######################################### #
5
+
6
+ from pathlib import Path
7
+
8
+ _pkg_root = Path(__file__).parent.absolute()
9
+
10
+ citation = "F.F. Van der Veken, et al.: Recent Developments with the New Tools for Collimation "
11
+ citation += "Simulations in Xsuite, Proceedings of HB2023, Geneva, Switzerland."
12
+
13
+ # ======================
14
+ # Do not change
15
+ # ======================
16
+ <<<<<<< HEAD
17
+ __version__ = '0.7.0rc0'
18
+ =======
19
+ __version__ = '0.6.4'
20
+ >>>>>>> main
21
+ # ======================
@@ -3,5 +3,5 @@
3
3
  # Copyright (c) CERN, 2025. #
4
4
  # ######################################### #
5
5
 
6
- from .elements import DEFAULT_XCOLL_ELEMENTS
6
+ from .element_types import DEFAULT_XCOLL_ELEMENTS
7
7
  from .element_inits import XCOLL_ELEMENTS_INIT_DEFAULTS
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes