Skip to content

File algebra.h

File List > algebra > algebra.h

Go to the documentation of this file

#ifndef TEMPLAT_LATTICE_ALGEBRA_ALGEBRA_H
#define TEMPLAT_LATTICE_ALGEBRA_ALGEBRA_H

/* This file is part of TempLat, available at https://cosmolattice.github.io/templat .
   Copyright 2021-2026 The TempLat authors, see AUTHORS.md.
   Released under the MIT license, see LICENSE.md. */

#include "TempLat/lattice/algebra/operators/operators.h"
#include "TempLat/lattice/algebra/listoperators/listoperators.h"
#include "TempLat/lattice/algebra/su2algebra/su2algebra.h"
#include "TempLat/lattice/algebra/complexalgebra/complexalgebra.h"
#include "TempLat/lattice/algebra/gaugealgebra/gaugealgebra.h"

#include "TempLat/lattice/algebra/coordinates/wavenumber.h"
#include "TempLat/lattice/algebra/coordinates/spatialcoordinate.h"

#include "TempLat/lattice/algebra/random/randomgaussianfield.h"

#endif