|
| virtual | ~SimulatorsEstimatorInterface ()=default |
| |
| virtual bool | IsInitialized () const =0 |
| |
| virtual std::shared_ptr< Simulators::ISimulator > | ChooseBestSimulator (const std::vector< std::pair< Simulators::SimulatorType, Simulators::SimulationType > > &simulatorTypes, const std::shared_ptr< Circuits::Circuit< Time > > &dcirc, size_t &counts, size_t nrQubits, size_t nrCbits, size_t nrResultCbits, Simulators::SimulatorType &simType, Simulators::SimulationType &method, std::vector< bool > &executed, const std::string &maxBondDim, const std::string &singularValueThreshold, const std::string &mpsSample, size_t maxSimulators, const std::vector< std::string > *paulis, bool multithreading=false, bool dontRunCircuitStart=false) const =0 |
| |
template<typename Time = Types::time_type>
class Estimators::SimulatorsEstimatorInterface< Time >
An interface for runtime estimators.
A class derived from this is able to estimate the time to simulate a circuit, using various means (for example using the O() complexity of the algorithms). It uses the estimation to choose the best simulator for a given circuit and number of shots.
- Template Parameters
-
| Time | The time type used for operation timing. |
Definition at line 32 of file SimulatorsEstimatorInterface.h.