=================== BaseSimulator Class =================== The ``BaseSimulator`` class serves as the foundational interface for handling simulation logic. It separates the specific implementation details from the general logic required for Atomic Simulation Environment (ASE) based workflows. .. autoclass:: flames.base_simulator.BaseSimulator :members: :noindex: :undoc-members: :inherited-members: