HiRep 0.1
Loading...
Searching...
No Matches
moreio.h
Go to the documentation of this file.
1/***************************************************************************\
2* Copyright (c) 2008, Agostino Patella, Claudio Pica *
3* All rights reserved. *
4\***************************************************************************/
5
11#ifndef MOREIO_H
12#define MOREIO_H
13
14#include "input_par.h"
15#include "spinor_field.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21void read_gauge_field_mpieo_BE(char filename[]);
22void write_gauge_field_mpieo_BE(char filename[]);
23
24void read_gauge_field_mpieo_LE(char filename[]);
25void write_gauge_field_mpieo_LE(char filename[]);
26
27void read_gauge_field_eolexi_BE(char filename[]);
28void write_gauge_field_eolexi_BE(char filename[]);
29
30void read_gauge_field_eolexi_LE(char filename[]);
31void write_gauge_field_eolexi_LE(char filename[]);
32
33void read_gauge_field_milc(char filename[]);
34void read_gauge_field_milc_no3row(char filename[]);
35void read_gauge_field_ascii(char filename[]);
36void read_gauge_field_fortran(char filename[]);
37
38void read_gauge_field_openQCD(char filename[]);
39void read_gauge_field_openQCD_SF(char filename[]);
40void write_gauge_field_openQCD(char filename[]);
41void write_gauge_field_hirep_pbc_to_obc(char filename[]);
42void write_gauge_field_hirep_pbc_to_sf(char filename[]);
43
44/* void write_spinor_field_eo_lexi(char filename[],spinor_field *sp); */
45void write_spinor_field(char filename[], spinor_field *sp);
46void read_spinor_field(char filename[], spinor_field *sp);
47
48#ifdef __cplusplus
49}
50#endif
51#endif
The elementary site structures defined in suN.h are used in this file to define field structures that...
Spinor field array containing SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:189