Maestro 0.1.0
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
Graphs Namespace Reference

Classes

class  IOptimiser
 Interface for optimiser classes. More...

Enumerations

enum class  OptimiserType {
  kMonteCarlo , kGreedy , kOptimal , kClifford ,
  kNone
}
 The type of optimiser. More...

Enumeration Type Documentation

◆ OptimiserType

enum class Graphs::OptimiserType
strong

The type of optimiser.

The type of optimiser to use. The 'optimal' is not actually optimal, unless the number of qubits is small.

Enumerator
kMonteCarlo 
kGreedy 
kOptimal 
kClifford 
kNone 

Definition at line 26 of file Optimiser.h.