irradiapy.lammps.commands.pair_style module

This module contains the PairStyle class for LAMMPS pair_style commands.

class irradiapy.lammps.commands.pair_style.PairStyle(*, style, args=<factory>)[source]

Bases: Command

Class representing a LAMMPS pair_style command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

style: str