xcoll 0.5.2__py3-none-any.whl → 0.5.4__py3-none-any.whl
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.
- xcoll/__init__.py +2 -2
- xcoll/_manager.py +22 -0
- xcoll/beam_elements/__init__.py +1 -1
- xcoll/beam_elements/absorber.py +1 -1
- xcoll/beam_elements/base.py +1 -1
- xcoll/beam_elements/blowup.py +3 -1
- xcoll/beam_elements/elements_src/black_absorber.h +1 -1
- xcoll/beam_elements/elements_src/black_crystal.h +1 -1
- xcoll/beam_elements/elements_src/blowup.h +1 -1
- xcoll/beam_elements/elements_src/emittance_monitor.h +1 -1
- xcoll/beam_elements/elements_src/everest_block.h +8 -18
- xcoll/beam_elements/elements_src/everest_collimator.h +7 -18
- xcoll/beam_elements/elements_src/everest_crystal.h +18 -24
- xcoll/beam_elements/everest.py +7 -2
- xcoll/beam_elements/monitor.py +3 -1
- xcoll/colldb.py +1 -1
- xcoll/general.py +2 -2
- xcoll/headers/checks.h +1 -1
- xcoll/headers/particle_states.h +1 -1
- xcoll/initial_distribution.py +32 -20
- xcoll/install.py +1 -1
- xcoll/interaction_record/interaction_record.py +1 -1
- xcoll/interaction_record/interaction_record_src/interaction_record.h +1 -1
- xcoll/interaction_record/interaction_types.py +1 -1
- xcoll/line_tools.py +6 -1
- xcoll/lossmap.py +4 -4
- xcoll/rf_sweep.py +1 -1
- xcoll/scattering_routines/everest/__init__.py +1 -1
- xcoll/scattering_routines/everest/amorphous.h +11 -9
- xcoll/scattering_routines/everest/channeling.h +4 -4
- xcoll/scattering_routines/everest/constants.h +1 -1
- xcoll/scattering_routines/everest/crystal_parameters.h +36 -16
- xcoll/scattering_routines/everest/everest.h +10 -2
- xcoll/scattering_routines/everest/everest.py +1 -1
- xcoll/scattering_routines/everest/jaw.h +1 -2
- xcoll/scattering_routines/everest/materials.py +1 -1
- xcoll/scattering_routines/everest/multiple_coulomb_scattering.h +9 -8
- xcoll/scattering_routines/everest/nuclear_interaction.h +1 -1
- xcoll/scattering_routines/everest/properties.h +1 -1
- xcoll/scattering_routines/geometry/__init__.py +1 -1
- xcoll/scattering_routines/geometry/collimator_geometry.h +1 -1
- xcoll/scattering_routines/geometry/crystal_geometry.h +1 -1
- xcoll/scattering_routines/geometry/geometry.py +1 -1
- xcoll/scattering_routines/geometry/get_s.h +1 -1
- xcoll/scattering_routines/geometry/methods.h +1 -1
- xcoll/scattering_routines/geometry/objects.h +1 -1
- xcoll/scattering_routines/geometry/rotation.h +1 -1
- xcoll/scattering_routines/geometry/segments.h +1 -1
- xcoll/scattering_routines/geometry/sort.h +1 -1
- xcoll/scattering_routines/geometry/temp.c +953 -0
- {xcoll-0.5.2.dist-info → xcoll-0.5.4.dist-info}/METADATA +1 -1
- {xcoll-0.5.2.dist-info → xcoll-0.5.4.dist-info}/RECORD +55 -54
- xcoll/manager.py +0 -10
- {xcoll-0.5.2.dist-info → xcoll-0.5.4.dist-info}/LICENSE +0 -0
- {xcoll-0.5.2.dist-info → xcoll-0.5.4.dist-info}/NOTICE +0 -0
- {xcoll-0.5.2.dist-info → xcoll-0.5.4.dist-info}/WHEEL +0 -0
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
2
2
|
NOTICE,sha256=6DO_E7WCdRKc42vUoVVBPGttvQi4mRt9fAcxj9u8zy8,74
|
|
3
|
-
xcoll/__init__.py,sha256=
|
|
4
|
-
xcoll/
|
|
5
|
-
xcoll/beam_elements/
|
|
6
|
-
xcoll/beam_elements/
|
|
7
|
-
xcoll/beam_elements/
|
|
8
|
-
xcoll/beam_elements/
|
|
9
|
-
xcoll/beam_elements/elements_src/
|
|
10
|
-
xcoll/beam_elements/elements_src/
|
|
11
|
-
xcoll/beam_elements/elements_src/
|
|
12
|
-
xcoll/beam_elements/elements_src/
|
|
13
|
-
xcoll/beam_elements/elements_src/
|
|
14
|
-
xcoll/beam_elements/elements_src/
|
|
15
|
-
xcoll/beam_elements/
|
|
16
|
-
xcoll/beam_elements/
|
|
17
|
-
xcoll/
|
|
18
|
-
xcoll/
|
|
19
|
-
xcoll/
|
|
20
|
-
xcoll/headers/
|
|
21
|
-
xcoll/
|
|
22
|
-
xcoll/
|
|
3
|
+
xcoll/__init__.py,sha256=e4yt0ZiXp-bjeCoRdcF1TQD60yP30tnCp7ipXWKlPtM,1022
|
|
4
|
+
xcoll/_manager.py,sha256=9NQKaNxZR2I1ChMVBeKQc0A8h6W8gVgRRg72a5NgbXU,808
|
|
5
|
+
xcoll/beam_elements/__init__.py,sha256=oB2FY3PmQ-OsvDSjZaBsbJksOMdFoy0my9_N_K1asOY,1210
|
|
6
|
+
xcoll/beam_elements/absorber.py,sha256=efK6gyUgD4x_FnBLpMR7-5_HCdp_753nkYikcdn6ulw,2502
|
|
7
|
+
xcoll/beam_elements/base.py,sha256=tgZwlgaKr34lebyGMIVHa8UqNpqJR4dTPzr-N9W_vxg,50922
|
|
8
|
+
xcoll/beam_elements/blowup.py,sha256=gBXdlISvoDiMjXVpA77ls5QdAU3H9krwvFt2bSW_NII,8029
|
|
9
|
+
xcoll/beam_elements/elements_src/black_absorber.h,sha256=jCyQoaZ7VsIu8coQ99J1dDtAGqZpFIxxFLBlfhO6Drw,5027
|
|
10
|
+
xcoll/beam_elements/elements_src/black_crystal.h,sha256=x7oUwsrkUwUrFvhFsq8vtPkJJTSi1hYAhSt6fjzkJQo,4622
|
|
11
|
+
xcoll/beam_elements/elements_src/blowup.h,sha256=YlTt7YxswLM0ZjPuEjuE7xzjQ3hMt6FX9V3MbqVYmN4,1564
|
|
12
|
+
xcoll/beam_elements/elements_src/emittance_monitor.h,sha256=vlHzQFoUjKQHWBmzpaSzRbILtxSWqEasMtxHC-FFoAc,7078
|
|
13
|
+
xcoll/beam_elements/elements_src/everest_block.h,sha256=iQ5_fyCil9Y4FJqccJdlqSVOHDtQNISQ_nTAJdGhqIs,6032
|
|
14
|
+
xcoll/beam_elements/elements_src/everest_collimator.h,sha256=DlWkb5RORnp5VwI7E31Q7NLXRYDjXO1yPhTcSEMQgPg,9765
|
|
15
|
+
xcoll/beam_elements/elements_src/everest_crystal.h,sha256=w1wHWhrvodvcJ2Atr8LSaVYHfCU3Y63KAjZZFFv87OI,12123
|
|
16
|
+
xcoll/beam_elements/everest.py,sha256=PA_VWpnPrIuO1xN__eKyT_ejbGZK7p93QHDVi3re7cM,8541
|
|
17
|
+
xcoll/beam_elements/monitor.py,sha256=zzMdN3JMFSAs-30_ntRvd5qZGdsXfGtColhiFDuMcIk,16928
|
|
18
|
+
xcoll/colldb.py,sha256=IyWozG_37gRf7LGYDz4LMB2HzjexMOapFgIqzeym31w,31027
|
|
19
|
+
xcoll/general.py,sha256=Q-plrkrApBD3PIKVMmo1mLTY16WxTMrijDLJgHjtDNc,534
|
|
20
|
+
xcoll/headers/checks.h,sha256=qdXsOTBOK1MwW6bdFF93j4yE648mcDtEv5rGN1w9sfk,1582
|
|
21
|
+
xcoll/headers/particle_states.h,sha256=DZa_ZSaJrjnA8aHFriZKfRCkArQ8nK1t445MRwevDtA,840
|
|
22
|
+
xcoll/initial_distribution.py,sha256=0O4hmO69CuTFDD6QA5G7iEMNx47vaMHn0A9IPw1dYi0,8799
|
|
23
|
+
xcoll/install.py,sha256=HumxIzaPR6wW_6HFtksoUnUlaS1jMp7RbV7FhmIBWmg,7685
|
|
23
24
|
xcoll/interaction_record/__init__.py,sha256=UFoLiKa-z2oX7YoszP-7Vgdt1nM6kT382v1CaIu8_u0,50
|
|
24
|
-
xcoll/interaction_record/interaction_record.py,sha256=
|
|
25
|
-
xcoll/interaction_record/interaction_record_src/interaction_record.h,sha256=
|
|
26
|
-
xcoll/interaction_record/interaction_types.py,sha256=
|
|
27
|
-
xcoll/line_tools.py,sha256=
|
|
28
|
-
xcoll/lossmap.py,sha256=
|
|
29
|
-
xcoll/
|
|
30
|
-
xcoll/
|
|
31
|
-
xcoll/scattering_routines/everest/
|
|
32
|
-
xcoll/scattering_routines/everest/
|
|
33
|
-
xcoll/scattering_routines/everest/
|
|
34
|
-
xcoll/scattering_routines/everest/
|
|
35
|
-
xcoll/scattering_routines/everest/
|
|
36
|
-
xcoll/scattering_routines/everest/everest.
|
|
37
|
-
xcoll/scattering_routines/everest/
|
|
38
|
-
xcoll/scattering_routines/everest/
|
|
39
|
-
xcoll/scattering_routines/everest/
|
|
40
|
-
xcoll/scattering_routines/everest/
|
|
41
|
-
xcoll/scattering_routines/everest/
|
|
42
|
-
xcoll/scattering_routines/everest/properties.h,sha256=S_4QfXNqAHvm3hbmsz7EJpnt23mNFgXSLVsVx1-Dmt8,6774
|
|
25
|
+
xcoll/interaction_record/interaction_record.py,sha256=G2sFXgfmkgpDMaHWJaC80aAreHbY2rGhbkhaMhWKQBg,13192
|
|
26
|
+
xcoll/interaction_record/interaction_record_src/interaction_record.h,sha256=0rNagnfSGc2i1jauOMIcDbj9QFic9dV_MOyqVx1kw5Q,6067
|
|
27
|
+
xcoll/interaction_record/interaction_types.py,sha256=Vh6oFYKdRNOx9hc_E0iT8auNZVKC0qYVp_p7oyClZ8o,2894
|
|
28
|
+
xcoll/line_tools.py,sha256=j74DFJm4zD5pcYctEz4KeF9LAJ3dKXMafdNve_Gf3Rc,3348
|
|
29
|
+
xcoll/lossmap.py,sha256=pV6uf-CKt6PROK_EZ2_DieJftRI2NcsE3CLG23Fth-I,8087
|
|
30
|
+
xcoll/rf_sweep.py,sha256=P2X1S9pGi4OpNYnzYfQVyblFt2p8aw9EWHsKDkAuYt0,8936
|
|
31
|
+
xcoll/scattering_routines/everest/__init__.py,sha256=7lkkeZ1liBjXVHCuRpgzZI6ohzHVMj5uJBO792147XY,286
|
|
32
|
+
xcoll/scattering_routines/everest/amorphous.h,sha256=0eSV8F7yb2xrhrEGPZGWu_Lgr3gjtU8RddaJElsZ-Tk,10362
|
|
33
|
+
xcoll/scattering_routines/everest/channeling.h,sha256=k7ohwPec3gk3WCvwm-0C8cB39F__CO2yLyvKCWCg714,11050
|
|
34
|
+
xcoll/scattering_routines/everest/constants.h,sha256=NL5khn9yvV9nzdblP4LaULbEhQRpTUg1Ney0A1V1R_o,1390
|
|
35
|
+
xcoll/scattering_routines/everest/crystal_parameters.h,sha256=1M_5Mc1Puwifwx-694JUPVn3wfyIimKkvwmlMIHo_WA,6006
|
|
36
|
+
xcoll/scattering_routines/everest/everest.h,sha256=DCfijZ6ULD0e52XCykcF7OxLgqo5BhuTdjDEfgs0lq4,3054
|
|
37
|
+
xcoll/scattering_routines/everest/everest.py,sha256=f0iuewWxYAzd2RCnaTXcp2MbDsqYDIP5MADh488envY,1460
|
|
38
|
+
xcoll/scattering_routines/everest/jaw.h,sha256=BWpfrHNPLaMF8JjsNAhWwy6TDI0jsiOT3X-kCQmUVDc,2354
|
|
39
|
+
xcoll/scattering_routines/everest/materials.py,sha256=nO0ZayGRgqgF7Eku-mtxDl0BPOls5YS8a0qPPG32qw0,10260
|
|
40
|
+
xcoll/scattering_routines/everest/multiple_coulomb_scattering.h,sha256=NgrUEX-zCaiS1mwJvMLhfmg8GPNcPSGzh6UQKYqphJ8,5432
|
|
41
|
+
xcoll/scattering_routines/everest/nuclear_interaction.h,sha256=jr49uo2cCk5SiebMZtb_If2WFHSxNLpYYKDJiQbhW1g,3110
|
|
42
|
+
xcoll/scattering_routines/everest/properties.h,sha256=mVPntq9lgZPnJdtOJDi_tSawecBPLB09b7BKbisPe7w,6774
|
|
43
43
|
xcoll/scattering_routines/fluka/flukaio/.git,sha256=5ZxurpwP1waJk2Zu2AstENGOp4rXU8-C-oU4CypmIVI,73
|
|
44
44
|
xcoll/scattering_routines/fluka/flukaio/.gitignore,sha256=bhrpWiAnKChkcwIaIPX_zKxyG2nCtNzNgQAHnIJa8Fw,12
|
|
45
45
|
xcoll/scattering_routines/fluka/flukaio/CMakeLists.txt,sha256=iWWqTC26UqcuQWQj_JCKtX6iiOb7arnhQ9kOo1fDVkE,591
|
|
@@ -396,18 +396,19 @@ xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_lost_energy.py,sha
|
|
|
396
396
|
xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tilt.py,sha256=q-8CpGFH_5u3r3Xa25EpMbxY1YlLrzJ7Q_i9hSwgTGg,2396
|
|
397
397
|
xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking.py,sha256=wgf0ncOe3miF3ZOrte_zebY0yulnFz2GFAWksF5-0z0,2940
|
|
398
398
|
xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking_ions.py,sha256=ON0QhTjYIbf_hZcYLxJOPYXElCqc6E-MOCo0Z_1zg3o,3039
|
|
399
|
-
xcoll/scattering_routines/geometry/__init__.py,sha256=
|
|
400
|
-
xcoll/scattering_routines/geometry/collimator_geometry.h,sha256=
|
|
401
|
-
xcoll/scattering_routines/geometry/crystal_geometry.h,sha256=
|
|
402
|
-
xcoll/scattering_routines/geometry/geometry.py,sha256=
|
|
403
|
-
xcoll/scattering_routines/geometry/get_s.h,sha256=
|
|
404
|
-
xcoll/scattering_routines/geometry/methods.h,sha256=
|
|
405
|
-
xcoll/scattering_routines/geometry/objects.h,sha256=
|
|
406
|
-
xcoll/scattering_routines/geometry/rotation.h,sha256=
|
|
407
|
-
xcoll/scattering_routines/geometry/segments.h,sha256=
|
|
408
|
-
xcoll/scattering_routines/geometry/sort.h,sha256=
|
|
409
|
-
xcoll
|
|
410
|
-
xcoll-0.5.
|
|
411
|
-
xcoll-0.5.
|
|
412
|
-
xcoll-0.5.
|
|
413
|
-
xcoll-0.5.
|
|
399
|
+
xcoll/scattering_routines/geometry/__init__.py,sha256=a2DFji3U6Msj-aJE2Dt5Il8FgesfICJHeK9yQj4zHa4,221
|
|
400
|
+
xcoll/scattering_routines/geometry/collimator_geometry.h,sha256=0gHiSEALJtQdW0mUav7GmES4JCAvq-xmch_ZRPkCfUI,7819
|
|
401
|
+
xcoll/scattering_routines/geometry/crystal_geometry.h,sha256=DHuQPMKq_Q0uK0WW2YRd7oxxhMwRPWtNUUn5fBW4Cxc,4968
|
|
402
|
+
xcoll/scattering_routines/geometry/geometry.py,sha256=bF8v7aEP09E4_EMkN0KEJFU-PQrBSOB0Xv699VBUzRY,1102
|
|
403
|
+
xcoll/scattering_routines/geometry/get_s.h,sha256=TWxZ-GjCcLrOV1wota7ltE53Nit0LQASoXmsqn-N0LQ,2947
|
|
404
|
+
xcoll/scattering_routines/geometry/methods.h,sha256=I8ik46SgkCHHtZ99anbdb3ZC7A_5Q809fgpeWMajdkY,3747
|
|
405
|
+
xcoll/scattering_routines/geometry/objects.h,sha256=A5ktGvVlSkC4hUsI_PQFsE80CuDwYbcioxKGRmEf2I0,5499
|
|
406
|
+
xcoll/scattering_routines/geometry/rotation.h,sha256=lO3RaQBys9r0ROMjR8T8Rr7UsIEm-H9_C_70Nwz4MXY,701
|
|
407
|
+
xcoll/scattering_routines/geometry/segments.h,sha256=7nKnnin2ByxkKyaYwGvFaqgLQg5uBba4CdLHL7L3iQs,7667
|
|
408
|
+
xcoll/scattering_routines/geometry/sort.h,sha256=b1MkFO2ddzv1fWGeQzsLuz46qo2pKyRSXHjoAEVU7Ts,5763
|
|
409
|
+
xcoll/scattering_routines/geometry/temp.c,sha256=uak0prUg6e441GuR8A9fvAUSfg-E_jaAfGw9fu2Ogms,32437
|
|
410
|
+
xcoll-0.5.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
411
|
+
xcoll-0.5.4.dist-info/METADATA,sha256=t429keDIvX-dlJNohluxRuvEASLS9LbuiXtUYJaz_N4,2709
|
|
412
|
+
xcoll-0.5.4.dist-info/NOTICE,sha256=6DO_E7WCdRKc42vUoVVBPGttvQi4mRt9fAcxj9u8zy8,74
|
|
413
|
+
xcoll-0.5.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
414
|
+
xcoll-0.5.4.dist-info/RECORD,,
|
xcoll/manager.py
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# copyright ############################### #
|
|
2
|
-
# This file is part of the Xcoll Package. #
|
|
3
|
-
# Copyright (c) CERN, 2024. #
|
|
4
|
-
# ######################################### #
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class CollimatorManager:
|
|
8
|
-
|
|
9
|
-
def __init__(self, **kwargs):
|
|
10
|
-
raise ValueError("`CollimatorManager` is deprecated. Use `CollimatorDatabase` instead.")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|