pisces.particles.gadget#

Gadget-style particle dataset support.

This module provides classes and methods for handling particle datasets formatted in a Gadget-like manner. It includes functionality for reading, writing, and manipulating such datasets, with a focus on compatibility with the Gadget simulation code and its derivatives. The particle dataset classes in this module maintain the Pisces standard of descending from ParticleDataset and therefore support all of the standard particle dataset operations.

Classes

AREPOParticleDataset(path[, mode])

Representation of an AREPO-style particle dataset.

Gadget4ParticleDataset(path[, mode])

Representation of a Gadget-4 style particle dataset.

GadgetLikeParticleDataset(path[, mode])

Base class for Gadget/AREPO–style particle datasets.