Gromacs  2026.0-dev-20251119-5f0a571d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
atominfo.h File Reference
#include <cstdint>
#include <vector>
+ Include dependency graph for atominfo.h:

Description

This file makes declarations used for storing bitfields describing each atom so that other modules can efficiently process them.

Variables

static constexpr int32_t gmx::sc_atomInfo_EnergyGroupIdMask = 0b11111111
 The first 8 bits are reserved for energy-group ID.
 
static constexpr int32_t gmx::sc_atomInfo_FreeEnergyPerturbation = 1 << 8
 Constants whose bit describes a property of an atom in AtomInfoWithinMoleculeBlock.atomInfo. More...
 
static constexpr int32_t gmx::sc_atomInfo_HasPerturbedCharge = 1 << 9
 
static constexpr int32_t gmx::sc_atomInfo_Exclusion = 1 << 10
 
static constexpr int32_t gmx::sc_atomInfo_Constraint = 1 << 11
 
static constexpr int32_t gmx::sc_atomInfo_Settle = 1 << 12
 
static constexpr int32_t gmx::sc_atomInfo_BondCommunication = 1 << 13
 
static constexpr int32_t gmx::sc_atomInfo_HasVdw = 1 << 14
 
static constexpr int32_t gmx::sc_atomInfo_HasCharge = 1 << 15
 
static constexpr int32_t gmx::sc_atomInfo_IsFillerParticle = 1 << 16