Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/math/densityfittingforce.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/math/multidimarray.h"
#include "gromacs/math/units.h"
#include "gromacs/math/utilities.h"
#include "gromacs/math/vec.h"
#include "gromacs/mdspan/extensions.h"
#include "testutils/testasserts.h"
#include "testutils/testmatchers.h"
Tests for the density fitting force.