AndrewGibbs / PathFinder

A Matlab/Octave package for oscillatory integration
MIT License
12 stars 5 forks source link

Julia version? #7

Open weymouth opened 4 months ago

weymouth commented 4 months ago

I just found this after reading some of Daan's papers which led me to your new JCP paper. I'm excited to try it... However, I'll need to port it to Julia first. Any interest in that?

anneaux commented 3 months ago

Oh yes, I'd be interested in that as well!

weymouth commented 3 months ago

I implemented a simplified version for my problem in Julia. I'm happy to share a link once the PR is merged in. But it's not close to general.

AndrewGibbs commented 2 months ago

I’ve been considering this, and it’s encouraging to see your interest in this, thank you both. Given that the trickier bits of the PathFinder code are written in C now, a Julia version should be do-able. I just need to find the time…