pairinteraction
A Rydberg Interaction Calculator
Operator.py.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Pairinteraction Developers
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#pragma once
5
6#include <nanobind/nanobind.h>
7
8void bind_operator(nanobind::module_ &m);
void bind_operator(nanobind::module_ &m)