Hawaii Hybrid
Loading...
Searching...
No Matches
hep_hawaii.hpp
Go to the documentation of this file.
1#ifndef HAWAII_HEP_HPP_
2#define HAWAII_HEP_HPP_
3
4#include "hawaii.h"
5
6// included in <complex.h> and collides with templates in hep
7#undef I
8
9#include <hep/mc-mpi.hpp>
10
11typedef double (*Integrand)(hep::mc_point<double> const&);
12
13void transform_variables(hep::mc_point<double> const& x, double* transformed, double* Jac);
14
15double integrand_M0(hep::mc_point<double> const& x);
16double integrand_M2(hep::mc_point<double> const& x);
17double integrand_pf(hep::mc_point<double> const& x);
18
19void mpi_perform_integration(MoleculeSystem *ms, Integrand integrand, CalcParams *params, double Temperature, size_t niterations, size_t npoints, double *m, double *q);
20
21#endif // HAWAII_HEP_HPP_
void mpi_perform_integration(MoleculeSystem *ms, Integrand integrand, CalcParams *params, double Temperature, size_t niterations, size_t npoints, double *m, double *q)
mpi_perform_integration
Definition hep_hawaii.cpp:332
double integrand_M2(hep::mc_point< double > const &x)
integrand_M2
Definition hep_hawaii.cpp:228
double(* Integrand)(hep::mc_point< double > const &)
Definition hep_hawaii.hpp:11
double integrand_pf(hep::mc_point< double > const &x)
integrand_pf
Definition hep_hawaii.cpp:116
void transform_variables(hep::mc_point< double > const &x, double *transformed, double *Jac)
transform_variables
Definition hep_hawaii.cpp:8
double integrand_M0(hep::mc_point< double > const &x)
integrand_M0
Definition hep_hawaii.cpp:148
Definition hawaii.h:324
Angular variables and conjugated momenta are stored within the MoleculeSystem struct in the same orde...
Definition hawaii.h:277