|
Gromacs
2026.0
|
#include <memory>#include <utility>#include "gromacs/mdrun/isimulator.h"
Include dependency graph for modularsimulator.h:
This graph shows which files directly or indirectly include this file:Provides the modular simulator.
Defines the ModularSimulator class. Provides ModularSimulator::isInputCompatible() utility function to determine whether the ModularSimulator should be used.
This header is currently the only part of the modular simulator module which is exposed. Mdrunner creates an object of type ModularSimulator (via SimulatorBuilder), and calls its run() method. Mdrunner also calls isInputCompatible(...). This could easily become a free function if this requires more exposure than otherwise necessary.
Classes | |
| class | gmx::ModularSimulator |
| The modular simulator. More... | |
1.8.5