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_
22
23/*
24 * Copyright (C) 2026 A.Finenko & D.Chistikov
25 * Distributed under the GNU General Public License, version 3
26 *
27 * This program is free software: you can redistribute it and/or modify
28 * it under the terms of the GNU General Public License as published by
29 * the Free Software Foundation, either version 3 of the License, or
30 * (at your option) any later version.
31 *
32 * This program is distributed in the hope that it will be useful,
33 * but WITHOUT ANY WARRANTY; without even the implied warranty of
34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 * GNU General Public License for more details.
36 *
37 * You should have received a copy of the GNU General Public License
38 * along with this program. If not, see <http://www.gnu.org/licenses/>.
39 */
40
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:326
Angular variables and conjugated momenta are stored within the MoleculeSystem struct in the same orde...
Definition hawaii.h:278