pairinteraction
A Rydberg Interaction Calculator
bindings_info.cpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2024 Pairinteraction Developers
2
// SPDX-License-Identifier: LGPL-3.0-or-later
3
4
#include "
./Info.py.hpp
"
5
6
#include <nanobind/nanobind.h>
7
8
namespace
nb = nanobind;
9
10
NB_MODULE
(_info, m)
// NOLINT
11
{
12
nb::set_leak_warnings(
false
);
13
bind_info
(m);
14
}
bind_info
void bind_info(nb::module_ &m)
Definition:
Info.py.cpp:13
Info.py.hpp
NB_MODULE
NB_MODULE(_info, m)
Definition:
bindings_info.cpp:10
src
cpp
bindings
bindings_info.cpp
Generated on Tue Jun 17 2025 15:24:25 for pairinteraction by
1.9.4