irradiapy.lammps.commands.atom_style module

This module contains the AtomStyle class for LAMMPS atom_style commands.

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

Bases: Command

Class representing a LAMMPS atom_style command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

style: str