prysm VS xrt

Compare prysm vs xrt and see what are their differences.

prysm

physical optics: integrated modeling, phase retrieval, segmented systems, polynomials and fitting, sequential raytracing... (by brandondube)

xrt

Package xrt (XRayTracer) is a python software library for ray tracing and wave propagation in x-ray regime. It is primarily meant for modeling synchrotron sources, beamlines and beamline elements. (by kklmn)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
prysm xrt
28 1
234 77
- -
8.3 8.9
15 days ago 2 months ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

prysm

Posts with mentions or reviews of prysm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-07.

xrt

Posts with mentions or reviews of xrt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-28.
  • Does Python's GIL make it impossible to have efficient parallel computation?
    2 projects | /r/Python | 28 Jul 2022
    I am working on simulations in the x-ray range, so fundamentals like propagators are the same, but approximations of optical elements and interactions are different. The x-rays are emitted by a synchrotron radiation source, i.e. an electron storage ring. The statistical properties of the wavefronts are determined by the phase space of the electrons in the storage ring, which is usually modeled by a 5D Gaussian distribution (space + momentum + energy). People are interested in the coherence properties of the emitted ensemble of wavefronts, so the simulation consists are drawing random parameters from the 5D Gaussian, calculating the wavefront emitted and propagating it to the points of interest. There, the wavefronts are collected and their coherence properties are evaluated. I use the coherence module of XRT for that: https://github.com/kklmn/xrt/blob/master/xrt/backends/raycing/coherence.py

What are some alternatives?

When comparing prysm and xrt you can also consider the following projects:

OpticSim.jl - Optical Simulation software

opt_einsum - ⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.

nogil - Multithreaded Python without the GIL

poppy - Physical Optics Propagation in Python

mypyc - Compile type annotated Python to fast C extensions

go-tfhe - 🐿️ Pure go implementation of TFHE Fully Homomorphic Encryption Scheme

pymae - Materials for the book "Python for Mechanical and Aerospace Engineering"

warp - A Python framework for high performance GPU simulation and graphics

raypier_optics - A raytracing toolkit for optical design

raytracing-in-python - Simple raytacer written in Python.

degradr - Python library for realistically degrading images.

hy - A dialect of Lisp that's embedded in Python