10int **direct_spatial_rotations();
11int **inverse_spatial_rotations();
12void request_spatial_paths_evaluation();
13void eval_all_glueball_ops(
int t, hr_complex *numerical_op);
14void measure_1pt_glueballs(
int nblockingstart,
int nblockingend,
double *smear_val, hr_complex *gb_storage);
15void eval_all_torellon_ops(
int t, hr_complex *numerical_op, hr_complex **polyf);
16void measure_1pt_torellons(
double *smear_val, hr_complex *tor_storage, hr_complex **pf);
17void report_gb_group_setup();
18void report_tor_group_setup();
41void collect_1pt_glueball_functions(
cor_list *lcor,
int nblocking, hr_complex *gb_storage);
42void collect_1pt_torellon_functions(
cor_list *lcor, hr_complex *tor_storage, hr_complex **polyf);
44#define total_n_glue_op 15
45#define total_n_tor_op 8
Type definitions and macros for complex numbers.
Simple output logging facility.
Definition glueballs.h:27
Definition glueballs.h:20
Definition glueballs.h:33