HiRep 0.1
Loading...
Searching...
No Matches
libhr.h
1/***************************************************************************\
2* Copyright (c) 2022, Claudio Pica *
3* All rights reserved. *
4\***************************************************************************/
5
6#ifndef LIBHR_H
7#define LIBHR_H
8
9#include "libhr_core.h"
10#include "error.h"
11#include "geometry.h"
12#include "inverters.h"
13#include "io.h"
14#include "memory.h"
15#include "observables.h"
16#include "random.h"
17#include "statistics.h"
18#include "update.h"
19#include "utils.h"
20
21#endif
This file contains information on the geometry of the local lattice, block decomposed geometry,...