irradiapy.lammps.commands.comm_modify module

This module contains the CommModify class for LAMMPS comm_modify commands.

class irradiapy.lammps.commands.comm_modify.CommModify(*, kw_vals)[source]

Bases: Command

Class representing a LAMMPS comm_modify command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]