20#ifndef ESPRESSO_SRC_SCAFACOS_DIPOLES_HPP
21#define ESPRESSO_SRC_SCAFACOS_DIPOLES_HPP
32#ifdef FCS_ENABLE_DIPOLES
38 Dipoles(MPI_Comm comm, std::string method, std::string parameters);
41 void set_runtime_parameters(
double const *box_l,
int const *periodicity,
45 void run(std::vector<double> &dipoles, std::vector<double> &positions,
46 std::vector<double> &fields, std::vector<double> &potentials);