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

  • 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.1-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.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rf_track-2.6.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.6.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rf_track-2.6.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.6.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rf_track-2.6.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.6.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (15.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rf_track-2.6.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.6.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rf_track-2.6.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.6.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (15.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rf_track-2.6.1-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.1-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.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rf_track-2.6.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf3d83d51a9e4452b22586e23a6c20d11e5d25c3d5f3eba437f540bb6cefe473
MD5 eda87c9603b391b9484fafda4b91e474
BLAKE2b-256 06832f8bc29caec80d4df10cd770a57f5bec4524a767d7b084fe6beb1731fd70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 62f2ea3695ea65ada7513a3c3284bff4babcecaed937d24e9488857607b4e02c
MD5 74669fc2814a03ecaf2b8fbd302a80e1
BLAKE2b-256 13848dfcb2dfb2392a38354492f82ad39fcb0f7f19b9962cdc2bb71acbd88ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 17d58e5f0abf21db06417f96e7dd431a324b670a87f51652c060718a8791f9ce
MD5 79e369d36fbce860128c64054e012ced
BLAKE2b-256 b270e2cf0066058e2bf934680454b5903d638c3603f62df257944cb627f4f451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a80b126fb3c38c79a1fe9276f3366dc5e37d75842daebac61deddff38ab305d
MD5 31583ef228bd159f981d89e753857670
BLAKE2b-256 ea61506f55364a3ea4025ba876c3b2f247a38544f2c18f8b7a82309848560218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48c676fca3b9689877d363574c6fc47833821f9cce26b0d361cd992362655d6a
MD5 9bd0eb9b5959b6e2ec808b345504ba33
BLAKE2b-256 d3ec3cadd00bd57d1bb8afbcc3ab69c3d86c5850954229e28dde7c69667005b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 43123acb354a16eaa5fbe875b7b4717203041270b3af5e898c56fa9865f9b7c0
MD5 759b5ad0ecf6ce89220a1e77192e081e
BLAKE2b-256 56ae14b2a592b654be04a7aa3a96fbc77d3802139c44989b3ddf1d993c763195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7d1336fd64c0fbc30b0359567af9856236c975f44936622feb95d4f2300fe344
MD5 606945c4b14102848557c7efa1364cff
BLAKE2b-256 03890845c91773f237076e2d150947635b00f9c540e2e12e984563f9d114455b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e1cdc9572c061e5c93b87d2efa8e635c5231a6e9cfcfe4f6e7be55b922966a9
MD5 7ee5b695e40c6502cea99b30477adf52
BLAKE2b-256 181d0547883461b6d8672410ccb75524ecf1b9981447080134f2cca49aaeb70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f0c3157462e87f238bf7792ce88ed501429e736240c053b72dffc97de3204ba
MD5 6122786b38037ab05d6db3a6ad27ebe1
BLAKE2b-256 e4aacf5296e74d0ebecceda5215d5b0abfc67aa95db2cd0c31b723da729a01ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3dfdd51ce9b49a84defd1737ba431a7f7e958bf438039c3cbd3d439141b83f49
MD5 edec2438e5d22f9d7ced153f458470f3
BLAKE2b-256 2ba3db0869269634330d1788ce7321d48058e8aee89e04d6f894794ff399919f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 693b7a87cc7d7825ec77897f64ba0a2f68ce2a3ea099e94436feab54a3a1a28b
MD5 8264f93d348e399caa36d5589657c055
BLAKE2b-256 a570959881254b051b210291f01ea0e913f9ff6c5e90db1b295e0ecf57b7cc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5ec3b426c54f7cae33da82a21dafe69036434fe33b9dec0d96a30f48a85e891
MD5 70d9ef390469905506c18301b2912a2a
BLAKE2b-256 7ea6a518feb841bc32982fe173e831e9c829d0f1c63594eb920b10e8ad7f55aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 485d4bd236f6da4ddf320b214db5dcd9845c8062ed36acaa232c57d525770da1
MD5 562397c39569cd8802ac6fac180fd241
BLAKE2b-256 7c65c72d258f7a61fe55415b3b5977e1d17c237f1b3573c32e4dd0cdca9febae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 35925b9b840eab41246d0d61dfad1acf8cb4df08a82f262fe7cede5f0e6e8644
MD5 900f42f699cc69594198de15966f7c71
BLAKE2b-256 eb232ce3861891d9def7e5e111b557d68d0f48c4def3ef71c86be01e8e4d69e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e7f9ef9036e39609670fcc72bf7a95307e22ce92bcf36ed2b5af44fbe814e934
MD5 4edd8ee3b74fbc7056e9aad94c61e4d6
BLAKE2b-256 986e60df6c1d40a6c4d7ddc4e237809476002b5c52b502a9e322ec2e04cebc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73623e22a48acf3b22114c60285546a5f90caddb5b7a39ecd403a3333e0fe076
MD5 7fad375eaab68e397ea08a813999343f
BLAKE2b-256 ef59da3f2ad916feffd73138271b4a3f5038018389b41907d10328ee6c19d09b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f327501567aee7b52bdc7f29f041b039bd98e16d31625370421946bb1f5fda8
MD5 5bc5b92fbaf39428d8a239b14c47baa1
BLAKE2b-256 d239c30e51ef1976a9b1f5bb021dbe53fdfcb572ed11afe21679075d0fb91c60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 624ef4aef1021b8b6b52650b50a57f03e88d1044952bf1108fba55b48d5baf01
MD5 ecaf2636a4ff6ab17f67597b931af1d1
BLAKE2b-256 756768b0226c16d97ee3009618ccc2ef8986bdc643a305ff3b3af03cd488bbf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a4259bf594d9670cd295202f6fefe6f1680a02a67d5187b44a4c6f80ad57fb55
MD5 e9b8693ecbd5e05c269ae7907f142939
BLAKE2b-256 b4468985348b61cce5d3c99d1728a29e2dce675e5e815e578e94d23e1bdb894f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 545157eb1615a0c03cc05f246ea8227dbdc0c8880d76c5bed448d5f7d1dadd81
MD5 fbac332c64d864c11eb49afdf4422446
BLAKE2b-256 e642169f7934b4dd2e500cc7f55b269471402533274a20c9da469ce4e1d13bc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ad40f7c2144188b8c46b8f6b416ec18ce5c50e27815bab25a6ceca3c5cd3538
MD5 0c861d27e1613f7d82ade99ffc4734c7
BLAKE2b-256 13df28dfbf06ae0003d463e5933ee6d33b4a8a1bf01509d5e835f1cb4a67e163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1f04b965ce0013fb97e43fd4bd1c2909a589c96b0b86ecefa1b121b834765188
MD5 e594e13a8c0c844120dc13db2c44758b
BLAKE2b-256 948723e01c873f9751e8fd4a2446ade05c25d8fbe6334e569bdeb1bfa7067aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 639bc3eb559833978a621bf5ebdbacee07ec1b6b6c79fcbb1ad1a7b365ba02a6
MD5 61f93917df5fe16919574f1d1ff2b899
BLAKE2b-256 bef678a3dc0d6ba662660aa14f1bbc6fbc2285a9616834a7b915982aa617ab88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f6dd0506d927dfde900fc4a9cfc0268484092fde2dbe6f6bfc12f3f333a164d
MD5 6c32b22c6aadb869ae3e550f6caf3b7d
BLAKE2b-256 bd2510101c5f6623544653904d1787443d9222f1fb1b99f358ff6c453a6c31f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8a8670487dbd8bd6ff05b97692a1b719b66ed0bd47ce0c95dc149b6eff2d404f
MD5 2c1d84dc5f80882c579fb0a3822ecc93
BLAKE2b-256 f9f21162edc49841357bcc2f4cdad1b45ae378daf9fbd5df3eae6ba68f01d8cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rf_track-2.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e398133b47e06958bd82cc0bed5d7f5009197b4fe4a460e7a95098bde684dae
MD5 4ad2602dda0f2e2770d634b3c591b2d5
BLAKE2b-256 1aeb749590bedac1666fd8705e9685d8aa8cfd3d060519aeb3916525f440f536

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