Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
std::vector<kraus_op> kraus_channel::get_ops() const { return ops; }
253
254
void kraus_channel::push_back(kraus_op op, std::optional<std::string> name) {
255
ops.push_back(op);
Callers
6
initSubClass
Method · 0.80
test_noise_instruction_exposes_params_and_channel
Function · 0.80
TEST
Function · 0.80
applyNoiseChannel
Method · 0.80
applyNoise
Method · 0.80
inspect_execution_data.py
File · 0.80
Calls
no outgoing calls
Tested by
2
test_noise_instruction_exposes_params_and_channel
Function · 0.64
TEST
Function · 0.64