Owen L

Results 338 comments of Owen L

I think I see what you are getting at. It seems to bear certain similarities to reuploading, but it's definitely different. I think I have a minimal working demo below....

That's just to match the output range to the label range. The labels are [0, 1] but the Z expectation is -1 to 1 so I just shifted it to...

Any updates on this or should it be closed?

A tutorial hasn't been made, but there are examples of regression (e.g. https://github.com/lockwo/quantum_computation/blob/master/TFQ/vqc/boston_housing.py). Are you still looking for more information?

Any updates on this issue?

I have used cplex and gurobi before. I'm not sure if direct integration is needed, but perhaps it there could be a function to render the Hamiltonian in a format...

I think there is an error with the SRK notebook, I see these when I look at it on the branch or in the diff

Awesome, thanks for that! Seems like a local comment also got left on ;) ![image](https://github.com/patrick-kidger/diffrax/assets/42878312/1b618032-d6e1-4587-8c60-169c86e92768) Excited to see these methods make it to main!

> @lockwo I fixed the issue you raised and added a test that checks whether SDE solvers work correctly with a PyTree-shaped SDE. Let me know if everything works in...

I noticed the LD example got deleted here (https://github.com/patrick-kidger/diffrax/pull/344/commits/a6d0c3d8f5d6e1a86ebc46dcb4bef627a938cae8#diff-3b8783ddcbe486f44c31d4f05eb072aeae0e174785b5e649f75226673c65b3fc). Is there a place something like that could live on diffrax? I found it helpful, maybe there could be a whole...