5#ifndef MEASURE_MESONS_H
6#define MEASURE_MESONS_H
9#include "meson_observables.h"
20void init_meson_correlators(
int meas_offdiag);
21void init_discon_correlators(
void);
22void init_vcvl_correlators(
void);
23void init_cvc_correlators(
void);
24void free_meson_observables(
void);
27 int n_mom,
int offset,
int lt);
36void print_mesons(
meson_observable *mo,
double norm,
int conf,
int nm,
double *mass,
int lt,
int n_mom,
char *label);
42void print_formfactor(
int conf,
int nm,
double *mass,
int n_mom,
char *label,
int tf);
43void print_formfactor_ext(
int conf,
int nm,
double *mass,
int n_mom,
char *label,
int tf);
The elementary site structures defined in suN.h are used in this file to define field structures that...
Definition meson_observables.h:35
Spinor field array containing SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:189