File u1field.h
File List > algebra > gaugealgebra > u1field.h
Go to the documentation of this file
#ifndef COSMOINTERFACE_GAUGEALGEBRA_U1FIELD_H
#define COSMOINTERFACE_GAUGEALGEBRA_U1FIELD_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. */
// File info: Main contributor(s): Franz R. Sattler, Year: 2026
#include "TempLat/lattice/algebra/complexalgebra/complexfield.h"
#include "TempLat/lattice/algebra/gaugealgebra/u1exponential.h"
namespace TempLat
{
template <typename T, size_t NDim> using U1Field = ComplexField<T, NDim>;
} // namespace TempLat
#endif