abaillod

Results 23 comments of abaillod

Hello there, @zhisong and I are working on the Zernike branch and we want to update the Matlab tools before preparing the merge into the master branch. @jloizu: Maybe we...

Hello! I may have a suggestion on mp00ac.h and ma02aa.h. From what I understood in the code (please correct me if I am wrong...), ma02aa.h iterates on mp00ac.h to solve...

Hello there, I have been looking to SPEC performance as well in the framework of parallelization course at EPFL. I used Intel profiling tool (Vtune Amplifier) to check which routines...

Investigating more, I found the following. When removing the `@derivative_dec` decorator, `sq.dJ()` does not return an error. The error really only occurs when gathering all the partial derivatives together, and...

@mbkumar Thank you for your answer. Here I defined `self.J_jax` to mimic what I do in another, more complex class I am working on. In general objectives can have additional...

@mbkumar any news about this?

This is what I get The derivative w.r.t the current has not the right shape - do I understand this correctly?

To give further context to this issues, this is related to the branch `coil_forces` in which @phuslage and I are working on a way to optimize for critical current. You...

Thank you. I just sent you an email to find a time.

Thanks to Andrew and Bharat, we found how to fix it. In a nutshell, I have to pass an array to `simsopt.field.coil.Current.vjp`, not a scalar. The class `TestObjective` should then...