flamingpy.cv.ops.SCZ_apply¶
- flamingpy.cv.ops.SCZ_apply(adj, quads, one_shot=True)[source]¶
Apply SCZ matrix to one- or two-dimensional array quads.
If one-shot is True, use SCZ_mat to apply a symplectic CZ matrix to a matrix or vector of quadratures. Otherwise, take advantage of the block structure of a symplectic SCZ matrix for a more memory- efficient matrix multiplication.
source/api/flamingpy.cv.ops.SCZ_apply
Download Python script
Download Notebook
View on GitHub