Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/correlationfunctions/manyautocorrelation.h"
#include <cmath>
#include <memory>
#include <gtest/gtest.h>
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
Implements low level test of manyautocorrelation routines.