stefnotch/quantum-sheet

Use evaluate=False instead of UnevaluatedExpr

stefnotch opened this issue · 1 comments

This bug sympy/sympy#18584 is basically a blocker to the adoption of UnevaluatedExpr. So, using things like Add(2, 4, evaluate=False) is what I'm going to do.

Closing this issue, because it's mostly for documentation purposes.