Gromacs  2026.0-dev-20250116-fa3fd9d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
correlationtensor.cpp File Reference
#include "gmxpre.h"
#include "correlationtensor.h"
#include <cassert>
#include <climits>
#include <cmath>
#include "gromacs/math/functions.h"
#include "gromacs/math/utilities.h"
#include "gromacs/utility/fixedcapacityvector.h"
#include "gromacs/utility/gmxassert.h"
#include "dimparams.h"
+ Include dependency graph for correlationtensor.cpp:

Description

Implements the CorrelationTensor class for correlation tensor statistics.

Author
Viveca Lindahl
Berk Hess hess@.nosp@m.kth..nosp@m.se

Functions

int gmx::anonymous_namespace{correlationtensor.cpp}::getBlockIndex (double blockLength, double currentAccumulatedLength)
 Get the block index for the current block and simulation length. More...
 
double gmx::getSqrtDeterminant (gmx::ArrayRef< const double > correlationIntegral)
 Returns the volume element of the correlation metric. More...