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

Method get_ops

runtime/common/NoiseModel.cpp:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252std::vector<kraus_op> kraus_channel::get_ops() const { return ops; }
253
254void kraus_channel::push_back(kraus_op op, std::optional<std::string> name) {
255 ops.push_back(op);

Callers 6

initSubClassMethod · 0.80
TESTFunction · 0.80
applyNoiseChannelMethod · 0.80
applyNoiseMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64