X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2FTODO;h=b298e6914da8a7ec8d21483b73606b12c8511576;hb=c89792b4772d4012799a6e7fcd63c1cdba6fce12;hp=08b8e81b22e8b5fde0a368e11840267edab4d250;hpb=9d365c6cf3b52024817cd2e97b1061216094e3df;p=sage.d.git diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 08b8e81..b298e69 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -21,8 +21,5 @@ sage: a0 = (1/4)*X[4]**2*X[6]**2 - (1/2)*X[2]*X[5]*X[6]**2 - (1/2)*X[3]*X[4]*X[6 6. The main EJA element constructor is happy to convert between e.g. HadamardEJA(3) and JordanSpinEJA(3). -7. Figure out if CombinatorialFreeModule's use of IndexedGenerators - can be used to replace the matrix_basis(). - -9. Add back the check_field=False and check_axioms=False parameters +8. Add back the check_field=False and check_axioms=False parameters for the EJAs we've constructed ourselves.