xcoll 0.5.10__tar.gz → 0.5.11__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 (411) hide show
  1. {xcoll-0.5.10 → xcoll-0.5.11}/PKG-INFO +4 -4
  2. {xcoll-0.5.10 → xcoll-0.5.11}/pyproject.toml +5 -5
  3. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/base.py +22 -4
  4. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/general.py +1 -1
  5. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/initial_distribution.py +8 -2
  6. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/line_tools.py +6 -6
  7. {xcoll-0.5.10 → xcoll-0.5.11}/LICENSE +0 -0
  8. {xcoll-0.5.10 → xcoll-0.5.11}/NOTICE +0 -0
  9. {xcoll-0.5.10 → xcoll-0.5.11}/README.md +0 -0
  10. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/__init__.py +0 -0
  11. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/_manager.py +0 -0
  12. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/__init__.py +0 -0
  13. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/absorber.py +0 -0
  14. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/blowup.py +0 -0
  15. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/black_absorber.h +0 -0
  16. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/black_crystal.h +0 -0
  17. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/blowup.h +0 -0
  18. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/emittance_monitor.h +0 -0
  19. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/everest_block.h +0 -0
  20. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/everest_collimator.h +0 -0
  21. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/elements_src/everest_crystal.h +0 -0
  22. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/everest.py +0 -0
  23. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/beam_elements/monitor.py +0 -0
  24. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/colldb.py +0 -0
  25. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/headers/checks.h +0 -0
  26. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/headers/particle_states.h +0 -0
  27. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/install.py +0 -0
  28. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/interaction_record/__init__.py +0 -0
  29. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/interaction_record/interaction_record.py +0 -0
  30. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/interaction_record/interaction_record_src/interaction_record.h +0 -0
  31. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/interaction_record/interaction_types.py +0 -0
  32. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/lossmap.py +0 -0
  33. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/rf_sweep.py +0 -0
  34. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/__init__.py +0 -0
  35. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/amorphous.h +0 -0
  36. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/channeling.h +0 -0
  37. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/constants.h +0 -0
  38. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/crystal_parameters.h +0 -0
  39. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/everest.h +0 -0
  40. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/everest.py +0 -0
  41. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/jaw.h +0 -0
  42. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/materials.py +0 -0
  43. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/multiple_coulomb_scattering.h +0 -0
  44. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/nuclear_interaction.h +0 -0
  45. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/everest/properties.h +0 -0
  46. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/.git +0 -0
  47. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/.gitignore +0 -0
  48. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/CMakeLists.txt +0 -0
  49. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/ComponentMakefile +0 -0
  50. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/Makefile +0 -0
  51. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/README +0 -0
  52. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/Doxyfile +0 -0
  53. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO.asciidoc +0 -0
  54. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO.epub +0 -0
  55. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO.html +0 -0
  56. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO.pdf +0 -0
  57. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__1.png +0 -0
  58. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__2.png +0 -0
  59. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__3.png +0 -0
  60. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__4.png +0 -0
  61. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__5.png +0 -0
  62. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__6.png +0 -0
  63. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/FlukaIO__7.png +0 -0
  64. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/Makefile +0 -0
  65. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/doc/docbook.xsl +0 -0
  66. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/Connection.h +0 -0
  67. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/FlukaIO.h +0 -0
  68. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/FlukaIOServer.h +0 -0
  69. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/FortranFlukaIO.h +0 -0
  70. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/Message.h +0 -0
  71. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/include/ParticleInfo.h +0 -0
  72. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/lib/libFlukaIO64.a +0 -0
  73. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/lib/libFlukaIO64.so +0 -0
  74. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/samples/ClientTest.c +0 -0
  75. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/samples/ServerTest.c +0 -0
  76. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/samples/fclient.f +0 -0
  77. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/samples/fserver.f +0 -0
  78. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/Connection.c +0 -0
  79. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/Connection.d +0 -0
  80. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/Connection.o +0 -0
  81. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIO.c +0 -0
  82. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIO.d +0 -0
  83. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIO.o +0 -0
  84. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOHandshake.c +0 -0
  85. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOHandshake.d +0 -0
  86. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOHandshake.h +0 -0
  87. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOHandshake.o +0 -0
  88. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOServer.c +0 -0
  89. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOServer.d +0 -0
  90. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOServer.o +0 -0
  91. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIOServer_private.h +0 -0
  92. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FlukaIO_private.h +0 -0
  93. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FortranFlukaIO.c +0 -0
  94. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FortranFlukaIO.d +0 -0
  95. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/FortranFlukaIO.o +0 -0
  96. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/NetIO.c +0 -0
  97. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/NetIO.d +0 -0
  98. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/NetIO.h +0 -0
  99. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/NetIO.o +0 -0
  100. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/src/tags +0 -0
  101. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/AllTests.cpp +0 -0
  102. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/CommonTest.h +0 -0
  103. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/ConnectionTest.cpp +0 -0
  104. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/FlukaIOServerTest.cpp +0 -0
  105. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/FlukaIOTest.cpp +0 -0
  106. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/FortranFlukaIOTest.cpp +0 -0
  107. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeConnection.c +0 -0
  108. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeConnection.h +0 -0
  109. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIO.c +0 -0
  110. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIO.h +0 -0
  111. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIOHandshake.c +0 -0
  112. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIOHandshake.h +0 -0
  113. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIOServer.c +0 -0
  114. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFlukaIOServer.h +0 -0
  115. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeFortranFlukaIO.h +0 -0
  116. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeNetIO.c +0 -0
  117. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/fluka/flukaio/tests/fakes/FakeNetIO.h +0 -0
  118. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/.git +0 -0
  119. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/.gitignore +0 -0
  120. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/.gitmodules +0 -0
  121. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/CMakeLists.txt +0 -0
  122. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/README.md +0 -0
  123. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/docs/Makefile +0 -0
  124. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/docs/make.bat +0 -0
  125. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/docs/source/collimasim.rst +0 -0
  126. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/docs/source/conf.py +0 -0
  127. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/docs/source/index.rst +0 -0
  128. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.appveyor.yml +0 -0
  129. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.clang-format +0 -0
  130. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.clang-tidy +0 -0
  131. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.cmake-format.yaml +0 -0
  132. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.git +0 -0
  133. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/CODEOWNERS +0 -0
  134. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/CONTRIBUTING.md +0 -0
  135. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  136. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
  137. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/dependabot.yml +0 -0
  138. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/labeler.yml +0 -0
  139. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/labeler_merged.yml +0 -0
  140. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/pull_request_template.md +0 -0
  141. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/ci.yml +0 -0
  142. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/configure.yml +0 -0
  143. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/format.yml +0 -0
  144. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/labeler.yml +0 -0
  145. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/pip.yml +0 -0
  146. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.gitignore +0 -0
  147. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.pre-commit-config.yaml +0 -0
  148. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.readthedocs.yml +0 -0
  149. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/CMakeLists.txt +0 -0
  150. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/LICENSE +0 -0
  151. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/MANIFEST.in +0 -0
  152. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/README.rst +0 -0
  153. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/Doxyfile +0 -0
  154. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/Makefile +0 -0
  155. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/_static/theme_overrides.css +0 -0
  156. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/chrono.rst +0 -0
  157. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/custom.rst +0 -0
  158. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/eigen.rst +0 -0
  159. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/functional.rst +0 -0
  160. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/index.rst +0 -0
  161. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/overview.rst +0 -0
  162. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/stl.rst +0 -0
  163. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/strings.rst +0 -0
  164. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/classes.rst +0 -0
  165. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/embedding.rst +0 -0
  166. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/exceptions.rst +0 -0
  167. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/functions.rst +0 -0
  168. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/misc.rst +0 -0
  169. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/index.rst +0 -0
  170. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
  171. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/object.rst +0 -0
  172. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
  173. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/smart_ptrs.rst +0 -0
  174. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/basics.rst +0 -0
  175. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/benchmark.py +0 -0
  176. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/benchmark.rst +0 -0
  177. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/changelog.rst +0 -0
  178. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/classes.rst +0 -0
  179. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/cmake/index.rst +0 -0
  180. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/compiling.rst +0 -0
  181. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/conf.py +0 -0
  182. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/faq.rst +0 -0
  183. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/index.rst +0 -0
  184. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/installing.rst +0 -0
  185. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/limitations.rst +0 -0
  186. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11-logo.png +0 -0
  187. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  188. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
  189. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  190. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
  191. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/reference.rst +0 -0
  192. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/release.rst +0 -0
  193. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/requirements.txt +0 -0
  194. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/upgrade.rst +0 -0
  195. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/attr.h +0 -0
  196. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/buffer_info.h +0 -0
  197. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/cast.h +0 -0
  198. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/chrono.h +0 -0
  199. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/common.h +0 -0
  200. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/complex.h +0 -0
  201. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/class.h +0 -0
  202. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/common.h +0 -0
  203. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/descr.h +0 -0
  204. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/init.h +0 -0
  205. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/internals.h +0 -0
  206. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  207. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/typeid.h +0 -0
  208. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/eigen.h +0 -0
  209. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/embed.h +0 -0
  210. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/eval.h +0 -0
  211. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/functional.h +0 -0
  212. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/gil.h +0 -0
  213. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/iostream.h +0 -0
  214. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/numpy.h +0 -0
  215. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/operators.h +0 -0
  216. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/options.h +0 -0
  217. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/pybind11.h +0 -0
  218. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/pytypes.h +0 -0
  219. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl/filesystem.h +0 -0
  220. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl.h +0 -0
  221. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl_bind.h +0 -0
  222. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/noxfile.py +0 -0
  223. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/__init__.py +0 -0
  224. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/__main__.py +0 -0
  225. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/_version.py +0 -0
  226. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/_version.pyi +0 -0
  227. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/commands.py +0 -0
  228. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/py.typed +0 -0
  229. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/setup_helpers.py +0 -0
  230. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/setup_helpers.pyi +0 -0
  231. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pyproject.toml +0 -0
  232. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/setup.cfg +0 -0
  233. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/setup.py +0 -0
  234. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/CMakeLists.txt +0 -0
  235. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/conftest.py +0 -0
  236. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/constructor_stats.h +0 -0
  237. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/cross_module_gil_utils.cpp +0 -0
  238. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/env.py +0 -0
  239. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_python_package/pytest.ini +0 -0
  240. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_python_package/test_files.py +0 -0
  241. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  242. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
  243. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/local_bindings.h +0 -0
  244. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/object.h +0 -0
  245. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
  246. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_tests.cpp +0 -0
  247. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_tests.h +0 -0
  248. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pytest.ini +0 -0
  249. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/requirements.txt +0 -0
  250. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_async.cpp +0 -0
  251. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_async.py +0 -0
  252. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_buffers.cpp +0 -0
  253. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_buffers.py +0 -0
  254. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_builtin_casters.cpp +0 -0
  255. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_builtin_casters.py +0 -0
  256. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_call_policies.cpp +0 -0
  257. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_call_policies.py +0 -0
  258. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_callbacks.cpp +0 -0
  259. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_callbacks.py +0 -0
  260. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_chrono.cpp +0 -0
  261. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_chrono.py +0 -0
  262. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_class.cpp +0 -0
  263. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_class.py +0 -0
  264. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
  265. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/embed.cpp +0 -0
  266. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
  267. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
  268. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
  269. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/main.cpp +0 -0
  270. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
  271. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
  272. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
  273. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/test.py +0 -0
  274. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_constants_and_functions.cpp +0 -0
  275. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_constants_and_functions.py +0 -0
  276. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_copy_move.cpp +0 -0
  277. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_copy_move.py +0 -0
  278. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_casters.cpp +0 -0
  279. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_casters.py +0 -0
  280. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_setup.cpp +0 -0
  281. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_setup.py +0 -0
  282. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_docstring_options.cpp +0 -0
  283. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_docstring_options.py +0 -0
  284. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eigen.cpp +0 -0
  285. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eigen.py +0 -0
  286. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/CMakeLists.txt +0 -0
  287. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/catch.cpp +0 -0
  288. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/external_module.cpp +0 -0
  289. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
  290. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/test_interpreter.py +0 -0
  291. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_enum.cpp +0 -0
  292. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_enum.py +0 -0
  293. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval.cpp +0 -0
  294. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval.py +0 -0
  295. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval_call.py +0 -0
  296. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.cpp +0 -0
  297. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.h +0 -0
  298. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.py +0 -0
  299. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_factory_constructors.cpp +0 -0
  300. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_factory_constructors.py +0 -0
  301. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_gil_scoped.cpp +0 -0
  302. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_gil_scoped.py +0 -0
  303. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_iostream.cpp +0 -0
  304. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_iostream.py +0 -0
  305. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
  306. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_kwargs_and_defaults.py +0 -0
  307. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_local_bindings.cpp +0 -0
  308. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_local_bindings.py +0 -0
  309. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_methods_and_attributes.cpp +0 -0
  310. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_methods_and_attributes.py +0 -0
  311. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_modules.cpp +0 -0
  312. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_modules.py +0 -0
  313. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_multiple_inheritance.cpp +0 -0
  314. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_multiple_inheritance.py +0 -0
  315. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_array.cpp +0 -0
  316. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_array.py +0 -0
  317. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_dtypes.cpp +0 -0
  318. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_dtypes.py +0 -0
  319. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_vectorize.cpp +0 -0
  320. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_vectorize.py +0 -0
  321. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_opaque_types.cpp +0 -0
  322. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_opaque_types.py +0 -0
  323. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_operator_overloading.cpp +0 -0
  324. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_operator_overloading.py +0 -0
  325. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pickling.cpp +0 -0
  326. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pickling.py +0 -0
  327. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pytypes.cpp +0 -0
  328. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pytypes.py +0 -0
  329. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
  330. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_sequences_and_iterators.py +0 -0
  331. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_smart_ptr.cpp +0 -0
  332. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_smart_ptr.py +0 -0
  333. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl.cpp +0 -0
  334. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl.py +0 -0
  335. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl_binders.cpp +0 -0
  336. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl_binders.py +0 -0
  337. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
  338. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_tagbased_polymorphic.py +0 -0
  339. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_thread.cpp +0 -0
  340. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_thread.py +0 -0
  341. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_union.cpp +0 -0
  342. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_union.py +0 -0
  343. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_virtual_functions.cpp +0 -0
  344. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_virtual_functions.py +0 -0
  345. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
  346. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/valgrind-python.supp +0 -0
  347. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindCatch.cmake +0 -0
  348. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindEigen3.cmake +0 -0
  349. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  350. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/check-style.sh +0 -0
  351. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/cmake_uninstall.cmake.in +0 -0
  352. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/libsize.py +0 -0
  353. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/make_changelog.py +0 -0
  354. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Common.cmake +0 -0
  355. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Config.cmake.in +0 -0
  356. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11NewTools.cmake +0 -0
  357. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Tools.cmake +0 -0
  358. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pyproject.toml +0 -0
  359. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/setup_global.py.in +0 -0
  360. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/setup_main.py.in +0 -0
  361. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/pyproject.toml +0 -0
  362. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/setup.py +0 -0
  363. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSPyATInterface.cpp +0 -0
  364. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSPyATInterface.hh +0 -0
  365. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSXtrackInterface.cpp +0 -0
  366. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSXtrackInterface.hh +0 -0
  367. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/__init__.py +0 -0
  368. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/bindings.cpp +0 -0
  369. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/pyCollimatorPass.py +0 -0
  370. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim/xtrack_collimator.py +0 -0
  371. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/PKG-INFO +0 -0
  372. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/SOURCES.txt +0 -0
  373. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/dependency_links.txt +0 -0
  374. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/not-zip-safe +0 -0
  375. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/top_level.txt +0 -0
  376. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/README.md +0 -0
  377. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_forions.dat +0 -0
  378. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_new_example.dat +0 -0
  379. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_old_example.dat +0 -0
  380. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_testing.dat +0 -0
  381. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_yaml_example.yaml +0 -0
  382. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/collgaps.dat +0 -0
  383. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/collgaps_pyat_test.dat +0 -0
  384. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/collonly_twiss_file_example.tfs +0 -0
  385. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/settings.gmad +0 -0
  386. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/settings_black_absorber.gmad +0 -0
  387. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/settings_ions.gmad +0 -0
  388. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/resources/twiss_file_testing.tfs +0 -0
  389. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_pyat.py +0 -0
  390. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_pyat_passmethod.py +0 -0
  391. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_pyat_tracking.py +0 -0
  392. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack.py +0 -0
  393. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_angle.py +0 -0
  394. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_colldb_load.py +0 -0
  395. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_interaction.py +0 -0
  396. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_interaction_ion.py +0 -0
  397. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_ions.py +0 -0
  398. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_lost_energy.py +0 -0
  399. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tilt.py +0 -0
  400. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking.py +0 -0
  401. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking_ions.py +0 -0
  402. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/__init__.py +0 -0
  403. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/collimator_geometry.h +0 -0
  404. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/crystal_geometry.h +0 -0
  405. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/geometry.py +0 -0
  406. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/get_s.h +0 -0
  407. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/methods.h +0 -0
  408. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/objects.h +0 -0
  409. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/rotation.h +0 -0
  410. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/segments.h +0 -0
  411. {xcoll-0.5.10 → xcoll-0.5.11}/xcoll/scattering_routines/geometry/sort.h +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xcoll
