pisces.extensions.simulation.gadget.particles.GadgetParticleDataset.fields#
- property GadgetParticleDataset.fields: list[str]#
List of all fields (datasets) available in the dataset, in dot notation.
This property returns a list of all field names across all particle groups, using the format
group_name.field_name
. This allows direct access via indexing, e.g.,ds["baryons.particle_velocity"]
.