Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/correlationfunctions/autocorr.h"
#include <cmath>
#include <memory>
#include <gtest/gtest.h>
#include "gromacs/correlationfunctions/expfit.h"
#include "gromacs/fft/fft.h"
#include "gromacs/utility/gmxassert.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::anonymous_namespace{autocorr.cpp}::CorrelationDataSetPointer |
Definition of pointer to class containing test data. | |