Fix `isexpr` for `SpecialKet` subtypes
bug
#113 Currently, many predefined types (in particular subtypes of `SpecialKet` and CPTPs) have `isexpr() = false`, which is just not true, as they are all expressions. These method definitions should be changed to true.
0 条评论