HiRep 0.1
|
Read and save configurations. More...
Go to the source code of this file.
Functions | |
int | fwrite_BE_int (int *ptr, size_t n, FILE *fp) |
int | fwrite_LE_int (int *ptr, size_t n, FILE *fp) |
int | fwrite_BE_double (double *ptr, size_t n, FILE *fp) |
int | fwrite_LE_double (double *ptr, size_t n, FILE *fp) |
int | fread_BE_int (int *ptr, size_t n, FILE *fp) |
int | fread_LE_int (int *ptr, size_t n, FILE *fp) |
int | fread_BE_double (double *ptr, size_t n, FILE *fp) |
int | fread_LE_double (double *ptr, size_t n, FILE *fp) |
int | fread_BE_float (float *ptr, size_t n, FILE *fp) |
void | read_gauge_field (char filename[]) |
void | write_gauge_field (char filename[]) |
void | read_scalar_field (char filename[]) |
void | write_scalar_field (char filename[]) |
void | read_gauge_field_matrix (char filename[]) |
void | write_gauge_field_matrix (char filename[]) |
void | write_ranlxd_state (char filename[]) |
void | read_ranlxd_state (char filename[]) |
void | read_gauge_field_su2 (char filename[]) |
void | read_gauge_field_su2q (char filename[]) |
void | write_gauge_field_su2q (char filename[]) |
void | read_spinor_field_ascii (char filename[], spinor_field *sf) |
void | read_gauge_field_nocheck (char filename[]) |
void | print_mat (suNg *mat) |
Read and save configurations.