Gromacs
2026.0-dev-20250116-fa3fd9d
|
#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"
Implements the CorrelationTensor class for correlation tensor statistics.
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... | |