Skip to content

Releases: impy-project/chromo

chromo 0.5.1

27 Mar 03:33
22d04c5
Compare
Choose a tag to compare

What's Changed

  • Fix for certain RIVET analyses that need the inelastic cross section for each event in the hepmc output
  • Remove some debug printout

chromo 0.5.0

21 Mar 08:48
6f4c78d
Compare
Choose a tag to compare

What's Changed

  • Support for gamma-gamma collisions using the specific EventKinematicsMassless kinematics
  • Python 3.12 Compatibility and binary wheels
  • SIBYLL*:
    - The main Sibyll* model is available from chromo.models.Sibyll23StarMixed the other variants can be accessed from chromo.extra_models.SibyllStarRho (for example)
  • QGSJET 01d, II-03 and II-04:
    - More detailed information about interaction cross sections (total, diffractive, inelastic, etc.) for hadron-nucleon collisions
    - For nuclei - projectiles heavier than proton - this is also possible at the cost of computational time by passing full_AA = True flag. Note that as in the case of DPMJet, these cross sections are calculated using "Glauber" MC and take some time to compute. The number of trials can be adjusted by setting model.glauber_trials = 10000 or a reasonable number.
    - By default, cross sections for nuclear targets (h-A and A-A) will be read out from precomputed tables, however only inelastic ones are available.
    - For some current technical reasons, hadron-nucleus (h-A) cross sections are always taken from tables.
    - Updated qgsjet tests, testing for cross section
  • DPMJET Update:
    • Updated to latest DPMJET III and PHOJET 19.3.7
    • The models support again photon-nucleus, and photon-hadron, and photon-photon collisions. For non-nuclear targets the results between PHOJET and DPMJET should/are identical, Use PHOJET in this case, since it is easier to debug.

chromo 0.4.1

08 Dec 13:41
aae97d2
Compare
Choose a tag to compare

This is a maintenance release

Some highlights:

  1. Repairs to the event history and pre-/appending beam particle info can now be optionally disabled by setting generator._restore_beam_and_history = False to save some CPU time when it is not needed. By default it remains on and is required for hepmc3 output.
  2. Fixed bugs in QGSJET cross section function when it was called with nuclear or meson primary. Fixed major bug in QGSJET-II cross section readout. qgsect supports only 3 types of primaries and not all the known particles.
  3. Cross section readout fixed for SIBYLL with meson primaries (where p1.A is None)
  4. Implemented missing cross section readout for SIBYLL 2.1
  5. Further minor technical improvements and cosmetics

The detailed changes can be seen at this pull request #189
Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Sep 08:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0rc1...v0.4.0

v0.3.0rc1

06 Mar 09:32
c29db57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/impy-project/chromo/commits/v0.3.0rc1

iamdata_v001.zip

01 Nov 04:15
Compare
Choose a tag to compare
iamdata_v001.zip Pre-release
Pre-release

This is a pre-release to save zip files for iamdata directory (data tables for some models).