Expose atol
and rtol
arguments of the operator simplification
#56
Labels
enhancement
New feature or request
atol
and rtol
arguments of the operator simplification
#56
What should we add?
During the
backpropagate
method, the observable gets simplified here:qiskit-addon-obp/qiskit_addon_obp/backpropagation.py
Lines 200 to 202 in 39295a4
That function has
atol
andrtol
arguments which are inaccessible via the arguments ofbackpropagate
method. This should be exposed to enable the end-user to customize these tolerances without having to modify theSparsePauliOp.atol
andSparsePauliOp.rtol
class-attributes.The text was updated successfully, but these errors were encountered: