Difference between revisions of "List of functions"

From QETLAB
Jump to navigation Jump to search
(→‎Entanglement and Separability: added IsEntanglingGate)
m
Line 2: Line 2:
  
 
==Basic Operations==
 
==Basic Operations==
*<tt>[[Tensor]]</tt>: [[Kronecker product|Kronecker tensor product]] of two or more matrices
+
* <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
  
 
==Entanglement and Separability==
 
==Entanglement and Separability==
Line 41: Line 42:
 
==Miscellaneous==
 
==Miscellaneous==
 
* <tt>[[Commutant]]</tt>: Computes the commutant of a set of matrices
 
* <tt>[[Commutant]]</tt>: Computes the commutant of a set of matrices
* <tt>[[IsPSD]]</tt>: Determines whether or not a matrix is [[positive semidefinite]]
 
  
 
==Helper Functions==
 
==Helper Functions==

Revision as of 16:27, 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

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_sign: Computes the sign of a permutation
  • spnull: (coming soon)
  • sporth: (coming soon)