Pulseq and ISMRMRD Community Standards
Build, read, and write Pulseq sequences and export raw data in ISMRMRD. Integrate directly with reconstruction workflows.
Pulseq in, ISMRMRD out. Fast CPU and GPU simulation with a GUI, interactive Plotly visualizations, and dynamic phantoms.
KomaMRI.jl is a registered Julia package and can be installed using the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:
pkg> add KomaMRIOr, alternatively, via the Pkg API:
julia> import Pkg; Pkg.add("KomaMRI")KomaMRI supports GPU acceleration with CUDA, AMDGPU, Metal, and experimental oneAPI support. To use GPU acceleration, install the corresponding backend package:
# Install
import Pkg; Pkg.add("CUDA")
# Load
using KomaMRI, CUDA# Install
import Pkg; Pkg.add("AMDGPU")
# Load
using KomaMRI, AMDGPU# Install
import Pkg; Pkg.add("Metal")
# Load
using KomaMRI, Metal# Install
import Pkg; Pkg.add("oneAPI")
# Load
using KomaMRI, oneAPIIf you use KomaMRI.jl in your research, please cite our papers:
Castillo-Passi, C, Coronado, R, Varela-Mattatall, G, Alberola-López, C, Botnar, R, Irarrazaval, P. KomaMRI.jl: An open-source framework for general MRI simulations with GPU acceleration. Magn Reson Med. 2023; 90, no. 1: 1-14. doi: 10.1002/mrm.29635
Villacorta-Aylagas, P, Castillo-Passi, C, Kierulf, R.A, Menchón-Lara, R.M, Rodríguez-Galván, J.R, Sierra-Pallares, J.B, Irarrazaval, P, Alberola-López, C. Versatile and Highly Efficient MRI Simulation of Arbitrary Motion in KomaMRI. Magn Reson Med. 2026; 95, no. 3: 1791–1803. doi: 10.1002/mrm.70145.
@article{https://doi.org/10.1002/mrm.29635,
author = {Castillo-Passi, Carlos and Coronado, Ronal and Varela-Mattatall, Gabriel and Alberola-López, Carlos and Botnar, René and Irarrazaval, Pablo},
title = {KomaMRI.jl: An open-source framework for general MRI simulations with GPU acceleration},
journal = {Magnetic Resonance in Medicine},
keywords = {Bloch equations, GPU, GUI, Julia, open source, simulation},
doi = {https://doi.org/10.1002/mrm.29635},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/mrm.29635},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/mrm.29635}
}
@article{https://doi.org/10.1002/mrm.70145,
author = {Villacorta-Aylagas, Pablo and Castillo-Passi, Carlos Andrés and Kierulf, Ryan Anders and Menchón-Lara, Rosa María and Rodríguez-Galván, Justino R. and Sierra-Pallares, José Benito and Irarrazaval, Pablo and Alberola-López, Carlos},
title = {Versatile and Highly Efficient MRI Simulation of Arbitrary Motion in KomaMRI},
journal = {Magnetic Resonance in Medicine},
volume = {95},
number = {3},
pages = {1791-1803},
keywords = {motion, MRI simulation, open-source, performance},
doi = {https://doi.org/10.1002/mrm.70145},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/mrm.70145},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/mrm.70145},
year = {2026}
}