Coverage for ase / calculators / lammps / __init__.py: 100.00%
4 statements
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-04 10:20 +0000
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-04 10:20 +0000
1# fmt: off
3"""Collection of helper function for LAMMPS* calculator
4"""
5from .coordinatetransform import Prism
6from .inputwriter import CALCULATION_END_MARK, write_lammps_in
7from .unitconvert import convert
9__all__ = ["Prism", "write_lammps_in", "CALCULATION_END_MARK", "convert"]