[INFO] fetching crate qoqo 1.21.0...
[INFO] checking qoqo-1.21.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate qoqo 1.21.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate qoqo 1.21.0
[INFO] finished tweaking crates.io crate qoqo 1.21.0
[INFO] tweaked toml for crates.io crate qoqo 1.21.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qoqo 1.21.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qoqo 1.21.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94379c97256948fa0536ba2c8cd7c16b28eb1b014840b00fa32369c633a37152
[INFO] running `Command { std: "docker" "start" "-a" "94379c97256948fa0536ba2c8cd7c16b28eb1b014840b00fa32369c633a37152", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94379c97256948fa0536ba2c8cd7c16b28eb1b014840b00fa32369c633a37152", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94379c97256948fa0536ba2c8cd7c16b28eb1b014840b00fa32369c633a37152", kill_on_drop: false }`
[INFO] [stdout] 94379c97256948fa0536ba2c8cd7c16b28eb1b014840b00fa32369c633a37152
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a1c9acec268fa3a07acbbfa24fcd8c63b8d85440688853145a53788268ba972
[INFO] running `Command { std: "docker" "start" "-a" "0a1c9acec268fa3a07acbbfa24fcd8c63b8d85440688853145a53788268ba972", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling unindent v0.2.4
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking inventory v0.3.20
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling pyo3-build-config v0.25.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking num-cmp v0.1.0
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking uuid-simd v0.8.0
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling pyo3-ffi v0.25.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.25.1
[INFO] [stderr]    Compiling pyo3 v0.25.1
[INFO] [stderr]    Compiling numpy v0.25.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking fancy-regex v0.16.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling roqoqo v1.21.0
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling struqture-py-macros v2.2.3
[INFO] [stderr]    Compiling roqoqo-derive v1.21.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking ref-cast v1.0.24
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling pyo3-macros v0.25.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling struqture-py v2.2.3
[INFO] [stderr]    Compiling qoqo v1.21.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking fluent-uri v0.3.2
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking petgraph v0.8.2
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking fraction v0.15.3
[INFO] [stderr]    Compiling schemars v1.0.4
[INFO] [stderr]     Checking reqwest v0.12.22
[INFO] [stderr]     Checking referencing v0.32.1
[INFO] [stderr]     Checking qoqo_calculator v1.7.1
[INFO] [stderr]     Checking jsonschema v0.32.1
[INFO] [stderr]     Checking qoqo_calculator_pyo3 v1.7.1
[INFO] [stderr]     Checking struqture v1.13.4
[INFO] [stderr]     Checking nalgebra v0.34.0
[INFO] [stderr]    Compiling struqture v2.2.3
[INFO] [stderr]    Compiling qoqo-macros v1.21.0
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/lib.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn available_gates_hqslang() -> Vec<String> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:768
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::SingleQubitGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:768
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , SingleQubitGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1062
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::RotateXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1062
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... new (py , RotateXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1356
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::RotateYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1356
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... new (py , RotateYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1650
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::RotateZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1650
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... new (py , RotateZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1971
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::PhaseShiftState1Wrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:1971
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., PhaseShiftState1Wrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2292
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::PhaseShiftState0Wrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2292
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., PhaseShiftState0Wrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2583
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::PauliXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2583
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...: new (py , PauliXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2874
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::PauliYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:2874
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...: new (py , PauliYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3165
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::PauliZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3165
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...: new (py , PauliZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3468
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::SqrtPauliXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3468
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...w (py , SqrtPauliXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3780
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::InvSqrtPauliXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:3780
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , InvSqrtPauliXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4077
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::HadamardWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4077
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , HadamardWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4365
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::SGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4365
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...:: new (py , SGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4662
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::InvSGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4662
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , InvSGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4950
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::TGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:4950
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...:: new (py , TGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5247
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::InvTGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5247
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , InvTGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5595
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::RotateAroundSphericalAxisWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5595
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...roundSphericalAxisWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5892
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::RotateXYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:5892
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , RotateXYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6174
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::GPiWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6174
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y :: new (py , GPiWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6459
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::GPi2Wrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6459
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... :: new (py , GPi2Wrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6756
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::IdentityWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:6756
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , IdentityWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7059
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::SqrtPauliYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7059
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...w (py , SqrtPauliYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7371
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::InvSqrtPauliYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7371
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , InvSqrtPauliYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7662
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::SXGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7662
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...: new (py , SXGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7962
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, single_qubit_gate_operations::InvSXGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:7962
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ew (py , InvSXGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8322
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaSetNumberOfMeasurementsWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8322
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...mberOfMeasurementsWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8625
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaLoopWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8625
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...w (py , PragmaLoopWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8946
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaRepeatGateWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:8946
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., PragmaRepeatGateWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9273
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaOverrotationWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9273
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...PragmaOverrotationWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9594
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaBoostNoiseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9594
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., PragmaBoostNoiseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9936
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaStopParallelBlockWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:9936
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...aStopParallelBlockWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaGlobalPhaseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PragmaGlobalPhaseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10566
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaSleepWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10566
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... (py , PragmaSleepWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10890
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaActiveResetWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:10890
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PragmaActiveResetWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11250
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaStartDecompositionBlockWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11250
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...DecompositionBlockWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11607
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaStopDecompositionBlockWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11607
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...DecompositionBlockWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11919
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaDampingWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:11919
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , PragmaDampingWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12246
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaDepolarisingWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12246
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...PragmaDepolarisingWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12564
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaDephasingWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12564
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , PragmaDephasingWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12888
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaRandomNoiseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:12888
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PragmaRandomNoiseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13212
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaConditionalWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13212
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PragmaConditionalWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13554
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaControlledCircuitWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13554
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...aControlledCircuitWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13839
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::CNOTWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:13839
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... :: new (py , CNOTWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14124
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::SWAPWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14124
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... :: new (py , SWAPWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14412
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ISwapWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14412
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...:: new (py , ISwapWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14712
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::SqrtISwapWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:14712
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ew (py , SqrtISwapWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15021
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::InvSqrtISwapWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15021
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , InvSqrtISwapWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15309
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::FSwapWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15309
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...:: new (py , FSwapWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15630
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::MolmerSorensenXXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15630
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., MolmerSorensenXXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15939
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::VariableMSXXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:15939
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , VariableMSXXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16254
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::GivensRotationWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16254
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y , GivensRotationWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16605
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::GivensRotationLittleEndianWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16605
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...tationLittleEndianWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16884
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::XYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:16884
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...Py :: new (py , XYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17217
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ControlledPhaseShiftWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17217
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ntrolledPhaseShiftWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17538
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ControlledPauliYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17538
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., ControlledPauliYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17859
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ControlledPauliZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:17859
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., ControlledPauliZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18144
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::QsimWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18144
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... :: new (py , QsimWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18429
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::FsimWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18429
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... :: new (py , FsimWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18747
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::SpinInteractionWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:18747
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , SpinInteractionWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19050
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::BogoliubovWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19050
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...w (py , BogoliubovWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19362
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::PMInteractionWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19362
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , PMInteractionWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19695
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ComplexPMInteractionWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:19695
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...mplexPMInteractionWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20037
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::PhaseShiftedControlledZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20037
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ShiftedControlledZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20391
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::PhaseShiftedControlledPhaseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20391
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...tedControlledPhaseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20715
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ControlledRotateXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:20715
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... ControlledRotateXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21042
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::ControlledRotateXYWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21042
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ControlledRotateXYWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21369
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, two_qubit_gate_operations::EchoCrossResonanceWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21369
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...EchoCrossResonanceWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21720
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::ControlledControlledPauliZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:21720
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...edControlledPauliZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22083
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::ControlledControlledPhaseShiftWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22083
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ntrolledPhaseShiftWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22377
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::ToffoliWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22377
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... new (py , ToffoliWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22692
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::ControlledSWAPWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:22692
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y , ControlledSWAPWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23064
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::PhaseShiftedControlledControlledZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23064
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...trolledControlledZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23448
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, three_qubit_gate_operations::PhaseShiftedControlledControlledPhaseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23448
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ledControlledPhaseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23787
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, four_qubit_gate_operations::TripleControlledPauliXWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:23787
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...leControlledPauliXWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24126
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, four_qubit_gate_operations::TripleControlledPauliZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24126
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...leControlledPauliZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24477
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, four_qubit_gate_operations::TripleControlledPhaseShiftWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24477
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ntrolledPhaseShiftWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24786
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, multi_qubit_gate_operations::MultiQubitMSWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:24786
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , MultiQubitMSWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25101
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, multi_qubit_gate_operations::MultiQubitCNOTWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25101
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y , MultiQubitCNOTWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25410
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, multi_qubit_gate_operations::MultiQubitZZWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25410
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , MultiQubitZZWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25692
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, multi_qubit_gate_operations::QFTWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:25692
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y :: new (py , QFTWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26001
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::MeasureQubitWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26001
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , MeasureQubitWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26334
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::PragmaGetStateVectorWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26334
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...agmaGetStateVectorWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26673
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::PragmaGetDensityMatrixWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:26673
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...maGetDensityMatrixWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27036
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::PragmaGetOccupationProbabilityWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27036
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...upationProbabilityWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27372
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::PragmaGetPauliProductWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27372
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...gmaGetPauliProductWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27720
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, measurement_operations::PragmaRepeatedMeasurementWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:27720
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...epeatedMeasurementWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28038
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::DefinitionFloatWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28038
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , DefinitionFloatWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28362
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::DefinitionComplexWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28362
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... DefinitionComplexWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28680
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::DefinitionUsizeWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28680
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , DefinitionUsizeWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28992
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::DefinitionBitWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:28992
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , DefinitionBitWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29304
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::InputSymbolicWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29304
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...py , InputSymbolicWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29601
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, define_operations::InputBitWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29601
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...new (py , InputBitWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29901
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, bosonic_operations::SqueezingWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:29901
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ew (py , SqueezingWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30225
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, bosonic_operations::PhaseDisplacementWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30225
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PhaseDisplacementWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30528
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, bosonic_operations::PhaseShiftWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30528
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...w (py , PhaseShiftWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30837
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, bosonic_operations::BeamSplitterWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:30837
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...(py , BeamSplitterWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31155
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, bosonic_operations::PhotonDetectionWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31155
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... , PhotonDetectionWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31461
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::QuantumRabiWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31461
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... (py , QuantumRabiWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31794
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::LongitudinalCouplingWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:31794
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ngitudinalCouplingWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32109
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::JaynesCummingsWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32109
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...y , JaynesCummingsWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32442
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::SingleExcitationLoadWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32442
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...ngleExcitationLoadWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32778
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::SingleExcitationStoreWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:32778
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...gleExcitationStoreWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33099
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, spin_boson_operations::CZQubitResonatorWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33099
[INFO] [stdout]   |
[INFO] [stdout] 1 | ..., CZQubitResonatorWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33432
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaSetStateVectorWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33432
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...agmaSetStateVectorWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33775
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaSetDensityMatrixWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:33775
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...maSetDensityMatrixWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34106
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaGeneralNoiseWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34106
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...PragmaGeneralNoiseWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34437
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaChangeDeviceWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34437
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...PragmaChangeDeviceWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pyo3::PyAny>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34765
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . map_err (| _ | PyValueErro...
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, pragma_operations::PragmaAnnotatedOpWrapper>, Infallible>
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/qoqo-73f9bfb040fad0c6/out/_auto_generated_operation_conversion.rs:1:34765
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... PragmaAnnotatedOpWrapper { internal }) . unwrap () ; pyref . into_pyobject (py) . map (| bound | bound . as_any () . to_owned ()) . m...
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::SingleQubitGateWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[wrap(
[INFO] [stdout] 27 | |     Operate,
[INFO] [stdout] 28 | |     OperateSingleQubit,
[INFO] [stdout] 29 | |     OperateSingleQubitGate,
[INFO] [stdout] 30 | |     OperateGate,
[INFO] [stdout] 31 | |     JsonSchema
[INFO] [stdout] 32 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::RotateXWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / #[wrap(
[INFO] [stdout] 59 | |     Operate,
[INFO] [stdout] 60 | |     OperateSingleQubit,
[INFO] [stdout] 61 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     JsonSchema
[INFO] [stdout] 65 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::RotateYWrapper, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/single_qubit_gate_operations.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | / #[wrap(
[INFO] [stdout] 88 | |     Operate,
[INFO] [stdout] 89 | |     OperateSingleQubit,
[INFO] [stdout] 90 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |     JsonSchema
[INFO] [stdout] 94 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::RotateZWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / #[wrap(
[INFO] [stdout] 117 | |     Operate,
[INFO] [stdout] 118 | |     OperateSingleQubit,
[INFO] [stdout] 119 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     JsonSchema
[INFO] [stdout] 123 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::PhaseShiftState1Wrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | / #[wrap(
[INFO] [stdout] 146 | |     Operate,
[INFO] [stdout] 147 | |     OperateSingleQubit,
[INFO] [stdout] 148 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     JsonSchema
[INFO] [stdout] 152 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::PhaseShiftState0Wrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / #[wrap(
[INFO] [stdout] 173 | |     Operate,
[INFO] [stdout] 174 | |     OperateSingleQubit,
[INFO] [stdout] 175 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     JsonSchema
[INFO] [stdout] 179 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::PauliXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / #[wrap(
[INFO] [stdout] 200 | |     Operate,
[INFO] [stdout] 201 | |     OperateSingleQubit,
[INFO] [stdout] 202 | |     OperateGate,
[INFO] [stdout] 203 | |     OperateSingleQubitGate,
[INFO] [stdout] 204 | |     JsonSchema
[INFO] [stdout] 205 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::PauliYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / #[wrap(
[INFO] [stdout] 223 | |     Operate,
[INFO] [stdout] 224 | |     OperateSingleQubit,
[INFO] [stdout] 225 | |     OperateGate,
[INFO] [stdout] 226 | |     OperateSingleQubitGate,
[INFO] [stdout] 227 | |     JsonSchema
[INFO] [stdout] 228 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::PauliZWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / #[wrap(
[INFO] [stdout] 246 | |     Operate,
[INFO] [stdout] 247 | |     OperateSingleQubit,
[INFO] [stdout] 248 | |     OperateGate,
[INFO] [stdout] 249 | |     OperateSingleQubitGate,
[INFO] [stdout] 250 | |     JsonSchema
[INFO] [stdout] 251 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::SqrtPauliXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / #[wrap(
[INFO] [stdout] 269 | |     Operate,
[INFO] [stdout] 270 | |     OperateSingleQubit,
[INFO] [stdout] 271 | |     OperateGate,
[INFO] [stdout] 272 | |     OperateSingleQubitGate,
[INFO] [stdout] 273 | |     JsonSchema
[INFO] [stdout] 274 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::InvSqrtPauliXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / #[wrap(
[INFO] [stdout] 292 | |     Operate,
[INFO] [stdout] 293 | |     OperateSingleQubit,
[INFO] [stdout] 294 | |     OperateGate,
[INFO] [stdout] 295 | |     OperateSingleQubitGate,
[INFO] [stdout] 296 | |     JsonSchema
[INFO] [stdout] 297 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::HadamardWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | / #[wrap(
[INFO] [stdout] 315 | |     Operate,
[INFO] [stdout] 316 | |     OperateSingleQubit,
[INFO] [stdout] 317 | |     OperateGate,
[INFO] [stdout] 318 | |     OperateSingleQubitGate,
[INFO] [stdout] 319 | |     JsonSchema
[INFO] [stdout] 320 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::SGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:337:1
[INFO] [stdout]     |
[INFO] [stdout] 337 | / #[wrap(
[INFO] [stdout] 338 | |     Operate,
[INFO] [stdout] 339 | |     OperateSingleQubit,
[INFO] [stdout] 340 | |     OperateGate,
[INFO] [stdout] 341 | |     OperateSingleQubitGate,
[INFO] [stdout] 342 | |     JsonSchema
[INFO] [stdout] 343 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::InvSGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:360:1
[INFO] [stdout]     |
[INFO] [stdout] 360 | / #[wrap(
[INFO] [stdout] 361 | |     Operate,
[INFO] [stdout] 362 | |     OperateSingleQubit,
[INFO] [stdout] 363 | |     OperateGate,
[INFO] [stdout] 364 | |     OperateSingleQubitGate,
[INFO] [stdout] 365 | |     JsonSchema
[INFO] [stdout] 366 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::TGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:383:1
[INFO] [stdout]     |
[INFO] [stdout] 383 | / #[wrap(
[INFO] [stdout] 384 | |     Operate,
[INFO] [stdout] 385 | |     OperateSingleQubit,
[INFO] [stdout] 386 | |     OperateGate,
[INFO] [stdout] 387 | |     OperateSingleQubitGate,
[INFO] [stdout] 388 | |     JsonSchema
[INFO] [stdout] 389 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::InvTGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | / #[wrap(
[INFO] [stdout] 407 | |     Operate,
[INFO] [stdout] 408 | |     OperateSingleQubit,
[INFO] [stdout] 409 | |     OperateGate,
[INFO] [stdout] 410 | |     OperateSingleQubitGate,
[INFO] [stdout] 411 | |     JsonSchema
[INFO] [stdout] 412 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::RotateAroundSphericalAxisWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | / #[wrap(
[INFO] [stdout] 430 | |     Operate,
[INFO] [stdout] 431 | |     OperateSingleQubit,
[INFO] [stdout] 432 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     JsonSchema
[INFO] [stdout] 436 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::RotateXYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:469:1
[INFO] [stdout]     |
[INFO] [stdout] 469 | / #[wrap(
[INFO] [stdout] 470 | |     Operate,
[INFO] [stdout] 471 | |     OperateSingleQubit,
[INFO] [stdout] 472 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 475 | |     JsonSchema
[INFO] [stdout] 476 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::GPiWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | / #[wrap(
[INFO] [stdout] 497 | |     Operate,
[INFO] [stdout] 498 | |     OperateSingleQubit,
[INFO] [stdout] 499 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 502 | |     JsonSchema
[INFO] [stdout] 503 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::GPi2Wrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:521:1
[INFO] [stdout]     |
[INFO] [stdout] 521 | / #[wrap(
[INFO] [stdout] 522 | |     Operate,
[INFO] [stdout] 523 | |     OperateSingleQubit,
[INFO] [stdout] 524 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 527 | |     JsonSchema
[INFO] [stdout] 528 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::IdentityWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | / #[wrap(
[INFO] [stdout] 547 | |     Operate,
[INFO] [stdout] 548 | |     OperateSingleQubit,
[INFO] [stdout] 549 | |     OperateGate,
[INFO] [stdout] 550 | |     OperateSingleQubitGate,
[INFO] [stdout] 551 | |     JsonSchema
[INFO] [stdout] 552 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::SqrtPauliYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | / #[wrap(
[INFO] [stdout] 568 | |     Operate,
[INFO] [stdout] 569 | |     OperateSingleQubit,
[INFO] [stdout] 570 | |     OperateGate,
[INFO] [stdout] 571 | |     OperateSingleQubitGate,
[INFO] [stdout] 572 | |     JsonSchema
[INFO] [stdout] 573 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::InvSqrtPauliYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / #[wrap(
[INFO] [stdout] 591 | |     Operate,
[INFO] [stdout] 592 | |     OperateSingleQubit,
[INFO] [stdout] 593 | |     OperateGate,
[INFO] [stdout] 594 | |     OperateSingleQubitGate,
[INFO] [stdout] 595 | |     JsonSchema
[INFO] [stdout] 596 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::SXGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:613:1
[INFO] [stdout]     |
[INFO] [stdout] 613 | / #[wrap(
[INFO] [stdout] 614 | |     Operate,
[INFO] [stdout] 615 | |     OperateSingleQubit,
[INFO] [stdout] 616 | |     OperateGate,
[INFO] [stdout] 617 | |     OperateSingleQubitGate,
[INFO] [stdout] 618 | |     JsonSchema
[INFO] [stdout] 619 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<single_qubit_gate_operations::InvSXGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/single_qubit_gate_operations.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout] 636 | / #[wrap(
[INFO] [stdout] 637 | |     Operate,
[INFO] [stdout] 638 | |     OperateSingleQubit,
[INFO] [stdout] 639 | |     OperateGate,
[INFO] [stdout] 640 | |     OperateSingleQubitGate,
[INFO] [stdout] 641 | |     JsonSchema
[INFO] [stdout] 642 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |     length: usize,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:37:16
[INFO] [stdout]    |
[INFO] [stdout] 37 |     is_output: bool,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::DefinitionFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     length: usize,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     is_output: bool,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::DefinitionComplexWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |     length: usize,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |     is_output: bool,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::DefinitionUsizeWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:78:13
[INFO] [stdout]    |
[INFO] [stdout] 78 |     length: usize,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:79:16
[INFO] [stdout]    |
[INFO] [stdout] 79 |     is_output: bool,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::DefinitionBitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     input: f64,
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::InputSymbolicWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/define_operations.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout] 103 |     index: usize,
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/define_operations.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 |     value: bool,
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<define_operations::InputBitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/define_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, Define, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 |     number_measurements: usize,
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSetNumberOfMeasurementsWrapper, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaLoopWrapper, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/pragma_operations.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 | /         PySet::new(py, ["All"])?
[INFO] [stdout] 166 | |             .into_pyobject(py)
[INFO] [stdout]     | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Py<PyArray<Complex<f64>, Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:154:30
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn statevector(&self) -> Py<PyArray1<Complex64>> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:176:23
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]     |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:192:34
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSetStateVectorWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:250:27
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn __copy__(&self) -> PragmaSetStateVectorWrapper {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSetStateVectorWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:258:57
[INFO] [stdout]     |
[INFO] [stdout] 258 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> PragmaSetStateVectorWrapper {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn json_schema() -> String {
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:327:33
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn current_version() -> String {
[INFO] [stdout]     |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:336:44
[INFO] [stdout]     |
[INFO] [stdout] 336 |     pub fn min_supported_version(&self) -> String {
[INFO] [stdout]     |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 | /         PySet::new(py, ["All"])?
[INFO] [stdout] 450 | |             .into_pyobject(py)
[INFO] [stdout]     | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Py<PyArray<Complex<f64>, Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:438:33
[INFO] [stdout]     |
[INFO] [stdout] 438 |     fn density_matrix(&self) -> Py<PyArray2<Complex64>> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:460:23
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:468:26
[INFO] [stdout]     |
[INFO] [stdout] 468 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]     |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:476:34
[INFO] [stdout]     |
[INFO] [stdout] 476 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSetDensityMatrixWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:534:27
[INFO] [stdout]     |
[INFO] [stdout] 534 |     fn __copy__(&self) -> PragmaSetDensityMatrixWrapper {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSetDensityMatrixWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:542:57
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> PragmaSetDensityMatrixWrapper {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:600:29
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub fn json_schema() -> String {
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:611:33
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn current_version() -> String {
[INFO] [stdout]     |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:620:44
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn min_supported_version(&self) -> String {
[INFO] [stdout]     |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:637:29
[INFO] [stdout]     |
[INFO] [stdout] 637 |     repetition_coefficient: usize,
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaRepeatGateWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:627:1
[INFO] [stdout]     |
[INFO] [stdout] 627 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:658:19
[INFO] [stdout]     |
[INFO] [stdout] 658 |     gate_hqslang: String,
[INFO] [stdout]     |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:660:16
[INFO] [stdout]     |
[INFO] [stdout] 660 |     amplitude: f64,
[INFO] [stdout]     |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:661:15
[INFO] [stdout]     |
[INFO] [stdout] 661 |     variance: f64,
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaOverrotationWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:640:1
[INFO] [stdout]     |
[INFO] [stdout] 640 | #[wrap(Operate, OperatePragma, OperateMultiQubit, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaBoostNoiseWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:664:1
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaStopParallelBlockWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:673:1
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaGlobalPhaseWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[wrap(Operate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaSleepWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaActiveResetWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:710:1
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[wrap(Operate, OperateSingleQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::collections::HashMap<usize, usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:729:28
[INFO] [stdout]     |
[INFO] [stdout] 729 |     reordering_dictionary: HashMap<usize, usize>,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaStartDecompositionBlockWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 720 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaStopDecompositionBlockWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<usize>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:732:1
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[wrap(Operate, OperateMultiQubit, OperatePragma, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaDampingWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:742:1
[INFO] [stdout]     |
[INFO] [stdout] 742 | / #[wrap(
[INFO] [stdout] 743 | |     Operate,
[INFO] [stdout] 744 | |     OperateSingleQubit,
[INFO] [stdout] 745 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 748 | |     JsonSchema
[INFO] [stdout] 749 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaDepolarisingWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:809:1
[INFO] [stdout]     |
[INFO] [stdout] 809 | / #[wrap(
[INFO] [stdout] 810 | |     Operate,
[INFO] [stdout] 811 | |     OperateSingleQubit,
[INFO] [stdout] 812 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 815 | |     JsonSchema
[INFO] [stdout] 816 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaDephasingWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:869:1
[INFO] [stdout]     |
[INFO] [stdout] 869 | / #[wrap(
[INFO] [stdout] 870 | |     Operate,
[INFO] [stdout] 871 | |     OperateSingleQubit,
[INFO] [stdout] 872 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 875 | |     JsonSchema
[INFO] [stdout] 876 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaRandomNoiseWrapper, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/pragma_operations.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | / #[wrap(
[INFO] [stdout] 930 | |     Operate,
[INFO] [stdout] 931 | |     OperateSingleQubit,
[INFO] [stdout] 932 | |     OperatePragma,
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |     JsonSchema
[INFO] [stdout] 936 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1149:9
[INFO] [stdout]      |
[INFO] [stdout] 1149 | /         PySet::new(py, [*self.internal.qubit()])?
[INFO] [stdout] 1150 | |             .into_pyobject(py)
[INFO] [stdout]      | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1107:24
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     fn qubit(&self) -> usize {
[INFO] [stdout]      |                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1115:28
[INFO] [stdout]      |
[INFO] [stdout] 1115 |     fn gate_time(&self) -> CalculatorFloatWrapper {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Py<PyArray<f64, Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1125:24
[INFO] [stdout]      |
[INFO] [stdout] 1125 |     fn rates(&self) -> Py<PyArray2<f64>> {
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1160:23
[INFO] [stdout]      |
[INFO] [stdout] 1160 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]      |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1168:26
[INFO] [stdout]      |
[INFO] [stdout] 1168 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]      |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1176:34
[INFO] [stdout]      |
[INFO] [stdout] 1176 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]      |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaGeneralNoiseWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1234:27
[INFO] [stdout]      |
[INFO] [stdout] 1234 |     fn __copy__(&self) -> PragmaGeneralNoiseWrapper {
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaGeneralNoiseWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1242:57
[INFO] [stdout]      |
[INFO] [stdout] 1242 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> PragmaGeneralNoiseWrapper {
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1300:29
[INFO] [stdout]      |
[INFO] [stdout] 1300 |     pub fn json_schema() -> String {
[INFO] [stdout]      |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1311:33
[INFO] [stdout]      |
[INFO] [stdout] 1311 |     pub fn current_version() -> String {
[INFO] [stdout]      |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1320:44
[INFO] [stdout]      |
[INFO] [stdout] 1320 |     pub fn min_supported_version(&self) -> String {
[INFO] [stdout]      |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1337:25
[INFO] [stdout]      |
[INFO] [stdout] 1337 |     condition_register: String,
[INFO] [stdout]      |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1338:22
[INFO] [stdout]      |
[INFO] [stdout] 1338 |     condition_index: usize,
[INFO] [stdout]      |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaConditionalWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1354:24
[INFO] [stdout]      |
[INFO] [stdout] 1354 |     controlling_qubit: usize,
[INFO] [stdout]      |                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaControlledCircuitWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1342:1
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1441:9
[INFO] [stdout]      |
[INFO] [stdout] 1441 | /         PySet::new(py, ["All"])?
[INFO] [stdout] 1442 | |             .into_pyobject(py)
[INFO] [stdout]      | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1408:31
[INFO] [stdout]      |
[INFO] [stdout] 1408 |     fn wrapped_tags(&self) -> Vec<String> {
[INFO] [stdout]      |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1420:34
[INFO] [stdout]      |
[INFO] [stdout] 1420 |     fn wrapped_hqslang(&self) -> String {
[INFO] [stdout]      |                                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1452:23
[INFO] [stdout]      |
[INFO] [stdout] 1452 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]      |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1460:26
[INFO] [stdout]      |
[INFO] [stdout] 1460 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]      |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1468:34
[INFO] [stdout]      |
[INFO] [stdout] 1468 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]      |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaChangeDeviceWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1526:27
[INFO] [stdout]      |
[INFO] [stdout] 1526 |     fn __copy__(&self) -> PragmaChangeDeviceWrapper {
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaChangeDeviceWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1534:57
[INFO] [stdout]      |
[INFO] [stdout] 1534 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> PragmaChangeDeviceWrapper {
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1592:29
[INFO] [stdout]      |
[INFO] [stdout] 1592 |     pub fn json_schema() -> String {
[INFO] [stdout]      |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1603:33
[INFO] [stdout]      |
[INFO] [stdout] 1603 |     pub fn current_version() -> String {
[INFO] [stdout]      |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1612:44
[INFO] [stdout]      |
[INFO] [stdout] 1612 |     pub fn min_supported_version(&self) -> String {
[INFO] [stdout]      |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1692:29
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     fn annotation(&self) -> String {
[INFO] [stdout]      |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1700:60
[INFO] [stdout]      |
[INFO] [stdout] 1700 |     fn involved_qubits<'py>(&'py self, py: Python<'py>) -> Bound<'py, PySet> {
[INFO] [stdout]      |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1721:23
[INFO] [stdout]      |
[INFO] [stdout] 1721 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]      |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1729:26
[INFO] [stdout]      |
[INFO] [stdout] 1729 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]      |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1737:34
[INFO] [stdout]      |
[INFO] [stdout] 1737 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]      |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaAnnotatedOpWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1795:27
[INFO] [stdout]      |
[INFO] [stdout] 1795 |     fn __copy__(&self) -> PragmaAnnotatedOpWrapper {
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pragma_operations::PragmaAnnotatedOpWrapper, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1803:57
[INFO] [stdout]      |
[INFO] [stdout] 1803 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> PragmaAnnotatedOpWrapper {
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1861:29
[INFO] [stdout]      |
[INFO] [stdout] 1861 |     pub fn json_schema() -> String {
[INFO] [stdout]      |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1872:33
[INFO] [stdout]      |
[INFO] [stdout] 1872 |     pub fn current_version() -> String {
[INFO] [stdout]      |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/operations/pragma_operations.rs:1881:44
[INFO] [stdout]      |
[INFO] [stdout] 1881 |     pub fn min_supported_version(&self) -> String {
[INFO] [stdout]      |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |     readout_index: usize,
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::MeasureQubitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[wrap(Operate, OperateSingleQubit, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<&pyo3::Bound<'_, pyo3::PyAny>>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<CircuitWrapper>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::PragmaGetStateVectorWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<&pyo3::Bound<'_, pyo3::PyAny>>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<CircuitWrapper>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::PragmaGetDensityMatrixWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<&pyo3::Bound<'_, pyo3::PyAny>>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<CircuitWrapper>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::PragmaGetOccupationProbabilityWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::collections::HashMap<usize, usize>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     qubit_paulis: std::collections::HashMap<usize, usize>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:95:14
[INFO] [stdout]    |
[INFO] [stdout] 95 |     readout: String,
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::PragmaGetPauliProductWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/measurement_operations.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     readout: String,
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/measurement_operations.rs:110:26
[INFO] [stdout]     |
[INFO] [stdout] 110 |     number_measurements: usize,
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::collections::HashMap<usize, usize>>, Infallible>
[INFO] [stdout]    --> src/operations/measurement_operations.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |     qubit_mapping: Option<std::collections::HashMap<usize, usize>>,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<measurement_operations::PragmaRepeatedMeasurementWrapper, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/measurement_operations.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[wrap(Operate, OperatePragma, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::CNOTWrapper, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::SWAPWrapper, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ISwapWrapper, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::SqrtISwapWrapper, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/two_qubit_gate_operations.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::InvSqrtISwapWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::FSwapWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::MolmerSorensenXXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::VariableMSXXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / #[wrap(
[INFO] [stdout] 182 | |     Operate,
[INFO] [stdout] 183 | |     OperateTwoQubit,
[INFO] [stdout] 184 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 187 | |     JsonSchema
[INFO] [stdout] 188 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::GivensRotationWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | / #[wrap(
[INFO] [stdout] 212 | |     Operate,
[INFO] [stdout] 213 | |     OperateTwoQubit,
[INFO] [stdout] 214 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | |     JsonSchema
[INFO] [stdout] 218 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::GivensRotationLittleEndianWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / #[wrap(
[INFO] [stdout] 247 | |     Operate,
[INFO] [stdout] 248 | |     OperateTwoQubit,
[INFO] [stdout] 249 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     JsonSchema
[INFO] [stdout] 253 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::XYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / #[wrap(
[INFO] [stdout] 282 | |     Operate,
[INFO] [stdout] 283 | |     OperateTwoQubit,
[INFO] [stdout] 284 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     JsonSchema
[INFO] [stdout] 288 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ControlledPhaseShiftWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / #[wrap(
[INFO] [stdout] 312 | |     Operate,
[INFO] [stdout] 313 | |     OperateTwoQubit,
[INFO] [stdout] 314 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     JsonSchema
[INFO] [stdout] 318 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ControlledPauliYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ControlledPauliZWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:363:1
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::QsimWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::FsimWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::SpinInteractionWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::BogoliubovWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:467:1
[INFO] [stdout]     |
[INFO] [stdout] 467 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::PMInteractionWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ComplexPMInteractionWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:519:1
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::PhaseShiftedControlledZWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:541:1
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::PhaseShiftedControlledPhaseWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[wrap(
[INFO] [stdout] 569 | |     Operate,
[INFO] [stdout] 570 | |     OperateTwoQubit,
[INFO] [stdout] 571 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |     JsonSchema
[INFO] [stdout] 575 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ControlledRotateXWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:602:1
[INFO] [stdout]     |
[INFO] [stdout] 602 | / #[wrap(
[INFO] [stdout] 603 | |     Operate,
[INFO] [stdout] 604 | |     OperateTwoQubit,
[INFO] [stdout] 605 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 608 | |     JsonSchema
[INFO] [stdout] 609 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::ControlledRotateXYWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / #[wrap(
[INFO] [stdout] 634 | |     Operate,
[INFO] [stdout] 635 | |     OperateTwoQubit,
[INFO] [stdout] 636 | |     Rotate,
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | |     JsonSchema
[INFO] [stdout] 640 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<two_qubit_gate_operations::EchoCrossResonanceWrapper, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/two_qubit_gate_operations.rs:666:1
[INFO] [stdout]     |
[INFO] [stdout] 666 | #[wrap(Operate, OperateTwoQubit, OperateGate, OperateTwoQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::ControlledControlledPauliZWrapper, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / #[wrap(
[INFO] [stdout] 35 | |     Operate,
[INFO] [stdout] 36 | |     OperateThreeQubit,
[INFO] [stdout] 37 | |     OperateGate,
[INFO] [stdout] 38 | |     OperateThreeQubitGate,
[INFO] [stdout] 39 | |     JsonSchema
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::ControlledControlledPhaseShiftWrapper, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/operations/three_qubit_gate_operations.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | / #[wrap(
[INFO] [stdout] 68 | |     Operate,
[INFO] [stdout] 69 | |     OperateThreeQubit,
[INFO] [stdout] 70 | |     Rotate,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     JsonSchema
[INFO] [stdout] 74 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::ToffoliWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / #[wrap(
[INFO] [stdout] 103 | |     Operate,
[INFO] [stdout] 104 | |     OperateThreeQubit,
[INFO] [stdout] 105 | |     OperateGate,
[INFO] [stdout] 106 | |     OperateThreeQubitGate,
[INFO] [stdout] 107 | |     JsonSchema
[INFO] [stdout] 108 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[wrap(OperateGate, OperateThreeQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[wrap(OperateGate, OperateThreeQubitGate, JsonSchema)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:172:34
[INFO] [stdout]     |
[INFO] [stdout] 172 |     fn is_parametrized(&self) -> bool {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:179:23
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn tags(&self) -> Vec<String> {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn hqslang(&self) -> &'static str {
[INFO] [stdout]     |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:244:60
[INFO] [stdout]     |
[INFO] [stdout] 244 |     fn involved_qubits<'py>(&'py self, py: Python<'py>) -> Bound<'py, PySet> {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::ControlledSWAPWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn __copy__(&self) -> Self {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::ControlledSWAPWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:265:57
[INFO] [stdout]     |
[INFO] [stdout] 265 |     fn __deepcopy__(&self, _memodict: &Bound<PyAny>) -> Self {
[INFO] [stdout]     |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:269:30
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub fn control(&self) -> usize {
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:273:31
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn target_0(&self) -> usize {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:277:31
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn target_1(&self) -> usize {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PySet>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<three_qubit_gate_operations::PhaseShiftedControlledControlledZWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CircuitWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:283:1
[INFO] [stdout]     |
[INFO] [stdout] 283 | / #[wrap(
[INFO] [stdout] 284 | |     Operate,
[INFO] [stdout] 285 | |     OperateThreeQubit,
[INFO] [stdout] 286 | |     OperateGate,
[INFO] [stdout] 287 | |     OperateThreeQubitGate,
[INFO] [stdout] 288 | |     JsonSchema
[INFO] [stdout] 289 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CalculatorFloatWrapper, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / #[wrap(
[INFO] [stdout] 321 | |     Operate,
[INFO] [stdout] 322 | |     OperateThreeQubit,
[INFO] [stdout] 323 | |     OperateGate,
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |     JsonSchema
[INFO] [stdout] 327 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / #[wrap(
[INFO] [stdout] 321 | |     Operate,
[INFO] [stdout] 322 | |     OperateThreeQubit,
[INFO] [stdout] 323 | |     OperateGate,
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |     JsonSchema
[INFO] [stdout] 327 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<std::string::String>, Infallible>
[INFO] [stdout]    --> src/operations/three_qubit_gate_operations.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / #[wrap(
[INFO] [stdout] 321 | |     Operate,
[INFO] [stdout] 322 | |     OperateThreeQubit,
[INFO] [stdout] 323 | |     OperateGate,
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |     JsonSchema
[INFO] [stdout] 327 | | )]
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[WARN] too many lines in the log, truncating it
