pairinteraction
A Rydberg Interaction Calculator
paths.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 "
./paths.py.hpp
"
5
6
#include "
pairinteraction/utils/paths.hpp
"
7
8
#include <nanobind/nanobind.h>
9
#include <nanobind/stl/filesystem.h>
10
11
namespace
nb = nanobind;
12
using namespace
pairinteraction
;
13
14
void
bind_paths
(nb::module_ &m) {
15
m.def(
"get_cache_directory"
, &
paths::get_cache_directory
);
16
m.def(
"get_config_directory"
, &
paths::get_config_directory
);
17
}
pairinteraction::paths::get_config_directory
std::filesystem::path get_config_directory()
Definition:
paths.hpp:61
pairinteraction::paths::get_cache_directory
std::filesystem::path get_cache_directory()
Definition:
paths.hpp:29
pairinteraction
Definition:
Basis.hpp:18
paths.hpp
bind_paths
void bind_paths(nb::module_ &m)
Definition:
paths.py.cpp:14
paths.py.hpp
src
cpp
bindings
paths.py.cpp
Generated on Sun May 4 2025 09:11:20 for pairinteraction by
1.9.4