Difference between revisions of "List of functions"

From QETLAB
Jump to navigation Jump to search
m
Line 4: Line 4:
 
* <tt>[[IsPSD]]</tt>: Determines whether or not a matrix is [[positive semidefinite]]
 
* <tt>[[IsPSD]]</tt>: Determines whether or not a matrix is [[positive semidefinite]]
 
* <tt>[[Tensor]]</tt>: [[Kronecker product|Kronecker tensor product]] of two or more matrices
 
* <tt>[[Tensor]]</tt>: [[Kronecker product|Kronecker tensor product]] of two or more matrices
 +
* <tt>[[TensorSum]]</tt>: (coming soon)
  
 
==Entanglement and Separability==
 
==Entanglement and Separability==

Revision as of 19:33, 28 November 2012

This is a list of functions provided by QETLAB, arranged by category. If you would prefer an alphabetical list of all functions please see this page. Brief descriptions of these functions are provided here, as well as links to their documentation pages, where full details and numerous examples can be found.

Basic Operations

Entanglement and Separability

Norms

Permutations and Symmetry of Subsystems

Random Things

Special States

Special Superoperators

Miscellaneous

  • Commutant: Computes the commutant of a set of matrices

Helper Functions

  • iden: Computes a sparse or full identity matrix
  • opt_args: Handles optional input arguments for functions
  • perm_inv: Computes the inverse of a permutation
  • perm_sign: Computes the sign of a permutation
  • spnull: (coming soon)
  • sporth: (coming soon)