![]() |
pairinteraction
A Rydberg Interaction Calculator
|
#include "pairinteraction/database/ParquetManager.hpp"
#include "pairinteraction/database/Database.hpp"
#include "pairinteraction/database/GitHubDownloader.hpp"
#include <doctest/doctest.h>
#include <duckdb.hpp>
#include <filesystem>
#include <fstream>
#include <miniz.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Data Structures | |
class | pairinteraction::MockDownloader |
Namespaces | |
namespace | pairinteraction |
Functions | |
pairinteraction::TEST_CASE ("ParquetManager functionality with mocked downloader") | |
pairinteraction::DOCTEST_TEST_CASE ("ParquetManager functionality with github downloader") | |