Gromacs
2026.0-dev-20250708-4043d16
|
#include "gmxpre.h"
#include "gromacs/correlationfunctions/autocorr.h"
#include <cmath>
#include <memory>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/commandline/pargs.h"
#include "gromacs/correlationfunctions/expfit.h"
#include "gromacs/fft/fft.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/real.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "correlationdataset.h"
Implements test of autocorrelation function routines.
Typedefs | |
typedef std::unique_ptr < CorrelationDataSet > | gmx::test::anonymous_namespace{autocorr.cpp}::CorrelationDataSetPointer |
Definition of pointer to class containing test data. | |