Caoxiang Zhu
Caoxiang Zhu
(This pull request sits for a long time in my fork) When renaming the variable name to avoid using python keywords, the current code has a bug and it uses...
@jameskermode I realized that `f90wrap` will try to rename Fortran variables/procedures that are conflicting with the python keywords. This is smart. But I think we should use the original name...
@jameskermode I got another issue. Sorry for bothering you again. When wrapping a variable with a long name, it is easy to get the error of `subroutine name is too...
@jameskermode Hi James, is there a way to allocate Fortran arrays from the Python side? With the native `f2py`, it is realized by direct assignment in Python. Somehow, this ability...
Hi, thanks for the excellent tool. I wonder if I can find an example of linking to existing libraries, either user-compiled static/shared library or common numerical libraries, like MKL, LAPACK,...
This is an updated version of #160 . Sorry for not looking at this issue for so long. I found that my fork deviates from the official repo and it...
We should implement methods to initialize SPEC with a VMEC equilibrium. Zhisong has a Matlab script. I guess we can mimic a python one and one step further, we can...
I have made some changes to some python tools. Personally, I would like to integrate all functions into one class, such that it is convenient to use and portable. In...
The request for using the conjugate gradient (CG) method for minimization was raised recently. Here is what I posted at FOCUS repository about my limited experience of using CG. You...
I have added an new constraint cssep (in [surfsep.h](https://github.com/PrincetonUniversity/FOCUS/blob/develop/sources/surfsep.h)) to push coils away from any surfaces. For more details, please read the following documents. 1. surfsep documentation [surfsep.pdf](https://github.com/PrincetonUniversity/FOCUS/blob/gh-pages/surfsep.pdf). 2. testing...