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
18
int
main
(
int
argc,
char
** argv) {
19
return
purify::run_cli
(argc, argv);
20
}
main
int main(int argc, char **argv)
Runs the Purify command-line interface.
Definition
main.cpp:18
purify::run_cli
int run_cli(int argc, char **argv)
Dispatches the purify_cpp command-line interface.
Definition
purify_runtime.hpp:139
purify_runtime.hpp
CLI runtime helpers and command dispatch for the Purify executable.
cli
main.cpp
Generated by
1.9.8