Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-SHERPA-MC-2.2.15-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python3-SHERPA-MC Distribution: openSUSE Tumbleweed
Version: 2.2.15 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 31 11:58:03 2024
Group: Development/Languages/Python Build host: reproducible
Size: 705140 Source RPM: SHERPA-MC-2.2.15-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://sherpa-team.gitlab.io/
Summary: Python extensions for SHERPA-MC
Sherpa is a Monte Carlo event generator for the Simulation of
High-Energy Reactions of PArticles in lepton-lepton, lepton-photon,
photon-photon, lepton-hadron and hadron-hadron collisions. It provides
complete hadronic final states in simulations of high-energy particle
collisions. The produced events may be passed into detector
simulations used by the various experiments. The entire code has been
written in C++.

This package provides the python extensions for Sherpa.

Provides

Requires

License

GPL-2.0-or-later AND GPL-3.0-only

Changelog

* Sun Mar 31 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.2.15:
    * Fix for fixed-order NLO results (enabled using QCD_NLO_Mode:
      Fixed_Order).
  - Changes from version 2.2.14:
    * Fix: Reinstate clustering in OneHEvent to fix physics issue.
  - Changes from version 2.2.13:
    * New:
    - Expand pilot technology to scale setting (using the new
      PILOT scale setter) and to loop generators (using the
      process Pilot_Loop_Generator setting) !564 !461
    - Allow to not read in partonic decay data, e.g. if one wants
      to select a single B or D decay !537
    * Technical/performance improvements:
    - Make sure that HepMC3 output only correctly reports two beam
      particles !572
    - Use consistent order of weight names in HepMC3 output as in
      HepMC2 output !459
    - Resurrect HepMC3_Short output format !512
    - Adapt pilot run strategy to be compatible with (adapted)
      external RNG !497
    - Fix memory leak in fusing hooks !403
    * Fixes of runtime issues:
    - Fix for missing tau spin correlations !574
    - Fix crash when using a neutron-neutron beam setup !553
    - Fix PDF book-keeping issues in the event output when using
      the pilot run !508 !532
    - Fix potential unit (e.g. MeV vs. GeV) inconsistency for
      correlated subevents !512
    - Throw exception instead of silently reweighting AlphaS input
      scales where it is not appropriate !455
    - Fix crash when using weighted event generation without any
      on-the-fly variations !473
    - Reset non-perturbative event phases after Retry_Event,
      removing the occurence of spurious tau decays !526
  - Add SHERPA-MC-swig-noruntime.patch: Drop `-noruntime` from swig
    command line as it has been deprecated since version 4.0 and
    dropped from 4.2.x.
* Thu Jun 30 2022 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add Git-Clone URL
* Wed Jun 22 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add SHERPA-MC-ignore-distutils-deprecation-warning.patch:
    Disable deprecation warning when importing distutils from
    python3.10, so that autotools checks can still work.
* Tue Dec 07 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.2.12:
    * Significant speed-up of (partially) unweighted event
      generation with on-the-fly variations enabled, e.g. for many
      PDF variations or implicitly when EWvirt associated
      contributions are evaluated !410
    * New option to perform (significantly faster) uncorrelated
      mc@nlo matching after unweighting, enabled by flag
      NLO_CSS_PSMODE: 2 !410
    * Further performance improvements !410
    * New MCFM interface (bd3e25ad, TODO: @shoeche to provide more
      info) !409
    * CSS improvements (efcffda4, TODO: @shoeche to provide more
      info) !410
    * New output options steered through BATCH_MODE !410 (see Manual
      for additional information):
    - 8 prints the current process name,
    - 16 prints the time elapsed/left in unformatted seconds
    * Runtime issues: Fix compatibility issue when using binary
      relocation after installation !453
    * Improve compatibility with autoconf 2.70 or later (in
      particular when building process libraries without scons) !396
    * Fix MadLoop 5 interface add-on installation
    * Fix Recola interface add-on compilation !410
* Mon Feb 15 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.2.11:
    * Improvements in ME+PS merging for unordered scale
      configurations !381
    * New NLO_SUBTRACTION_SCHEME option for improved behavior of the
      parton shower in processes with large higher-order
      contributions from t-channel gluon exchange !382
    * Additional power corrections to better match soft limit !394
    * Implement csin2_thetaW for SMEFTsim !319
    * Exponentiation version of EWvirt corrections !348
    * Phase space enhancing with function for unweighted event
      generation (Enhance_Function) !357 !379
    * Rivet interface improvements: zipped YODA files (!374) and
      split pos/neg weights (!376)
    * Runtime issues
    - Bugfix in Comix for models with vertices with negative
      coupling orders !327
    - Bugfixes for crashes with new SPECIAL_TAU_SPIN_CORRELATIONS
      option !335 !362
    - Bugfix for crash with spin correlations in ttll setups !388
    - Bugfixes for non-standard KFACTOR treatments !352
    * Compilation issues
    - Fix build problem with very new glibc !328
    - Updated swig requirement for python interface to 2.0.12 !342
    - Improvements in HepMC3 linking !380
    - MCFM interface fixes !389
  - Drop SHERPA-MC-build-with-recent-glibc.patch: incorporated
    upstream.
  - Add BuildRequires: libtool needed for building swig-based
    bindings for updated version.
