View source: R/047_atoms_affine_partial_transpose.R
| partial_transpose | R Documentation |
Assumes expr is a 2D square matrix representing a Kronecker product
of length(dims) subsystems. Returns the partial transpose with
the transpose applied to the subsystem at index axis (1-indexed).
partial_transpose(expr, dims, axis = 1L)
expr |
An Expression (2D square matrix) |
dims |
Integer vector of subsystem dimensions |
axis |
Integer (1-indexed) subsystem to transpose |
An Expression representing the partial transpose
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.