Page 3 of 8
Notations
The Quantum Algebra extension uses a number of notations to improve the readability of expressions. They supplement the notations that already exist in the basic package. This also takes into account the need for documentation.
Notations of the basic package:
- Operator Notation
- Superdagger
- Centerdot
Additional Notations
- Integral
- Total Notation
- Partial Derivative
- Small Circle
Overview
Name | Sample Notation | FullForm - Simplified or Complete Expression |
---|---|---|
Operator |
|
Operator[d, "H", List[QASimplescript[p, 1, False], QASimplescript[p, 2, False], QASimplescript[p, 3, False]], List[r]] |
SuperDagger |
|
Hermitian[Operator[d, List[QASimplescript[p, 1, False], QASimplescript[p, 2, False], QASimplescript[p, 3, False]], List[r]] |
CenterDot |
|
NonCommutativeMultiply[Operator[d,"H",List[QASimplescript[p, 1, False], QASimplescript[p, 2, False], QASimplescript[p, 3, False]], List[1]], Operator[d, List[QASimplescript[p, 1, False], QASimplescript[p, 2, False], QASimplescript[p, 3, False]], List[1]]] |
QAIntegrate |
|
QAIntegrate[QASimplescript[p, i, False], V, 3, x] |
QASum |
|
QASum[Operator[d, "H", List[QASimplescript[p, 1, False], QASimplescript[p, 2, False], QASimplescript[p, 3, False]], List[r]],p] |
QAD |
|
QAD[\[psi] // Evaluate, QASimplescript[x, i, False]] |
SmallCircle |
|
SmallCircle[ma1, ma2] |