Ronan Gautier
Ronan Gautier
When solving Stochastic Schrödinger or Master equations, it is often interesting to know the time-dependent noise that was generated by the solver. For instance when simulating homodyne or heterodyne detection,...
Hi, I wanted to try out the `tl.split` and `tl.join` functions which only seem available on triton 3.0.0. However, installing from source as per the README doesn't seem to work....
Is it possible to dispatch jax functions to custom array-like classes? For instance, in the example below, I have a class that represents an array with non-zero elements on the...
Hello @patrick-kidger, I was investigating the implicit solvers of diffrax for a possible integration into [dynamiqs](https://github.com/dynamiqs/dynamiqs). However, I am seeing that the performance of `Kvaerno3` and `Kvaerno5` is highly dependent...
As of Equinox 0.11.6 and https://github.com/patrick-kidger/equinox/pull/800, the following MWE raises a `UserWarning: A JAX array is being set as static! This can result in unexpected behavior and is usually a...
Proposal to add the `__array__` method to Qobj, such that one can call `np.asarray(some_qobj)`.