Difference between revisions of "List of functions"

From QETLAB
Jump to navigation Jump to search
Line 16: Line 16:
 
* <tt>[[SchmidtRank]]</tt>: Computes the [[Schmidt rank]] of a bipartite vector
 
* <tt>[[SchmidtRank]]</tt>: Computes the [[Schmidt rank]] of a bipartite vector
 
* <tt>[[SymmetricExtension]]</tt>: Determines whether or not an operator has a [[symmetric extension]]
 
* <tt>[[SymmetricExtension]]</tt>: Determines whether or not an operator has a [[symmetric extension]]
 +
 +
==Norms==
 +
* <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>[[KyFanNorm]]</tt>: Computes the [[Ky Fan norm|Ky Fan k-norm]] of an operator
 +
* <tt>[[SkOperatorNorm]]</tt>: (coming soon)
 +
* <tt>[[SkVectorNorm]]</tt>: Computes the s(k)-norm of a vector
 +
* <tt>[[SchattenNorm]]</tt>: Computes the [[Schatten norm|Schatten p-norm]] of an operator
 +
* <tt>[[TraceNorm]]</tt>: Computes the [[trace norm]] of an operator
  
 
==Permutations and Symmetry of Subsystems==
 
==Permutations and Symmetry of Subsystems==

Revision as of 18:39, 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

  • 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)