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.6

  • Added element Aperture_1d for arbitrary cylicndrical aperture shapes
  • Quasi-random particle distributions start from zero now
  • Defocusing effect in long-range wakefields by default
  • Bug fixes

What was new in version 2.5.5

  • Implemented proper SBend element in Volume
  • Insertion of Lattices in Volumes considers correctly bent reference trajectories
  • Imporved long-range wakefield model allowing for the simulation of HOMs damping in detuned structures

What was new in version 2.5.4

  • Bugfixes and general improvements (autophase, backtracking in Volume, generator)

What was new in version 2.5.3

  • Lattice: lost particles’ longitudinal positions are now reported in meters (previously in millimeters)
  • Added support for converting multipoles up to order 20 when importing MAD-X lattice files
  • Changed default Volume::emission_range setting from 2 to 10 to improve simulation accuracy
  • Fixed bug in transport table when multiple Volumes are inserted as elements into a Lattice

What was new in version 2.5.2

  • Now screens in Volume preserve the same particle order as the incoming beam
  • General bug fixes and performance improvements

What was new in version 2.5.1

  • Fixed a bug introduced in version 2.5.0
  • Added automatic update check on startup

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.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

rf_track-2.5.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rf_track-2.5.6-cp314-cp314-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

rf_track-2.5.6-cp314-cp314-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rf_track-2.5.6-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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rf_track-2.5.6-cp313-cp313-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

rf_track-2.5.6-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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rf_track-2.5.6-cp312-cp312-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

rf_track-2.5.6-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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rf_track-2.5.6-cp311-cp311-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

rf_track-2.5.6-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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rf_track-2.5.6-cp310-cp310-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

rf_track-2.5.6-cp310-cp310-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rf_track-2.5.6-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.6-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.6-cp39-cp39-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

rf_track-2.5.6-cp39-cp39-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rf_track-2.5.6-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.6-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.6-cp38-cp38-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

rf_track-2.5.6-cp38-cp38-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file rf_track-2.5.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d80a5285ed188786465d763d5703f13b91a832a9d26ad4e19a3285ff1181188
MD5 4d97ba4e8698ed7952629ae3f36c12ed
BLAKE2b-256 759ed50daae5cabfd8b27a1cfbea3ba6634c86d686ef169ef61192191f940438

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 652209c69393aa42ef279e435dbf74e6ca4f06ee3c00b7492e06e8d7a239f5a0
MD5 8a8a0139078f336cb760f48aa890bbf1
BLAKE2b-256 51255db96dec1c433ebfa8c01b353b414e14828d423e6d46218c519d420e0d66

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 66abf320831f5844aedea0596805f10a735445f1999c89a73e7b3ccdbfed5f3e
MD5 f4ad06569a450f5d2d01cb8c02f35284
BLAKE2b-256 7c9cc9c4a09f2367ebb37ef8fc7a54c42dede5fcd9159e4d51341b9dd542dfae

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 585c5108f13dc5126ea54bf4e27edd0dec23e27e0172814e40dc9d40a26ba1ce
MD5 605ec50e7a5665b0cd4ed2f41a53581b
BLAKE2b-256 4c709de7a858744d7fb570a1dbad97a318d4e9a9d48116a1cfd2f8043b4932b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6408cfd896f4a269ba9e056d4bf57e3c8c70557def0f00daa022b8727f324ed6
MD5 980a015c70aedc8aa4d8636547549e41
BLAKE2b-256 37bfeece3e361624ac7b5eb6649ae43853dab273eb9a729a1848af86b8d3689d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c7d61f7e1c817be0d1abcb1e54addd6cf50fa8986d315bb1731704d73d590338
MD5 9626996daa5442a3816d984578ac1a74
BLAKE2b-256 8d989fa60d039939903f6141de7dc2fe92f444912f2255b1dfde97f26f7b7c0d

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b4fa604c93c450bef9cb40c2b298c0cb0318cf1a214a232c0b453a930b80eed5
MD5 78b065f24f019356ae9a1c293740c1e9
BLAKE2b-256 58f939ebd70fd23c14de52bcefd298189551e1d9d22a3c65c4ef51df93667315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 655b225e5e2d36d8b77e6a28446c0988787339eefdfc4a86cbf2a8fb5fdd812d
MD5 88bf4c5794a58eab0a9e478aea6172cd
BLAKE2b-256 17599a73ac6a2d4617e567357e704c6b05cb1580f97c03959d23d0e62943b600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61865cea9c5f46d329edb5b717f1fba081cf677e0dbe6879f3eca4aca072fd37
MD5 3f88d126247fd9d03013aa4038822127
BLAKE2b-256 bba6c71ad8af67f787077677e935c9d52f8b2d1fcc96db8037ec17abd0de93cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 901b4ee3411a8d7a6d0ada0c07856e6ccbc35a033520fe8d4e28ed6028e9b9c9
MD5 4fdc6055b12077de1deabcb6d6423530
BLAKE2b-256 8f00d7f4360db2ac7f42863f729691b18a928c7967ec6e5899fd3817efe7e62b

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a95d4fc3456459bae6560d6f4c8d7403dad0cc912630a22fe9f43be6b583cb8d
MD5 b79cfcd63965229737da1ae5c8d683d8
BLAKE2b-256 075741f7ef8f6c310ed89a75defc800e7675332c937797e27713decc9d75d8a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fe7211ef70789ededb7e6abe153092775abeb912d2b09bc60e812ae8d8dacb0
MD5 6307fcee506a5c66043e4c686a04c27c
BLAKE2b-256 09bb6d6e173fef6fabb46f4105ed78bc240784b52f3b5dd4de0cbd2bba5e4646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebe3ceea2073fa2da0d23adcf01a189c8c18dacda016afb6628d3958ff95a43c
MD5 209655d913bb92de1fd4dcda2d1ae15b
BLAKE2b-256 c44d2197f20dca91ba2e11819d1a6aaa9165ab51066c331b2ac555323f467aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b092e011731aef1fb6e0c38a36c24d07dcfe7fa17f73c604cdc2a05b5fbfa9e4
MD5 d9889045c95c0394fe432f48693a2810
BLAKE2b-256 bfdc868ba1f0b5213cda3897d51b3a45a0a0ee77f71e7a734be0389ce757846e

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 487997fd81164b33b980a9bdaf709b463e22548d5e81a02504f33f91735cece1
MD5 1f687f19a6a5ed7c34802f5673a35aea
BLAKE2b-256 ee711553839c667bb257f2b58eb7376cda3bad5712e0003750d3105922b0cd96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 151817154e79887959c68ad6efe53d51d8fa88560c1c650402237b399827e7e5
MD5 26333f51fb101bb6d0729bd7fad50f83
BLAKE2b-256 e2348492f608cbb5b64dba64cd84d0e6537791ab1800bacf602693948a4f19a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fe3f41b7af4ed039cadcd9273d6486e02fa2772f46abb9ec29ab629b9ac433a
MD5 16e2d04f1eae85254633c22de271e139
BLAKE2b-256 94eb4007b6379835c37cdaaaa6ca4c1a583d4c31f0afdbb6da1cba338b7bc3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 163b374afa86d5de36cda1cc4da36cb0c502cdf8c9eb827c69ad103154188e44
MD5 64b3bc07c55b4acbc69f610d056ec57e
BLAKE2b-256 46981e7dfd6ed6e4ccca3e59fdfc71ef950afd7c26ac950bfdc1e4613a0f7438

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7730c01ea1acd4093fd7e5ba4627107f1753cca94acc53a99bb77be859781fb6
MD5 f886f28461290955a7b0ebf585d3adb7
BLAKE2b-256 25aeaad98ce3d120c98627039b54c857b29c57fae5c340db8c113d42a5e1296f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2495c17b8b44ab383d68996e92b7ae564611c25ed66b424df94bc07287f8cdc
MD5 7430872515a19b99ab1fb81a7bd54118
BLAKE2b-256 bf289eeb20d080d67163b4f9318b87a26b33d8ff566a3df24e853dde83201239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 697fcf4d5a19c465032e8daa8a3dd913fab0f5f90d003fee1fd78ee26b4cc7d5
MD5 693d639cd4e177b5765f4c62871ab0d9
BLAKE2b-256 68ed70d9bf0ffeb08bfce899f672a2035f35d339f27327bd790867b4f904b19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b9eaa91fae3b9dbd1d4d30ba2f1fafd1818bbfb39e3386aebc8c33424c313b5a
MD5 c1a0ac2e293727a1fdc7fe03d215a807
BLAKE2b-256 51e5836c390b144af8391cd7533b469beaf853051a63ec41d14d4b2279ca82e8

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 443a7624bb454d2aba0c34c9020313574c74f06897306c735f7679dea3965b71
MD5 ea41d2a57462f99f8eb17cb3f15bc096
BLAKE2b-256 a4bf83ebac945c7648dbd44b70c3a0495b2b577c2f2dcc5a5c3e4a4e4200ca49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6a7ff7bce12476a194206da7cb4f2d811fc1a8db34fe1c4d38862221ef54de9
MD5 3dcede447b05ee1dacbdc2901686c613
BLAKE2b-256 a4477c0c303e6e775c486b5ef8ce687b6f26fb2e087863214c7842a452d88774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b5a8937e50c486b8eeef6484d9ceba8c5cfdce92af7977f6ac5cd2d659bb3f4
MD5 7e56e140d2a41958727d77a2f21cab3b
BLAKE2b-256 dd20988c0a1eacc89532358ac53ad9732a01929bb12e1bb3f50056a5ab8de605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 42c0302641956dc5dc5fa70982075b13ae65c1925d84484dc9e5c9c5875a7f0d
MD5 8d982f0bfecc4d265527dc804e9d0068
BLAKE2b-256 86771bc106307f4505525022c1e6f42bcbe0c5763052e54f35b7f9e9183e17bb

See more details on using hashes here.

File details

Details for the file rf_track-2.5.6-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.5.6-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 563460598c550d5b79397cde696e7a4056c67215a762559fdd705def34a2e3ae
MD5 6f7ecb90e72a41a7c8c310ba2e2a4364
BLAKE2b-256 0ea4d93d6944f5098aad2b25669c88023d1b0b4d1234cc7866aaccd86da92a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.5.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4abbe13c9869899c856bbfef103cf9139c8a495a559b28f2e35776ee728865eb
MD5 3146d1f6403fa22259483b71ef378f41
BLAKE2b-256 7c07c80a89ccdfaed5d6a0293b24e66c2ea2d69806589466f2e2478c4bf27429

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