irradiapy.lammps.commands.create_box module

This module contains the CreateBox class for LAMMPS create_box commands.

class irradiapy.lammps.commands.create_box.CreateBox(*, n, region_id, args=<factory>, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS create_box command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]
n: str
region_id: str