irradiapy.lammps.commands.lattice module

This module contains the Lattice class for LAMMPS lattice commands.

class irradiapy.lammps.commands.lattice.Lattice(*, style='none', scale=1.0, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS lattice command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]
scale: str = 1.0
style: str = 'none'