ParticleList ============ .. currentmodule:: plasmapy.particles.particle_collections .. autoclass:: ParticleList :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ParticleList.charge ~ParticleList.charge_number ~ParticleList.data ~ParticleList.half_life ~ParticleList.mass ~ParticleList.mass_energy ~ParticleList.symbols .. rubric:: Methods Summary .. autosummary:: ~ParticleList.append ~ParticleList.average_particle ~ParticleList.clear ~ParticleList.copy ~ParticleList.count ~ParticleList.extend ~ParticleList.index ~ParticleList.insert ~ParticleList.is_category ~ParticleList.pop ~ParticleList.remove ~ParticleList.reverse ~ParticleList.sort .. rubric:: Attributes Documentation .. autoattribute:: charge .. autoattribute:: charge_number .. autoattribute:: data .. autoattribute:: half_life .. autoattribute:: mass .. autoattribute:: mass_energy .. autoattribute:: symbols .. rubric:: Methods Documentation .. automethod:: append .. automethod:: average_particle .. automethod:: clear .. automethod:: copy .. automethod:: count .. automethod:: extend .. automethod:: index .. automethod:: insert .. automethod:: is_category .. automethod:: pop .. automethod:: remove .. automethod:: reverse .. automethod:: sort