* Wed Nov 25 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Add SHERPA-MC-build-with-recent-glibc.patch to fix builds
    against recent glibc; patch taken from upstream git.
* Wed Jun 03 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Drop post(un) install-info scripts for devel pkg, these are
    handled by rpm file triggers; also drop the appropriate
    dependencies.
* Sat May 16 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.2.10:
    * Further improvements for Rivet3 and HepMC3 compatibility
      [!321, !314].
    * Bugfix for crashes with new heavy-flavour shower evolution
      schemes [!313].
    * Bugfix for crash in ReweightWithoutSubevents [!318].
    * Bugfix for documentation signal blob with pre-NLO+PS
      kinematics [!320].
    * Bugfix for crash in setups with neutron beams [!312].
    * More robust discovery of HZTool and HepMC3 ROOT IO libraries
      [!317, !322, !323].
  - Changes from version 2.2.9: See
    https://gitlab.com/sherpa-team/sherpa/-/tags/v2.2.9.
  - Build with Rivet support (BuildRequires: Rivet-devel).
  - Fix some incorrect Provides and Obsoletes in subpackages.
  - Execute hashbang cleanup on source files instead of acting on
    installed files in %{buildroot}.
  - Run spec-cleaner for minor formatting cleanups.
* Fri Jan 17 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update source URL.
* Fri Jan 17 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Make sure to provide/obsolete the python- subpkg to support
    migration

Files

/usr/bin/Sherpa-generate-model
/usr/lib/python3.11/site-packages/Sherpa.py
/usr/lib/python3.11/site-packages/_Sherpa.so
/usr/lib/python3.11/site-packages/_Sherpa.so.0
/usr/lib/python3.11/site-packages/_Sherpa.so.0.0.0
/usr/lib/python3.11/site-packages/__pycache__
/usr/lib/python3.11/site-packages/__pycache__/Sherpa.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/__pycache__/Sherpa.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface
/usr/lib/python3.11/site-packages/ufo_interface/__init__.py
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/c_variable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/c_variable.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/colour_converter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/colour_converter.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/lorentz_structures.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/lorentz_structures.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/message.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/message.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/py_to_cpp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/py_to_cpp.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_coupling.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_coupling.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_lorentz.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_lorentz.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_parameter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_parameter.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_particle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_particle.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_vertex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/s_vertex.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/templates.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/templates.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/tensor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/tensor.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/test.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/ufo_exception.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/ufo_exception.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/write_model.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/write_model.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/write_run_card.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ufo_interface/__pycache__/write_run_card.cpython-311.pyc
/usr/lib/python3.11/site-packages/ufo_interface/c_variable.py
/usr/lib/python3.11/site-packages/ufo_interface/colour_converter.py
/usr/lib/python3.11/site-packages/ufo_interface/lorentz_calc_template.C
/usr/lib/python3.11/site-packages/ufo_interface/lorentz_structures.py
/usr/lib/python3.11/site-packages/ufo_interface/message.py
/usr/lib/python3.11/site-packages/ufo_interface/model_template.C
/usr/lib/python3.11/site-packages/ufo_interface/py_to_cpp.py
/usr/lib/python3.11/site-packages/ufo_interface/run_card_template
/usr/lib/python3.11/site-packages/ufo_interface/s_coupling.py
/usr/lib/python3.11/site-packages/ufo_interface/s_lorentz.py
/usr/lib/python3.11/site-packages/ufo_interface/s_parameter.py
/usr/lib/python3.11/site-packages/ufo_interface/s_particle.py
/usr/lib/python3.11/site-packages/ufo_interface/s_vertex.py
/usr/lib/python3.11/site-packages/ufo_interface/sconstruct_template
/usr/lib/python3.11/site-packages/ufo_interface/templates.py
/usr/lib/python3.11/site-packages/ufo_interface/tensor.py
/usr/lib/python3.11/site-packages/ufo_interface/test.py
/usr/lib/python3.11/site-packages/ufo_interface/ufo_exception.py
/usr/lib/python3.11/site-packages/ufo_interface/write_model.py
/usr/lib/python3.11/site-packages/ufo_interface/write_run_card.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024