MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / getTargets

Method getTargets

python/utils/LinkedLibraryHolder.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522std::vector<RuntimeTarget> LinkedLibraryHolder::getTargets() const {
523 std::vector<RuntimeTarget> ret;
524 for (auto &[name, target] : targets)
525 ret.emplace_back(target);
526 return ret;
527}
528
529std::string python::getTransportLayer(LinkedLibraryHolder *holder) {
530 if (holder && cudaq::detail::canModifyTarget()) {

Callers 15

buildMethod · 0.80
performAnalysisMethod · 0.80
v_decompositionMethod · 0.80
preCountMethod · 0.80
emitDecomposedFuncOpMethod · 0.80
emitDecomposedFuncOpMethod · 0.80
matchAndRewriteMethod · 0.80
needsDeallocationsMethod · 0.80
performAnalysisMethod · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by 1

matchAndRewriteMethod · 0.64