pairinteraction
A Rydberg Interaction Calculator
FloatType.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Pairinteraction Developers
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#pragma once
5
6namespace pairinteraction {
7// Floating point precision
8enum class FloatType { FLOAT32, FLOAT64 };
9} // namespace pairinteraction