Asier Galicia
Asier Galicia
### Describe the Issue! As briefly described in #1910 there are some functions in `Bloch` class that are not fully tested. Besides, there are a few other changes that may...
### Bug Description It seems `MeSolver` does not accept `SolverResultOptions` as input, yet none of the other `Options` class seem to have a `store_states` attributes documented. Is this the correct...
**Describe the issue** Currently `mesolve` and `propagator` have different names for the same argument. `mesolve` uses `c_ops` whereas `propagator` uses `c_op_list`. This can lead to confusion (as seen in [the...
I'm currently implementing a TensorNetwork backend for QuTiP [1, 2]. I'd like to use the QuOperator included in TensorNetwork [3], but I see it is not included in the main...