3
- Version: 0.5.10
3
+ Version: 0.5.11
4
4
  Summary: Xsuite collimation package
5
5
  Home-page: https://github.com/xsuite/xcoll
6
6
  License: Apache 2.0
@@ -18,10 +18,10 @@ Provides-Extra: tests
18
18
  Requires-Dist: numpy (>=1.0)
19
19
  Requires-Dist: pandas (>=1.4)
20
20
  Requires-Dist: ruamel-yaml (>=0.17.31,<0.18.0) ; extra == "tests"
21
- Requires-Dist: xdeps (>=0.7.4)
21
+ Requires-Dist: xdeps (>=0.8.1)
22
22
  Requires-Dist: xobjects (>=0.4.5)
23
- Requires-Dist: xpart (>=0.19.1)
24
- Requires-Dist: xtrack (>=0.69.7)
23
+ Requires-Dist: xpart (>=0.19.3)
24
+ Requires-Dist: xtrack (>=0.70.3)
25
25
  Project-URL: Repository, https://github.com/xsuite/xcoll
26
26
  Description-Content-Type: text/markdown
27
27
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "xcoll"
3
- version = "0.5.10"
3
+ version = "0.5.11"
4
4
  description = "Xsuite collimation package"
5
5
  homepage = "https://github.com/xsuite/xcoll"
