HiRep 0.1
Loading...
Searching...
No Matches
archive.h File Reference

Read and save configurations. More...

#include <stdio.h>
#include "spinor_field.h"
Include dependency graph for archive.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Read and save configurations.