Skip to main content

The CERN tracking code RF-Track

Project description

RF-Track is a tracking code developed at CERN for the design and optimisation of particle accelerators, offering outstanding flexibility and rapid simulation speed.

RF-Track can simulate beams of particles of any energy, mass and charge, even mixed, solving fully relativistic equations of motion. It can simulate the effects of space-charge forces in both bunched and continuous-wave beams, synchrotron radiation emission, wakefield and beam-loading effects, multiple Coulomb scattering, inverse Compton scattering, and the list is still growing. It can transport beams through both conventional and special elements: 1D, 2D and 3D static or oscillating radio-frequency electromagnetic field maps (standing wave and traveling wave), flux concentrators and electron coolers. It allows element overlap and direct and indirect space charge calculations using fast parallel algorithms.

RF-Track is written in optimised and parallel C++ and comes with two distinct and independent user interfaces: one in Octave and one in Python. General knowledge of Octave or Python is recommended to get the most out of RF-Track.

Changelog

What is new in version 2.5.1

  • Fixed a bug introduced in version 2.5.0
  • Added automatic check for available updates

What was new in version 2.5.0

  • UserElement – Custom accelerator elements and transfer maps in Python or Octave.
  • UserField – User‑defined electromagnetic field equations in Python or Octave.
  • UserEffect – Prototype collective effects in Python or Octave.
  • UserVisitor – Traverse lattices/volumes with custom Python functions.
  • Secondary particle generation – Collective effects can now emit and track new particles (e.g., synchrotron‑radiation photons, BDSIM secondaries).
  • Cathode emission – Improved accuracy in Volume‑based emission simulations.
  • Minor improvements and bug fixes.

What was new in version 2.4.2

  • Added BPM element to Volume
  • Improved VolumeLattice integration for Beam-Based Alignment in Volume
  • Enabled partial polarization of individual macroparticles
  • Bug fixes:
    • Fixed issue in PillBox cavity
    • Resolved problem with beam losses when all particles are lost
    • Corrected RF phase of structures imported from MAD-X

What was new in version 2.4.1

  • Added spin polarization support to both Lattice and Volume tracking

What was new in version 2.4.0

  • Improved speed and memory management in TW_Field
  • Introduced new collective effect: IntraBeamScattering (developed by Paula Desiré Valdor)
  • Updated Lattice transverse emittance definitions to use (x, x') and (y, y') instead of (x, px) and (y, py)
  • Enabled arbitrary misalignment of cathodes in Volume, including mirror charge effects

What was new in version 2.3.4

  • Fixed a memory problem in Python's numpy interface

What was new in version 2.3.3

  • Added TW_Field element to create RF structures from shunt impedance, group velocity, and quality factor
  • The new TW_Field element can account for steady input power, or time-dependent RF pulses
  • Long-range wakefields can now have arbitrary linear polarization
  • Improved speed of SW_Structure and TW_Structure elements
  • Beam and BeamT can now be saved and loaded in binary format
  • Elements can now be removed from and inserted into an existing Lattice
  • Lattice and Volume transport tables now return transmission in number of particles (no longer in number of macroparticles)
  • Improved error message handling to avoid redundant repetitions
  • Various minor bug fixes

What was new in version 2.3.2

  • Fixed a potential beam-laser synchronisation issue in the LaserBeam element
  • Added multi-pulse laser trains in LaserBeam
  • Fixed minor bug in Python interface

What was new in version 2.3.1

  • ShortRangeWakefield allows the simulation of tapered irises and cell-to-cell misalignment
  • Sped up Solenoid field calculation
  • Now Screens can have a width, a height, and a time window
  • Now SpaceCharge_Field() uses a fast Cartesian Multipole Expansion
  • Added Undulator element to simulate planar undulators
  • Minor bug fixes and improvements

What was new in version 2.3.0

  • Introduced new Beam and BeamT models for multi-bunch simulations
  • Optimized multi-bunch effects for multi-bunch beam simulations
  • Modified the transport table to support multi-bunch beams
  • Added the RF_TRACK_NOSPLASH environment variable
  • Implemented element misalignment handling in Volume
  • Added scaling error support to the Bpm element
  • Enhanced Lattice::autophase() to automatically set the magnetic strength of magnets
  • Improved detection of the solenoid fringe field extension in Volume
  • Enhanced the 3d solenoid field modelling using multiple thin sheets of current
  • Introduced a new on-the-fly BeamLoading implementation compatible with Beam (thanks to Javier Olivares Herrador)
  • Enhanced long-range wakefields to accept tapered modes along the structure
  • Added generalized Gaussian distribution to Generator
  • Added the displaced() method to Bunch6d and Bunch6dT
  • Added Screen element support to Lattice and Volume
  • Implemented the fast multipole method to significantly speed up the SpaceCharge_Field() element
  • Minor bug fixes and improvements

