|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/correlationfunctions/expfit.h"#include "config.h"#include <cmath>#include <filesystem>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/fileio/oenv.h"#include "gromacs/fileio/xvgr.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/real.h"#include "gromacs/utility/smalloc.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"
Include dependency graph for expfit.cpp:Implements test of exponential fitting routines.
1.8.5