Gromacs
2024.3
|
#include <gromacs/topology/index.h>
An index group consisting or a name and list of atom indices.
Public Attributes | |
std::string | name |
The name of the group, should not be empty. | |
std::vector< int > | particleIndices |
List of atom indices. | |