no method matching affectedqubits(::NoiseOpAll)
and apply!(::PauliFrame{...}, ::BellMeasurement)
#337
Labels
bug
Something isn't working
Describe the bug 🐞
Whilst going through the examples of noisy circuits, there are two methods that are not defined which are detailed below.
Expected behavior
Either it's a documentation issue or it's an issue with the missing methods for the two exmples cases in which a user might try to unknowingly end up with the same issue. Hopefully, maybe there is some merit to define the missing methods. Or maybe I am missing something and there are valid reasons that I don't know of why the methods were not defined in
affectedqubits.jl
andpauliframes.jl
. Please find the MRE attached below:Minimal Reproducible Example 👇
Error & Stacktrace or other complete output produced by the MRE⚠️
Continuing with no noise, we see a different error, this time with
PauliFrame:
Error & Stacktrace or other complete output produced by the MRE⚠️
Error & Stacktrace or other complete output produced by the MRE⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
QuantumClifford v0.9.9
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
QuantumClifford v0.9.9
versioninfo()
The text was updated successfully, but these errors were encountered: