YaoBase.jl icon indicating copy to clipboard operation
YaoBase.jl copied to clipboard

Abstract type and interface definition for quantum circuit blocks.

Results 4 YaoBase.jl issues
Sort by recently updated
recently updated
newest added

We can remove `kron!` in later Julia versions now https://github.com/QuantumBFS/YaoBase.jl/blob/3f3cb5b280635c28950fd4e3fd4a6b1ccc2a4bda/src/utils/math.jl#L138

we should not use `kwargs...` and just use the kwargs in doc manually for `measure!` etc. so there will be a clear error msg XRef: https://github.com/QuantumBFS/Yao.jl/issues/218

XRef: https://github.com/QuantumBFS/YaoArrayRegister.jl/pull/23

`@assert` can be optimized out by compiler and can be disabled in the future: https://github.com/JuliaLang/julia/pull/25576 we can change methods like `assert_addr_inbounds` to `is_addrs_inbounds` and use an `@assert` Update: Unfortunately, it...