Guus Avis
Guus Avis
Added two new tests of propagate that check if finite perturbations returned by functions upon normal calls are treated correctly by `propagate`. 1. Adding two stochastic triples together, like in...
Added type testing for some kwargs in `propagate`, and adjusted a test that I think was already failing because of a wrong type but now it no longer fails quietly....
Hello! I have been running into the following problem. When I use `propagate` to pass a stochastic triple to a function, but in that function there is a second stochastic...
Hello! I'm trying to use the `propagate` function to extract derivatives from some Monte Carlo simulations. However, I noticed that the function does not behave as I would expect in...
## Issue Description I want to use mitiq to convert a circ circuit to a qiskit circuit, but the function I find in the [documentation](https://mitiq.readthedocs.io/en/stable/_modules/mitiq/interface/mitiq_qiskit/conversions.html) gives me an error. Importing...