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

  • Refactored Lattice::track() to support set_tt_nsteps(0) in multi-turn simulations
  • Lattice::set_sc_nsteps() and Lattice::set_cfx_nsteps() now support cross-element kicks, improving the performance and accuracy of multi-turn simulations
  • Refactored Lattice::autophase() for improved execution speed
  • Introduced Lattice_view for focused Lattice operations
  • Exposed elements' offsets to Python and Octave
  • Various bug fixes and improvements

What was new in version 2.5.6

  • Added the Aperture_1d element, supporting arbitrary cylindrical aperture profiles
  • Quasi-random particle distributions now start from zero
  • Long-range wakefields now include the transverse defocusing effect by default
  • Various bug fixes and improvements

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.6.0-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.6.0-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.6.0-cp314-cp314-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

rf_track-2.6.0-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.6.0-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.6.0-cp313-cp313-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

rf_track-2.6.0-cp313-cp313-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rf_track-2.6.0-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.6.0-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.6.0-cp312-cp312-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

rf_track-2.6.0-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.6.0-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.6.0-cp311-cp311-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

rf_track-2.6.0-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.6.0-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.6.0-cp310-cp310-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

rf_track-2.6.0-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.6.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rf_track-2.6.0-cp39-cp39-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

rf_track-2.6.0-cp38-cp38-macosx_11_0_x86_64.whl (23.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

rf_track-2.6.0-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.6.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.6.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cbd9a698f39b9b7975e83060b7396a9e5110e86da765329564339c24005f770
MD5 81a0af546ede5ea5e8ea744d2e1e5c7e
BLAKE2b-256 490f0ba2e4e4f97952b2e206bd602f6b58369a47765b40534f977edfff6a4bfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f4fc96c0e19574fd1431dac6d93bbb691a78c19c5b6da5d2ee939066868d3b41
MD5 1af47e50e410609d7f1263d7b8952835
BLAKE2b-256 5276e838d632d9be50692258ede53a06204f2411538c048ea904c3d234614582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3a77e9dbab7c0d9bd160c61fa60daac26983179a7a51f4bbb183890df78770ad
MD5 d012c382b4abb20a740ff0685b9ba25a
BLAKE2b-256 53f3e85f022e6c4336a0a29429e8445c501e2e7dccca7a2fff0572a98d2de2ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c02ba5e635d0abc41badfdd43426b0a87804ed476471c836e02715695227f95
MD5 8d0a626842c5974cd38786ed1b02b71d
BLAKE2b-256 1097aa913e6fb5d06359f751174c0ff18c2c17cac8a226b84a867c01c9f5f8ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f5530fb975e4dfbae403204bd4f9b4d5e967ca311937a91c843b8e5c1f526fd
MD5 c1bbc1b645bf4888167eee8001a68d46
BLAKE2b-256 4ae12e322efe5dbacc596be54fc990b5eb3166f0bde2acdb08bfdcb7d406216c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3ac64dafc7741558345de19264d2ff6c19dfaf753ed9e1c56b51111c061f60ea
MD5 5ce745adf70b7ed37b704c7c27ed2b6a
BLAKE2b-256 de3eb6d6c9a8348f03e4e4525e3ec17d1ed247d60f2c5c307d68e09a4249a7de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 59dbd4190fc6d1280182337b9db4f286f130e1897969543bcccc82db68858414
MD5 e157bf5545951424eede895255c91c95
BLAKE2b-256 84199b00b63bc4b46b65d53adddd6f890d40b9c77f41867f90f0d1d03d7bbdcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 946f5c520892ad547b986e1cd5a45d4c4013d407713ac916e1db6b7319011f75
MD5 e66fc49ec14e90dcdf9394959cf906bf
BLAKE2b-256 c0ec840f71fa0fdfad1faf5c18a02cc42dc3dd1dcd2bc40122544fd39db6ee0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 309539f152eef3fd5cc89e7dc67ec2f4443dd9f761b33ef2598e4ddba1a262bc
MD5 62450f7450f1b8c733791d602cfacc6e
BLAKE2b-256 b844f272e7b0e46164e7b6485d7fb8791c3f615bdb775fb41738a36703d0093f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8d470974ca87addfc92f50927e482006d274a03f4d47a7afab4e065295290479
MD5 241fcdf23e8f11174f6cc54725396190
BLAKE2b-256 4c134387b800501b4a0aa1cee036cf800fc9169782af587d1bff1d3fd0b899e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bfcb6d95cf69e48cf642abd89d48659d2ee2c2375f846971d3f46eb1ed10d0d3
MD5 0b1d3d87d4c1247effba8949ac443a8c
BLAKE2b-256 f2a5777d79759d9b86e1c9ed9d8059aa183a5c59de770b80931b5c2e6f1be5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df243592552cb503e74ce699687b135bae8f59991fb4b7711af34c24003f4930
MD5 d5c819fe3282b5debf7446572f2cc062
BLAKE2b-256 37bf19a04b564d78f16da222ef58450960cef778036082fa1fbd6169af4ff9de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ed0ce1f259be4e5841110a34e6eb740b9b5a333e658a8b05ecbae800320024d
MD5 136aa0b03a10afdabcfa8897f06d00dc
BLAKE2b-256 38e64e2d28ce34b3c20b5d28003b513f27338470ecd6d14f496eaaedd3ad42f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 26d15583134d2740675e27bf3db95279fc3a90d7f789cb7d62135e573247d60b
MD5 508f773db8ddd8f934d33f716abd6a41
BLAKE2b-256 f96c8f268c8376b9fc6d0dd3586fb827477e3fecf1dcd8537c892c10a10b8344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2facc844023cf264d777d5d6b4593ab638f9fba2054f5db95e01cf5fadf882e8
MD5 fa03e3d8abcf507b8b6f76978b938a0d
BLAKE2b-256 e4d695d48f421b35826e158c4a54f6ea12467d39b0a0f006ccc32b1bf18390ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68cfdebaf351962a53b4bb8750868b97ed53f581f4e37c083d4cc041c06a18c0
MD5 f8707ce1507813c46b1e5a554009a497
BLAKE2b-256 c9ff1d57bc551ec248c79dbad07f60bafe01ea456e911e2ff6b48b59b3bea96c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebdc0d1963e3fe8e82d8cb825422be5ad1e4425b06f20ebe6b5f4f272c12685d
MD5 84630726b0bc57198346e6e6c267379d
BLAKE2b-256 00f1bb10e54308af791f33f09b0b259f32c9a1099e64a0cdaeedb018d5fdb784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 dd5a7749092c62c6dd0d84d64afac43d6155fdca9f0baf20694df85123111c1c
MD5 0e42f4803dca2e002e06f85f8c83d031
BLAKE2b-256 46823dac6c6f427c6b490d865b4fff2c8cf9a564c9b780154ed1b67dc77c321e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dfbe2a8060c9be641546745c65c79d2fca0f87e5592886863b6081c7bc1a84fb
MD5 68facf164e5b024d09c2efc9b2786825
BLAKE2b-256 01852e1e690096071fa28775e9e2d8b6d052689ab35dda9e149d8b61a0035e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2313fefc83d3817cc8587edc8aa7608e10a2c9ab3d1e3600d241771ce175108a
MD5 9e1b436cac74b5fcbe0002dd9959db34
BLAKE2b-256 52ae9f3fd7b5c963ca55f431bb07971e1312c6c39ef09ffabf2556a659495135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5592043600bc8dbdcc67aff77f806b9014ece3d61cd24cb3a3e34385f09f403
MD5 9366531a51e25cde24ea658c7da97e3a
BLAKE2b-256 da35a7ddbdcdf8f329325b8fdd5ce0301905d9a4b6782dfdcd6cdaf2f535d6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a4781be3a0cf0416a367c607fbd5b93300236ceff7753b665b8869d35aac1b13
MD5 4c39edfac724d30b7c2267aa1a53e3f3
BLAKE2b-256 2d100b4c620d6bdfecc75ef0c40da6c22861cc22fc9bbb02834a04f451e395a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 85015ba4a9b93bbdf3a794631726bf26cd658c505efcf9863d77361af28bc59e
MD5 01e00bf6b0351baef3cdd91e36776e13
BLAKE2b-256 b4e4d1460e09bce3c33718be4567c8c4cde1075bf7227a151f544471cdf9dc8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c86e80c2c249181fdef7549451e3c3b5f146ea656f48f85fda8703a780b08ac
MD5 b35f65f6c9d314e868ec50b29ca545e0
BLAKE2b-256 575c370051dd67ab8a6cbab4f12c0d8c3b103877d55d0050a264e26654a845a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3957d130c8ee2a17d796527ce6185d0e3e429fbfd29bb163bffb6a79efd19140
MD5 5628c793bb589db18e83d26847ef4336
BLAKE2b-256 1cae52a71573298236e227715feedadab43d2130c2da7557e63d95e3e954400e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56cf9d704538d9857d8d1bbee0ae962f1de751956c597d40a3fb17c41a6582a3
MD5 472fd183ccb0514227fba7a4d4c797c0
BLAKE2b-256 9fbff8cec9d645d5edb9c462af99ca1f28ae19ebc00b7dac94c496c56072a278

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