pairinteraction
A Rydberg Interaction Calculator
setup.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
6namespace pairinteraction {
7void setup();
8} // namespace pairinteraction
void setup()
Definition: setup.cpp:18