Add mlx-sci (scientific computing toolkit)#5
Open
akaiHuang wants to merge 1 commit into
Open
Conversation
mlx-sci ships GPU-accelerated scientific computing on Apple Silicon: special functions (Bessel/Airy/gamma/hyp2f1/Wigner symbols), matrix functions (expm/logm/sqrtm), STFT, and quantum-information primitives including a Stochastic Lanczos Quadrature estimator for quantum relative entropy and Petz recovery utilities. PyPI: https://pypi.org/project/mlx-sci/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds mlx-sci under Other Tools.
mlx-sciis a meta-package of nine focused MLX sub-packages providing GPU-accelerated scientific computing on Apple Silicon:Special functions (
mlx_sci.special):j_l(x)— 579× over scipy at 525 ℓ × 10k ptsLinear algebra (
mlx_sci.linalg): matrixexpm/logm/sqrtm/ Fréchet derivatives.Signal processing (
mlx_sci.signal): class-based STFT/ISTFT layers withmx.compilefusion — 10× over scipy on 30s audio.Quantum information (
mlx_sci.quantum):eighat N=2000; only path that completes past N=2000 on Metal)Install:
pip install mlx-sci(PyPI, MIT, Python ≥3.10, MLX ≥0.30).Each sub-package is independently pip-installable (
mlx-bessel,mlx-qre, etc.) for à la carte usage. All headline numbers come with break-even tables and accuracy disclosures in each sub-package'sbenchmark_results.md.