6
6
  repository = "https://github.com/xsuite/xcoll"
@@ -26,16 +26,16 @@ ruamel-yaml = { version = "^0.17.31", optional = true }
26
26
  numpy = ">=1.0"
27
27
  pandas = ">=1.4"
28
28
  xobjects = ">=0.4.5"
29
- xdeps = ">=0.7.4"
30
- xpart = ">=0.19.1"
31
- xtrack = ">=0.69.7"
29
+ xdeps = ">=0.8.1"
30
+ xpart = ">=0.19.3"
31
+ xtrack = ">=0.70.3"
32
32
 
33
33
  [tool.poetry.dev-dependencies]
34
34
  pytest = ">=7.3"
35
35
  xaux = ">=0.2.1"
36
36
 
37
37
  [tool.poetry.extras]
38
- tests = ["pytest", "ruamel-yaml"]
38
+ tests = ["pytest", "ruamel-yaml", "pytest-html", "pytest-xdist"]
39
39
 
40
40
  [build-system]
41
41
  # Needed for pip install -e (BTW: need pip version 22)
@@ -12,8 +12,8 @@ from ..interaction_record import InteractionRecord
12
12
  from ..general import _pkg_root
13
13
 
14
14
 
15
- OPEN_JAW = 3.
16
- OPEN_GAP = 999.
15
+ OPEN_JAW = 3
16
+ OPEN_GAP = 999
17
17
 
