List of functions: Difference between revisions

From QETLAB
Jump to navigation Jump to search
Line 61: Line 61:
* <tt>[[kron]]</tt>: A faster version of MATLAB's [http://www.mathworks.com/help/matlab/ref/kron.html kron] function
* <tt>[[kron]]</tt>: A faster version of MATLAB's [http://www.mathworks.com/help/matlab/ref/kron.html kron] function
* <tt>[[opt_args]]</tt>: Handles optional input arguments for functions
* <tt>[[opt_args]]</tt>: Handles optional input arguments for functions
* <tt>[[opt_disp]]</tt>: Display a message to the user (sometimes)
* <tt>[[perm_inv]]</tt>: Computes the inverse of a permutation
* <tt>[[perm_inv]]</tt>: Computes the inverse of a permutation
* <tt>[[perm_sign]]</tt>: Computes the sign of a permutation
* <tt>[[perm_sign]]</tt>: Computes the sign of a permutation
* <tt>[[spnull]]</tt>: (coming soon)
* <tt>[[spnull]]</tt>: (coming soon)
* <tt>[[sporth]]</tt>: (coming soon)
* <tt>[[sporth]]</tt>: (coming soon)

Revision as of 17:29, 3 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
  • opt_disp: Display a message to the user (sometimes)
  • perm_inv: Computes the inverse of a permutation
  • perm_sign: Computes the sign of a permutation
  • spnull: (coming soon)
  • sporth: (coming soon)