Skip to content

ENH: added unfix to lammps input writer

Jon Quinlivan requested to merge (removed):lammps_input_unfix_command into master

Added support for unfix command in lammps input writer (ase/calculators/lammps/inputwriter.py)

Example with lammpsrun:

from ase.calculators.lammpsrun import LAMMPS

parameters={"unfix":["fix_id"]}
LAMMPS(parameters=parameters)

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

Merge request reports