CosmoParticles is a Julia package that provides structs and a clean interface for working with sets of particles and galaxies that have individual properties, especially made for dealing with the data extracted from cosmological simulations.
The latest version of the package is available for Julia 1.9 and newer versions and can be installed with:
using Pkg
Pkg.add("https://github.com/lucasvalenzuela/CosmoParticles.jl")
For users of the JuliaCosmoSims repository, follow these instructions to install the local registry, after which the package can be regularly installed with:
using Pkg
Pkg.add("CosmoParticles")