What was new in version 2.2.4

  • Ensured compatibility with numpy v2.0.0

What was new in version 2.2.3

  • Minor bugfixes and improvements
  • Improved python packaging

What was new in version 2.2.2

  • Lost particles are now stored in the Lattice or Volume in the laboratory reference frame
  • Bug fixes and improvements in the Python interface
  • Bug fix when appending a Volume into a Lattice
  • Renamed some Lattice's methods ( vary_corrector_strengths -> vary_correctors_strengths )
  • Added methods to facilitate beam-based alignment in Lattice
  • Fixed problem with backtracking on screens in Volume
  • Improved backtracking on screens in Volume

What was new in version 2.2.1

  • Added particle ID
  • Added name to elements
  • Improved element accessibility in Lattice and Volume
  • Exposed mean_Px and mean_Py in Bunch6d_info and Lattice transport table
  • Volume::set_length() allows setting an arbitrary length
  • Added element Pillbox_Cavity as generic TM_m1p cavity
  • Bug fixes and improvements in Lattice and Volume

What was new in version 2.2.0

  • Volume is fully integrated as an Element within Lattice
  • Volume::s0 and Volume::s1 are now 3d reference frames that can connect Lattice beamlines with arbitrary orientations
  • Renamed ParticleT.S as ParticleT.Z to avoid confusion
  • Removed automatic projections from Bunch6dT to Bunch6d in get_phase_space()
  • Lattice can now import MAD-X Twiss files directly
  • Self-consistent BeamLoading effects in TW structures (many thanks to Javier Olivares Herrador)
  • Added Energy Straggling effect in Absorber element (many thanks to Bernd Michael Stechauner)
  • Volume::set_tt_nsteps(N) works in Lattice(), distributing N screens in Volume along the reference trajectory
  • Added Bunch6d_QR, Quasi-Random bunch creation from Twiss parameters
  • New hard-scattering model (many thanks to Bernd Michael Stechauner)
  • Improved 'analytic' integration in Lattice
  • Added Yoshida integrator 4th order (beware, rk2 is better)
  • Improved beam <-> screens intersection in Volume tracking

What was new in version 2.1.6

  • Implemented 'circular' and 'rectangular' shapes in the element Absorber
  • Improved the way longitudinal emittance is handled in both Bunch6d and Bunch6dT
  • Now Volume can track directly Bunch6d
  • Now, Transport Table in Volume can also include future particles by default
  • Implemented Response matrix calculation and Automatic Orbit correction
  • Improved transport table in Volume to optionally ignore particles outside volume
  • Updated autophase to ignore elements whose t0 is already set
  • Added Multiple Coulomb Scattering and energy loss
  • Introduced ASTRA-like Generator (many thanks to Avni Aksoy)
  • Introduced quasi-random sequences generator
  • Added to transport table rmax99 and rmax90, the envelope at 90% and 99% of rmax
  • Fixed a bug in thin-lens Sbend
  • Added disp_z to BunchInfo

What was new in version 2.1.5

  • Added element Solenoid to both Volume and Lattice
  • Added particle lifetime for muons simulation
  • Added Incoherent synchrotron radiation in two versions: quantum and average
  • Added new element SpaceCharge_Field()
  • Fixed SWIG problems with typemaps
  • Bug fix in Multipole element (many thanks to Ewa Oponowicz)

What was new in version 2.1.4

  • Added dispersion information to bunch get_info() and transport_table
  • Now Element::get_field() accepts vectors for X, Y, Z, and T
  • Added velocity slicing in Space-charge PIC calculation
  • Added Toroidal Harmonics element

What was new in version 2.1.3

  • Added polarisation to Thomson scattering
  • Implemented end fields in GenericFieldMap
  • Implemented asymmetric laser beam in Compton Scattering module
  • Added new element Multipole and new CollectiveEffect MultipoleKick

What was new in version 2.1.2

  • Added autophasing of RF elements
  • Added back-tracking
  • Added Long-range wakefields

What was new in version 2.1

  • Added the possibility to have collective effects in both Lattice() and Volume()
  • Added short-range wakefield effects
  • Added new element RF_FieldMap_2d() optimized for cylindrically symmetric fields
  • Added new element LaserBeam() for the simulation of Compton backscattering

What was new in version 2.0.4

  • Changed the way TrackingOptions.t_max_mm works, now indefinite tracking is achieved with t_max_mm = Inf, and no longer t_max_mm = 0
  • Added element Static_Magnetic_FieldMap_2d for cylindrically symmetric fields
  • Improved default field's Jacobian for Elements
  • Added support for SDDS files (writing)
  • Added element SBend for dS tracking
  • Added external elements
  • Added Python interface
  • Reimplemented misalignments in Bunch6d tracking, full 3d rotations
  • Added element Volume
  • Added element Coil

What was new in version 2.0

  • Reorganization of classes and files
  • New FieldMap elements with extension _LINT and _CINT for linear and cubic interpolation
  • Added element RF_Field_1d with a reconstruction of the 3d E and B fields from the on-axis electric field
  • Added magnetic element Adiabatic Matching Device
  • Bunch6d::get_phase_space and Bunch6dT::get_phase_space now use the first particle as the reference particle

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rf_track-2.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp313-cp313-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rf_track-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rf_track-2.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp312-cp312-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rf_track-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rf_track-2.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp311-cp311-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rf_track-2.5.1-cp311-cp311-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

rf_track-2.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp310-cp310-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rf_track-2.5.1-cp310-cp310-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

rf_track-2.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp39-cp39-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rf_track-2.5.1-cp39-cp39-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

rf_track-2.5.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rf_track-2.5.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rf_track-2.5.1-cp38-cp38-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rf_track-2.5.1-cp38-cp38-macosx_10_13_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

File details

Details for the file rf_track-2.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd6a0101efccc0618ca4e6c106879041964dbcad523dcbb37db8fbc1c369c8cc
MD5 4d3cb503e98dee7939509c4ac9866600
BLAKE2b-256 f8e7f818183170c062bded5a9e68ecb950b86a33b1d7738dbbf4d885742fb09f

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 00e073fc827b455ab9ebb3070bd2f6c5a2006c6305579a659ba9ba65b7e4e30d
MD5 0142e29e86c66600e9746f2917ebc33f
BLAKE2b-256 b0f64bdfa1cd0628924e5aefaa3485822d91f5200163c59d4bc5f8c3430393fe

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e43bf37a1c65e85c986f781b157a8981efd58fded8e138e8fdcc06a01425b56
MD5 5e165d84211a150d4c70ac3d39373100
BLAKE2b-256 584914d87716f2f50d883bd2697dc54ec413d1d2523a098d491394cef67047bf

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f49cb3f4bdc8262fb523e3ee339ef6fcc5fabd16b1e35879e9ae629b0cad6cfe
MD5 a77061ddb52e99810cedb97841d29f09
BLAKE2b-256 dc6532bdc43a41b0a57b522729722aa1755622a60f74fe9a247a15d6c8520d02

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31288bb715884d7fc377830d9c358ba8ffa787b0dec8e03aa26c326bf50679ab
MD5 825f4018316386adb7b7af3e5f42293f
BLAKE2b-256 2fcd01484ca450a2beb4e7badfb39817c94da545b53d764ccb98c5202d057d82

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 80498706bca77ac9d22fda11db6367309543871cda9b79e1235ef7e82753905c
MD5 dcf9246455e75c42c5d028a92118b126
BLAKE2b-256 4b43b8a2d9fc865ce01fe1a18f18f497f2fc59852fc3e25c8a246fb4db4723a0

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e93b9878b7c15b900230c95560601230841225853b0ec27f02d4245366dc5bbc
MD5 35409000c424109fad000fcabe3b316c
BLAKE2b-256 a578a756b9596faaadf8c8af8b6c67663aec9e3b609d7c861e88a683d031be09

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cb18306c56497cc044c8c5f232897c90e3bdac11be1ddf95577fcac7bc6d22dc
MD5 6bbbca45b369ceefd2c17417a572f07d
BLAKE2b-256 e1ff90a48a22e917d3c51626cdccb62fc04e97a82e3464b40fd1d786e39ce2fd

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a947aba6f6213808810b4722850b122c1525f05061705708ed64a82eea9476d8
MD5 26d81c41ebe1cfb5c224edc04f7e981e
BLAKE2b-256 5e4fc65c6563c67d98f9604ff08491a1f04f80e63ea92e4b772a9b3611484f83

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b006ced411d4f03ce19ce5badaee28483f2d30effa700371cfda892d83df6db1
MD5 a95ac8344a1464cc82edfcec9d760391
BLAKE2b-256 3955da29024ad63d1d2164e6dee5a47aa1754424cd1c1900e5f767185d184424

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4092a280936dfcfdb07619acf6ad3ec2dedc05d5d4d848ce9e62fe06f04ccad8
MD5 adec6f136e87c8aa162351f184eb1407
BLAKE2b-256 5c34f55832367af0aa0405da9874208d5a87e3628ad21d9353fca044d928d0b7

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0bcf96a9f6b98443f3324b1bea85c578b06e9b796788d3025ab6534300dc4ca0
MD5 028437129d24da5b01adcd3ecb55122c
BLAKE2b-256 39a3ae8757d9b6192e48c752ef857c29ef27b6b6fc718c9f2dc31709a50691c4

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8adc9a47acb8b10c04e426e4abadc3065dcd151301ce1ecaeff421910513af9
MD5 4d73d5c6b4d33d992e76cec5c4438f8d
BLAKE2b-256 5b79126658704fbabf413205e92e9527f99f4f4f6bbb2112ff1102e1799aca69

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bbab6363dc599b7476ca44bf31b746304be7ee05591559f41e95403e36d80fa1
MD5 df2b56b9ea6ceb80c7d49e2a87bbf778
BLAKE2b-256 906bfe61383d6a6ae74d1256ee8cb6e0943261eb320527984ac6b44f3ba70413

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b24a00d2b4d932d373a482de0d3cabe169e2c7b0cac51aef385a312263abe9b9
MD5 49ea333b3a206969271b156b6dcd6534
BLAKE2b-256 3688cacae37906e84c73530b1f9b34f21938719cc8769a8602153de0339636ea

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8c07bc094e2358f900e02bab1cbd8da1bb2ffb281f64b3f7c95cc507810a652f
MD5 59538468f27fdc96457ada89a410825e
BLAKE2b-256 4f993807d5ec6a82bb4b6d3e9db8b10cf50c1032acceaec8ddbe1e56d9b7256e

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f9451d28fac282ae4eef316f39e9f85b89ae56436edeed098fd4952a9aad2e9
MD5 7639b18114c10d80b3370bf89661ffd5
BLAKE2b-256 a905edf61bb20340a212400352a590441d8737a92c9f322984d655b5e6ce4a97

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 af71a9143841ccf71c440d8aa138356bbd07ec86b6f1ccc1518cc2c951ed071a
MD5 8bf89c5be71eab9ae4db6391194db20d
BLAKE2b-256 ed5ddae66c1786ab429acbe18159105b57eba6b8b1d06c88a74f1ac0f595c109

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6036db10c3f3ce336ff9ca25e9c242d6b3287fdeb52a650103b7ad1c3f46384e
MD5 5050f84960a9479fca980e5b717b10b4
BLAKE2b-256 be7f2faf65ca2fd88868644d3b95e4f77c323dcc32f31b6c390e21acfa25140f

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d4ea1dc9bb2325ad2c146abdb429f2c46e815be8a9e60d51fd7cbbf703d782b0
MD5 32a4746fa820151d9a7fa983a22e7e9a
BLAKE2b-256 56ffbf53606b4b0915dde29380881b7b3b329bd1c66017fe7a13c00588b60ba2

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80771acbe0b711f9895babce7c38f680d90d33f3f8973db0a0e541d1a9fede56
MD5 76b164727cdfba8185954f9f677c063f
BLAKE2b-256 be71893560c652ddb17f39b260b09f40e1c5465de3bc5112a81aaa3d4bf7ba70

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b32303b572863e732131359f17d829d1b9d7728a43e2fc29ffa358a013269841
MD5 0229854f542ed2867ae4faac2cc36c66
BLAKE2b-256 cec5c3f36217d56fb6dc83363d21b0d7faff4b7ae896ceaf7f062f444f60726d

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5130f61df8cc21c89d8b453db496b63b145c200f1fd33de573fa630cead59eb
MD5 ae1c478f13cbbb6d18feac5cb4fdc7f3
BLAKE2b-256 1b2a61037cae11ae438e5c056d1495c12cbb3d456d4a2a44b0a3990e9805818e

See more details on using hashes here.

File details

Details for the file rf_track-2.5.1-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.1-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3fa3906cadf7d846cce05531650acd00f36273145a1e173d25ea5e602cfd9f20
MD5 73cf07d32a4e18e7faa38e8792ed8f76
BLAKE2b-256 7b27e634faf6b52d9d34cb71b24452157450f9897fc2ea56c7b897713c202389

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page