pairinteraction
A Rydberg Interaction Calculator
FloatType.py.cpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2025 Pairinteraction Developers
2
// SPDX-License-Identifier: LGPL-3.0-or-later
3
4
#include "
./FloatType.py.hpp
"
5
6
#include "
pairinteraction/enums/FloatType.hpp
"
7
8
#include <nanobind/nanobind.h>
9
10
namespace
nb = nanobind;
11
using namespace
pairinteraction
;
12
13
void
bind_float_type
(nb::module_ &m) {
14
nb::enum_<FloatType>(m,
"FloatType"
)
15
.value(
"FLOAT32"
, FloatType::FLOAT32)
16
.value(
"FLOAT64"
, FloatType::FLOAT64);
17
}
FloatType.hpp
bind_float_type
void bind_float_type(nb::module_ &m)
Definition:
FloatType.py.cpp:13
FloatType.py.hpp
pairinteraction
Definition:
Basis.hpp:18
src
cpp
bindings
enums
FloatType.py.cpp
Generated on Sun May 4 2025 09:11:20 for pairinteraction by
1.9.4