From a900f5daa84d0889ce7c1e041fb214a09e8d7bcd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 1 Feb 2022 18:28:38 -0500 Subject: [PATCH] eja: mention the new EJA in the docs. --- mjo/eja/eja_algebra.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 9f8a258..a5653a3 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -34,12 +34,13 @@ for these simple algebras: * :class:`QuaternionHermitianEJA` * :class:`OctonionHermitianEJA` -In addition to these, we provide two other example constructions, +In addition to these, we provide a few other example constructions, * :class:`JordanSpinEJA` * :class:`HadamardEJA` * :class:`AlbertEJA` * :class:`TrivialEJA` + * :class:`ComplexSkewSymmetricEJA` The Jordan spin algebra is a bilinear form algebra where the bilinear form is the identity. The Hadamard EJA is simply a Cartesian product -- 2.43.2