Page 4 of 8
Syntax and Semantics
In the following, the notations, their associated FullForm constructs and the semantics are shown.
- Operator
- An Operator has the following Full Form:
Operator[Name, "H", { Lower Indices }, { Upper Indices }]
The lists of upper and lower indices may also be empty, the indicator for an adjoint operator "H" may be missing. - Sample notation
See Notations, Operator, Sample notation - Semantics
Name indicates the name of the operator, "H" indicates the associated adjoint operator, the two lists contain the lower and upper indices of the notation. The addition to Quantum Algebra often makes use of the convention that the lower indices include wavenumber or momentum variables in subscript representation. The 3 - momentum would consist of the indices p1, p2, p3 and would be supplemented by p0 as energy for the 4 - momentum.
- An Operator has the following Full Form:
- Hermitian
- Full Form Syntax
The Hermitian function determines the adjoint operator for an operator, operator expression or an operator matrix:op2 = Hermitian[op1];
- Sample Notation
The super-dagger symbol on an expression can either indicate an adjoint operator or cause the generation of the adjoint of a complete expression, see e.g. Klein - Gordon - Equation a. - Semantics
An adjoint operator is a mirror operator for a dual space (see literature on quantum mechanics).
- Full Form Syntax
- NonCommutativeMultiply
- Full Form Syntax
Operators in quantum mechanics are generally noncommutative. Their multiplication therefore requires an extra symbol:NonCommutativeMultiply[op1, op2]
orop1 ** op2
or use the shortcut icon CenterDot. - Sample Notations
See e.g. Notations, CenterDot. - Semantics
The noncommutative multiplicative link.
- Full Form Syntax
- QAIntegrate
- Full Form Syntax
QAIntegrate[Integrand, Area, Dim, Var(s)]
- Sample Notation
See e.g. Notations, QAIntegrate. - Semantics
This is an integral over a generally multidimensional area Area. Dim is the dimension and Var is an integration variable. You can also specify more than one, with the associated notation supporting a maximum of 2. The range may either be finite - a symbol (e.g., V) is given - or infinity - here the infinity symbol is given.
- Full Form Syntax
- QASum
- Full Form Syntax
The syntax is similar to integration, with no scope or dimension. In the end, it is always summed from -Infinity to + Infinity, and the dimensionality is assumed to be 3.QASum[Expression, Var(s)]
- Sample Notation
See e.g. Notations, QASum. - Semantics
This is a summation over an expression, the 3-dimensional variable Var runs over all integer values. You can also specify 2 of them or the expression will be simplified accordingly.
- Full Form Syntax
- QAD
- Full Form Syntax
QAD[Quexp, Var]
- Sample Notation
See e.g. Notations, QAD - Semantics
This is a derivative of quantum expressions Quexp to variables Var.
- Full Form Syntax