Owen L
Owen L
Maybe `filter_scan` (or that there isn't one) would make a good FAQ item? I had this question before just making my own and its come up before (see https://github.com/patrick-kidger/equinox/issues/630 and...
I believe your issue is happening because jax tries to hash the function you are scanning over, but it can't hash the arrays that are in the module. There are...
Similar issue to yours: https://github.com/patrick-kidger/equinox/issues/558
1) if you add python to after the "```" you can get nice coloring on the code, like this: ```python print("equinox is great") ``` 2) a cursory glance of your...
The loss function is highly dependent on the problem. Some ensembles you could probably just vmap a loss over, others you need to manually inspect each one. Inre scan, if...
W here is a quantum noise channel, so that is just the operation for the noise channel application
a is the Pauli coefficient that represents the expected value, see eq 45. L is just the layer and j is qubit index
Should ralston and EulerHeun also be in the table?
I don't want to violate the "short" directive (proceeds to suggest lengthening the example, I know), but I think the Langevin example could be good with a little more meat...
Sure I can write something up that I think maintains the spirit of the "short" directive while adding a little extra spice to get people excited by these solvers and...