#include <iostream>
#include <boost/program_options.hpp>
#include <algorithm>
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
#include "Simulator.hpp"
Go to the source code of this file.
|
| static std::string | _get_env_var (const char *envs) |
| |
| static std::string | GetConfigJson (int num_shots, int maxBondDim) |
| |
| int | main (int argc, char **argv) |
| |
◆ _get_env_var()
| static std::string _get_env_var |
( |
const char * |
envs | ) |
|
|
static |
◆ GetConfigJson()
| static std::string GetConfigJson |
( |
int |
num_shots, |
|
|
int |
maxBondDim |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |