Gromacs
2019
|
#include <vector>
#include "gromacs/gmxpreprocess/toppush.h"
#include "gromacs/topology/block.h"
#include "gromacs/topology/topology.h"
Provides utility functions for MiMiC QM/MM.
Functions | |
std::vector< int > | genQmmmIndices (const gmx_mtop_t &mtop) |
Generates the list of QM atoms. More... | |
std::vector<int> genQmmmIndices | ( | const gmx_mtop_t & | mtop | ) |
Generates the list of QM atoms.
This function generates vector containing global IDs of QM atoms based on the information stored in the QM/MM group (egcQMMM)
[in] | mtop | Global topology object |