mirror of
https://github.com/paboyle/Grid.git
synced 2025-05-05 18:15:57 +01:00
11 lines
305 B
C
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
|