18
18
 
19
19
  class InvalidXcoll(xt.BeamElement):
@@ -659,6 +659,11 @@ class BaseCollimator(BaseBlock):
659
659
  self._nemitt_x = val
660
660
  self._apply_optics()
661
661
 
662
+ @property
663
+ def gemitt_x(self):
664
+ if self.nemitt_x is not None and self.optics_ready():
665
+ return self.nemitt_x / self.optics['beta_gamma_rel']
666
+
662
667
  @property
663
668
  def nemitt_y(self):
664
669
  if self._nemitt_y == 0:
@@ -674,6 +679,11 @@ class BaseCollimator(BaseBlock):
674
679
  self._nemitt_y = val
675
680
  self._apply_optics()
676
681
 
682
+ @property
683
+ def gemitt_y(self):
684
+ if self.nemitt_y is not None and self.optics_ready():
685
+ return self.nemitt_y / self.optics['beta_gamma_rel']
686
+
677
687
  @property
678
688
  def emittance(self):
679
689
  if self.nemitt_x is not None and self.nemitt_y is not None:
@@ -734,8 +744,8 @@ class BaseCollimator(BaseBlock):
734
744
  alfy = self.optics[self.align]['alfy'][0]
735
745
  betx = self.optics[self.align]['betx'][0]
