Skip to content
Snippets Groups Projects
Commit 45b0a62b authored by Philipp Arras's avatar Philipp Arras
Browse files

Remove whitespace and formatting

parent 97456c4b
No related branches found
No related tags found
1 merge request!602add clarification to einsum docs
Pipeline #94250 passed
......@@ -52,7 +52,8 @@ class MultiLinearEinsum(Operator):
Notes
-----
The indices of the tensors run along spaces, not the axes of the spaces.
For example, a matrix requires a product of two spaces, not one space with the combined shapes.
For example, a matrix requires a product of two spaces, not one space with
the combined shapes.
By convention :class:`MultiLinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
......@@ -188,7 +189,8 @@ class LinearEinsum(LinearOperator):
Notes
-----
The indices of the tensors run along spaces, not the axes of the spaces.
For example, a matrix requires a product of two spaces, not one space with the combined shapes.
For example, a matrix requires a product of two spaces, not one space with
the combined shapes.
By convention :class:`LinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment