purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1// Copyright (c) 2026 Judica, Inc.
2// Distributed under the MIT software license, see the accompanying
3// file COPYING or https://opensource.org/license/mit/.
4
10#include "purify_runtime.hpp"
11
18int main(int argc, char** argv) {
19 return purify::run_cli(argc, argv);
20}
int main(int argc, char **argv)
Runs the Purify command-line interface.
Definition main.cpp:18
int run_cli(int argc, char **argv)
Dispatches the purify_cpp command-line interface.
CLI runtime helpers and command dispatch for the Purify executable.