Gromacs
2024.4
|
#include <vector>
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 |