Representing matrices as vectors (qics.vectorize
)ΒΆ
This module provides functionalities for obtaining column vector representations of symmetric and Hermitian matrices, and also to convert these vector representations back into their matrix forms. Most of these functions share the following two parameters which lead to different vectorizations of a matrix.
iscomplex
: Whether to assume the matrix we are vectorizing to or from is a complex Hermitian matrix or just a real symmetric matrix.compact
: Whether to use a compact vectorization which discards duplicate or redundant entries from the symmetric or Hermitian matrix.
Further details about these vectorizations can be found in the user guide.
|
Matrix representation of the identity superoperator |
|
Matrix representation of a given linear superoperator |
|
Dimension of the matrix corresponding to a vector representation |
|
Converts a symmetric or Hermitian matrix into a column vector |
|
Dimension of the vector representation of a matrix |
|
Converts a column vector into a symmetric or Hermitian matrix |