Difference between revisions of "List of functions"

From QETLAB
Jump to navigation Jump to search
Line 19: Line 19:
  
 
==Norms==
 
==Norms==
 +
* <tt>[[CBNorm]]</tt>: Computes the [[completely bounded norm]] of a [[superoperator]]
 +
* <tt>[[DiamondNorm]]</tt>: Computes the [[diamond norm]] of a [[superoperator]]
 
* <tt>[[kpNorm]]</tt>: Computes the [[(k,p)-norm]] of an operator
 
* <tt>[[kpNorm]]</tt>: Computes the [[(k,p)-norm]] of an operator
 
* <tt>[[kpNormDual]]</tt>: Computes the dual of the (k,p)-norm of an operator
 
* <tt>[[kpNormDual]]</tt>: Computes the dual of the (k,p)-norm of an operator

Revision as of 16:28, 1 December 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, Vectors, and Operators

Special Superoperators

Miscellaneous

  • Commutant: Computes the commutant of a set of matrices

Helper Functions

  • iden: Computes a sparse or full identity matrix
  • kron: A faster version of MATLAB's kron function
  • 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)