Rahul Gaur
Rahul Gaur
Kaya and I will try to finish the bounce averaging PR this week. Once that is done, we can all the different types of gammas and epsilons.
I think it would be much easier for me to write my own GammaC code than to understand and rewrite Jackson's code. Once we have a simpler version ready, we...
I use it [here](https://github.com/PlasmaControl/DESC/blob/47b3d5fadf359cbacdf324fe8dc5729f1609e712/desc/compute/_stability.py#L689C1-L689C82) Can you give me some examples where we can we use this in DESC?
Hi @Qazalbash This should do the job, more or less. Replace DESC_profiler_new_13-04.py with the script that you are running. Good luck! ```python #!/usr/bin/env python3 import subprocess import time import threading...
> I agree it become bloated as the scope of the test was increased in other PRs. That's why I cleaned it up in https://github.com/PlasmaControl/DESC/pull/1166. It was also necessary to...
> The compute qty is still called ideal ball gamma, should it be ideal ballooning lambda? or ideal ballooning gamma^2 Good point. Let me do `ideal ball lambda`. > Also...
> I still need to review the tutorial notebook and I haven't checked the math, but I trust it's correct if the tests pass. No no, don't trust me! Do...
https://github.com/PlasmaControl/DESC/pull/1170#discussion_r1749431211 It is important to have this function in the equilibrium class so that we can create a field-aligned rtz grid inside objective function that require field-aligned grids. The same...
Merging this branch as I have two approvals.
Should there be a test tto check if the interface works? Maybe have a dummy function instead of the actual TERPSICHORE solver?