QNET icon indicating copy to clipboard operation
QNET copied to clipboard

Guarantee that use of standard operators is equivalent to `create`

Open goerz opened this issue 6 years ago • 0 comments

For any conceivable use of an operator (*, +), we should guarantee (via a test) that the resulting expression is identical to one that is created via a create constructor. E.g.

1 * OperatorSymbol('a', hs=1) == ScalarTimesOperator.create(1, OperatorSymbol('a', hs=1))

goerz avatar May 12 '18 17:05 goerz