Daniel Weiss

Results 21 comments of Daniel Weiss

I'm wondering myself about this issue? I would be happy to take a stab at implementing this if experts think it is doable for a relative tensorflow novice

Hi @patrick-kidger! I see that https://github.com/patrick-kidger/diffrax/pull/387 was just closed, I'm wondering what the status of the new Event functionality is? This is something that is being tabled for now, but...

Hi folks! Very excited about this PR, as I'm thinking about quantum jump applications for [dynamiqs](https://github.com/dynamiqs/dynamiqs). I'm unfortunately running into an error If I try to pass an option different...

Thanks for the quick response! So that fixed the example I posted, however I am still running into issues on slightly more complicated examples more in line with how dynamiqs...

Indeed that fixed my MWE! I hate to be such a pain but I am now running into another issue, here is an example that is now much closer to...

Right, here is the same example using the complex->real isomorphism described e.g. [here](https://arxiv.org/abs/1612.04929) (see Eq. (9)). I am getting the same error as before, so it seems then this is...

@patrick-kidger FWIW both of my examples run without errors using your branch [387-tweaks](https://github.com/cholberg/diffrax/pull/1)! Only change I had to make was changing the signature of my conditional function to ```python def...

Hey friends, pulling from the most recent version of cholberg:dev the following example fails: ```python import diffrax as dx import optimistix as optx import jax.numpy as jnp import equinox as...

Thanks for the speedy reply! I'd be most interested in the last two options you mentioned. The `ShapedControl` object would be particularly useful, since that would essentially give me the...