irradiapy.lammps.commands.group module

This module contains the Group class for LAMMPS group commands.

class irradiapy.lammps.commands.group.Group(*, id, style, args=<factory>, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS group command.

Reference

https://docs.lammps.org/group.html

args: list[str]
command()[source]

Generate the LAMMPS command.

Return type:

str

delete()[source]

Returns the corresponding Group instance to delete this group.

Return type:

str

id: str
kw_vals: dict[str, str]
style: str