Maestro 0.2.5
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
ExecutionCost.h File Reference
#include "../Simulators/QcsimPauliPropagator.h"
#include "../Simulators/Factory.h"
#include "../Utils/LogFile.h"
#include <cstddef>
+ Include dependency graph for ExecutionCost.h:

Go to the source code of this file.

Classes

struct  Estimators::ExecutionCost::CircuitInfo
 
class  Estimators::ExecutionCost
 
struct  Estimators::ExecutionCost::ExecutionInfo
 

Namespaces

namespace  Estimators
 

Macros

#define __EXECUTION_COST_H_
 

Detailed Description

Version
1.0

DESCRIPTION

Estimate the execution cost for a simulator, circuit and number of shots.

Rough estimtion of the execution cost (not time, we have estimators for that), based on O() complexity and some guesses. Unlike the estimators, this does not take into account multithreading and implementation details of the simulators.

Definition in file ExecutionCost.h.

Macro Definition Documentation

◆ __EXECUTION_COST_H_

#define __EXECUTION_COST_H_

Definition at line 19 of file ExecutionCost.h.