irradiapy.lammps.commands.compute module

This module contains the Compute class for LAMMPS compute commands.

class irradiapy.lammps.commands.compute.Compute(*, id, group_id, style, args=<factory>)[source]

Bases: Command

Class representing a LAMMPS compute command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

delete()[source]

Returns the corresponding Uncompute instance.

Return type:

str

group_id: str
id: str
style: str