Hawaii Hybrid
Loading...
Searching...
No Matches
hep_hawaii.h
Go to the documentation of this file.
1#ifndef HAWAII_HEP_H_
2#define HAWAII_HEP_H_
3
4#include "hawaii.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
15
16void c_mpi_perform_integration(MoleculeSystem *ms, IntegrandType integrand_type, CalcParams *params, double Temperature, size_t niterations, size_t npoints, double *m, double *q);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // HAWAII_HEP_H_
IntegrandType
Definition hep_hawaii.h:10
@ INTEGRAND_PF
Definition hep_hawaii.h:13
@ INTEGRAND_M2
Definition hep_hawaii.h:12
@ INTEGRAND_M0
Definition hep_hawaii.h:11
void c_mpi_perform_integration(MoleculeSystem *ms, IntegrandType integrand_type, CalcParams *params, double Temperature, size_t niterations, size_t npoints, double *m, double *q)
Definition hep_hawaii.cpp:369
Definition hawaii.h:324
Angular variables and conjugated momenta are stored within the MoleculeSystem struct in the same orde...
Definition hawaii.h:277