From: Michael Orlitzky Date: Mon, 14 Oct 2019 13:25:41 +0000 (-0400) Subject: eja: add TODO for the TrivialEJA class. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=5b0dc16eb09423b88eba78ed5667541d90fff17b eja: add TODO for the TrivialEJA class. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 985e50a..3e3b9e7 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -8,3 +8,6 @@ 5. Factor out the unit-norm basis (and operator symmetry) tests once all of the algebras pass. + +6. Add a TrivialEJA class and use it in the tests for is_trivial(). + The random_eja() function should also be able to return these.