736
746
  bety = self.optics[self.align]['bety'][0]
737
- divx = -np.sqrt(self.nemitt_x/self.optics['beta_gamma_rel']/betx)*alfx
738
- divy = -np.sqrt(self.nemitt_y/self.optics['beta_gamma_rel']/bety)*alfy
747
+ divx = -np.sqrt(self.gemitt_x/betx)*alfx
748
+ divy = -np.sqrt(self.gemitt_y/bety)*alfy
739
749
  if hasattr(self, '_cos_zL'):
740
750
  if self.side != 'right':
741
751
  return divx if abs(self.angle_L) < 1e-6 else divy
@@ -1256,6 +1266,10 @@ class BaseCrystal(BaseBlock):
1256
1266
  def nemitt_x(self, val):
1257
1267
  BaseCollimator.nemitt_x.fset(self, val)
1258
1268
 
1269
+ @property
1270
+ def gemitt_x(self):
1271
+ return BaseCollimator.gemitt_x.fget(self)
1272
+
1259
1273
  @property
1260
1274
  def nemitt_y(self):
1261
1275
  return BaseCollimator.nemitt_y.fget(self)
@@ -1264,6 +1278,10 @@ class BaseCrystal(BaseBlock):
1264
1278
  def nemitt_y(self, val):
1265
1279
  BaseCollimator.nemitt_y.fset(self, val)
1266
1280
 
1281
+ @property
1282
+ def gemitt_y(self):
1283
+ return BaseCollimator.gemitt_y.fget(self)
1284
+
1267
1285
  @property
1268
1286
  def emittance(self):
1269
1287
  return BaseCollimator.emittance.fget(self)
@@ -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.5.10'
15
+ __version__ = '0.5.11'
16
16
  # ======================
@@ -57,8 +57,14 @@ def generate_pencil_on_collimator(line, name, num_particles, *, side='+-', penci
57
57
  if twiss is None:
58
58
  twiss = line.twiss()
59
59
 
60
- # Is it converging or diverging? # TODO: This might change with a tilt!!!!!!
61
- is_converging = twiss[f'alf{plane}', name] > 0
60
+ # Is it converging or diverging?
61
+ # TODO: dispersion might change this
62
+ # TODO: this should be checked jaw by jaw (we are currently checking the left jaw - watch out for sign of tilt of right jaw)
63
+ # TODO: skew collimators
64
+ tilt = coll.tilt[0] if isinstance(coll.tilt, list) else coll.tilt
65
+ betatron_angle = coll.gap * coll.divergence
66
+ tolerance_tilt = 1e-12 # 0.1 urad tolerance on jaw tilt => we prioritise converging
67
+ is_converging = tilt + tolerance_tilt >= betatron_angle
62
68
  print(f"Collimator {name} is {'con' if is_converging else 'di'}verging.")
63
69
 
64
70
  beam_sizes = twiss.get_beam_covariance(nemitt_x=coll.nemitt_x, nemitt_y=coll.nemitt_y)
@@ -33,7 +33,7 @@ class XcollScatteringAPI:
33
33
  if nemitt_y is None:
34
34
  nemitt_y = el.nemitt_y
35
35
  if not np.isclose(el.nemitt_x, nemitt_x) \
36
- or not np.isclose(el.nemitt_x, nemitt_x):
36
+ or not np.isclose(el.nemitt_y, nemitt_y):
37
37
  raise ValueError("Not all collimators have the same "
38
38
  + "emittance. This is not supported.")
39
39
  if hasattr(el, 'enable_scattering'):
@@ -243,7 +243,7 @@ class XcollCollimatorAPI:
243
243
  tw_upstream, tw_downstream = self.get_optics_at(names, twiss=twiss)
244
244
  beta_gamma_rel = self.line.particle_ref._xobject.gamma0[0]*self.line.particle_ref._xobject.beta0[0]
245
245
  for coll in names:
246
- self.line[coll].assign_optics(name=coll, nemitt_x=nemitt_x, nemitt_y=nemitt_x, twiss_upstream=tw_upstream,
246
+ self.line[coll].assign_optics(name=coll, nemitt_x=nemitt_x, nemitt_y=nemitt_y, twiss_upstream=tw_upstream,
247
247
  twiss_downstream=tw_downstream, beta_gamma_rel=beta_gamma_rel)
248
248
 
249
249
  def open(self, names=None):
@@ -282,22 +282,22 @@ class XcollCollimatorAPI:
282
282
 
283
283
  def assign_optics_to_collimators(line, nemitt_x=None, nemitt_y=None, twiss=None):
284
284
  warn("The function xcoll.assign_optics_to_collimators() is deprecated and will be "
285
- + "removed in the future. Please use line.scattering.assign_optics() instead.", FutureWarning)
285
+ + "removed in the future. Please use line.collimators.assign_optics() instead.", FutureWarning)
286
286
  line.collimators.assign_optics(nemitt_x=nemitt_x, nemitt_y=nemitt_y, twiss=twiss)
287
287
 
288
288
  def get_optics_at(names, *, twiss=None, line=None):
289
289
  warn("The function xcoll.get_optics_at() is deprecated and will be "
290
- + "removed in the future. Please use line.scattering.get_optics_at() instead.", FutureWarning)
290
+ + "removed in the future. Please use line.collimators.get_optics_at() instead.", FutureWarning)
291
291
  return line.collimators.get_optics_at(names=names, twiss=twiss)
292
292
 
293
293
  def open_collimators(line, names=None):
294
294
  warn("The function xcoll.open_collimators() is deprecated and will be "
295
- + "removed in the future. Please use line.scattering.open_collimators() instead.", FutureWarning)
295
+ + "removed in the future. Please use line.collimators.open_collimators() instead.", FutureWarning)
296
296
  line.collimators.open(names=names)
297
297
 
298
298
  def send_to_parking(line, names=None):
299
299
  warn("The function xcoll.send_to_parking() is deprecated and will be "
300
- + "removed in the future. Please use line.scattering.send_to_parking() instead.", FutureWarning)
300
+ + "removed in the future. Please use line.collimators.send_to_parking() instead.", FutureWarning)
301
301
  line.collimators.to_parking(names=names)
302
302
 
303
303
  def enable_scattering(line):
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