Add scalar division to LocalOperator
Created by: femtobit
As requested by @PhilipVinc in #521, this PR implements op / x
as op * (1.0 / x)
for numbers x
.
Created by: femtobit
As requested by @PhilipVinc in #521, this PR implements op / x
as op * (1.0 / x)
for numbers x
.