Fidelity-aware heuristic and search graph visualization #1648
Annotations
1 error and 10 warnings
|
include/DataLogger.hpp#L18
pass by value and use std::move
|
include/DataLogger.hpp#L19
parameter 'path' is passed by value and only copied once; consider moving it to avoid unnecessary copies
|
include/DataLogger.hpp#L65
member 'architecture' of type 'Architecture &' is a reference
|
include/DataLogger.hpp#L67
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
|
src/Mapper.cpp#L41
unchecked access to optional value
|
src/Mapper.cpp#L56
unchecked access to optional value
|
src/Mapper.cpp#L58
unchecked access to optional value
|
src/Mapper.cpp#L60
unchecked access to optional value
|
The logs for this run have expired and are no longer available.
Loading