You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixeslehner#146
Implement new `ot` handling in lattice `+` composition.
* Add addition lookup table to `ot_base` in `lib/gpt/core/object_type/base.py`.
* Implement automatic embedding for `complex` to `ot_singlet` lattice in `lib/gpt/core/object_type/base.py`.
* Add explicit casting functions for explicit embedding/projection in `lib/gpt/core/object_type/base.py`.
* Add unit tests for new `ot` handling in lattice `+` composition in `tests/core/expr.py`.
This is an issue to track progress of the new
ot
handling when composing lattices using+
.Current Status
g.core.expr.factor_unary
is ignored by+
[1]g.singlet
lattices toint
,float
,complex
is not supported [2]Possible solutions
ot_base
similar to multiplication lookup table.complex
toot_singlet
lattice.Notes
[1]
g.core.expr.factor_unary
: Reproduce as such:[2]
The text was updated successfully, but these errors were encountered: