Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
atominfo.h File Reference
#include <cstdint>
#include <vector>
+ Include dependency graph for atominfo.h:
+ This graph shows which files directly or indirectly include this file:

Description

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

Classes

struct  gmx::AtomInfoWithinMoleculeBlock
 Contains information about each atom in a molecule block of the global topology. More...
 

Variables

static constexpr int64_t gmx::sc_atomInfo_EnergyGroupIdMask = 0b11111111
 The first 8 bits are reserved for energy-group ID.
 
static constexpr int64_t gmx::sc_atomInfo_FreeEnergyPerturbation = 1 << 15
 Constants whose bit describes a property of an atom in AtomInfoWithinMoleculeBlock.atomInfo. More...
 
static constexpr int64_t gmx::sc_atomInfo_HasPerturbedCharge = 1 << 16
 
static constexpr int64_t gmx::sc_atomInfo_Exclusion = 1 << 17
 
static constexpr int64_t gmx::sc_atomInfo_Constraint = 1 << 20
 
static constexpr int64_t gmx::sc_atomInfo_Settle = 1 << 21
 
static constexpr int64_t gmx::sc_atomInfo_BondCommunication = 1 << 22
 
static constexpr int64_t gmx::sc_atomInfo_HasVdw = 1 << 23
 
static constexpr int64_t gmx::sc_atomInfo_HasCharge = 1 << 24