irradiapy.lammps.commands.uncompute module

This module contains the Uncompute class for LAMMPS uncompute commands.

class irradiapy.lammps.commands.uncompute.Uncompute(*, compute_id)[source]

Bases: Command

Class representing a LAMMPS uncompute command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

compute_id: str