1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-05-05 18:15:57 +01:00
Grid/Grid/qcd/representations/Representations.h
2021-10-12 16:00:32 +01:00

11 lines
305 B
C

#ifndef REPRESENTATIONS_H
#define REPRESENTATIONS_H
#include <Grid/qcd/representations/adjoint.h>
#include <Grid/qcd/representations/two_index.h>
#include <Grid/qcd/representations/fundamental.h>
#include <Grid/qcd/representations/spfundamental.h>
#include <Grid/qcd/representations/hmc_types.h>
#endif