Qualtran
Qualtran copied to clipboard
Add support for serializing a sequence of bloqs
The TrotterizedUnitary bloq in #741 expects a tuple of bloqs which causes serialization to fail. This should be fixed.
#434 Also revealed that SelectPauliLCU and QubitizationWalkOperator also cannot be serialized. cc @tanujkhattar
Why QubitizationWalkOperator
? Because of SelectPauliLCU
, right? If we use a different Select oracle then serialization for the qubitization bloq should work?
Yes.