Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/math/gausstransform.h"
#include <array>
#include <numeric>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/math/vec.h"
#include "gromacs/mdspan/extensions.h"
#include "testutils/testasserts.h"
#include "testutils/testmatchers.h"
Tests for Gaussian spreading.