|
Gromacs
2025.3
|
#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: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... | |
1.8.5