Fidelity-aware heuristic and search graph visualization #1633
Annotations
1 error and 10 warnings
|
include/Architecture.hpp#L243
function 'isEdgeConnected' should be marked [[nodiscard]]
|
include/DataLogger.hpp#L18
pass by value and use std::move
|
include/DataLogger.hpp#L21
'nqubits' should be initialized in a member initializer of the constructor
|
include/DataLogger.hpp#L26
use emplace_back instead of push_back
|
include/DataLogger.hpp#L29
use emplace_back instead of push_back
|
include/DataLogger.hpp#L67
member 'architecture' of type 'Architecture &' is a reference
|
include/DataLogger.hpp#L69
member 'inputCircuit' of type 'qc::QuantumComputation &' is a reference
|
include/Mapper.hpp#L53
member 'architecture' of type 'Architecture &' is a reference
|
include/configuration/Configuration.hpp#L18
Excessive padding in 'struct Configuration' (33 padding bytes, where 1 is optimal). Optimal fields order: nrLookaheads, firstLookaheadFactor, lookaheadFactor, teleportationQubits, teleportationSeed, timeout, swapLimit, dataLoggingPath, subgraph, method, layering, initialLayout, encoding, commanderGrouping, swapReduction, preMappingOptimizations, postMappingOptimizations, addMeasurementsToMappedCircuit, swapOnFirstLayer, verbose, debug, lookahead, admissibleHeuristic, considerFidelity, useTeleportation, teleportationFake, useSubsets, includeWCNF, enableSwapLimits, useBDD, consider reordering the fields or adding explicit padding members
|
include/configuration/Configuration.hpp#L32
redundant string initialization
|
The logs for this run have expired and are no longer available.
Loading