Gromacs
2025.2
|
#include "gmxpre.h"
#include "qmmmtopologypreprocessor.h"
#include <cstddef>
#include <filesystem>
#include "gromacs/applied_forces/qmmm/qmmmtypes.h"
#include "gromacs/selection/indexutil.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/topology/idef.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/topology/mtop_atomloops.h"
#include "gromacs/topology/mtop_lookup.h"
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/fatalerror.h"
Implements QMMMTopologyPreprocessor.