Source code for irradiapy.lammps.commands.mboost_ion
"""This module contains the MBoostIon class to mark when an ion must be boosted."""
from dataclasses import dataclass
from irradiapy.lammps.commands.command import Command
[docs]
@dataclass(kw_only=True)
class MBoostIon(Command):
"""Class to mark when an ion must be boosted."""