Skip to content

Add scalar division to LocalOperator

Vicentini Filippo requested to merge github/fork/femtobit/scalardiv into master

Created by: femtobit

As requested by @PhilipVinc in #521, this PR implements op / x as op * (1.0 / x) for numbers x.

Merge request reports