irradiapy.lammps.commands.pair_coeff module

This module contains the PairCoeff class for LAMMPS pair_coeff commands.

class irradiapy.lammps.commands.pair_coeff.PairCoeff(*, i, j, args)[source]

Bases: Command

Class representing a LAMMPS pair_coeff command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

i: str
j: str