|
Maestro 0.2.5
Unified interface for quantum circuit simulation
|
#include <iostream>#include <boost/program_options.hpp>#include <algorithm>#include <stdlib.h>#include <stdio.h>#include <fstream>#include "Simulator.hpp"
Include dependency graph for maestroexe.cpp:Go to the source code of this file.
Functions | |
| static std::string | _get_env_var (const char *envs) |
| static std::string | GetConfigJson (int num_shots, int maxBondDim) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 12 of file maestroexe.cpp.
Referenced by main().
|
static |
Definition at line 35 of file maestroexe.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file maestroexe.cpp.
References _get_env_var(), SimpleSimulator::AddOptimizationSimulator(), SimpleSimulator::CreateSimpleSimulator(), SimpleSimulator::FreeResult(), GetConfigJson(), SimpleSimulator::Init(), SimpleSimulator::RemoveAllOptimizationSimulatorsAndAdd(), SimpleSimulator::SimpleEstimate(), and SimpleSimulator::SimpleExecute().