bmad-sim / SimUtils.jl

Utility functions for scientific simulations.
https://bmad-sim.github.io/SimUtils.jl/
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Implement math routines from Bmad sim_utils #19

Open DavidSagan opened 3 months ago

DavidSagan commented 3 months ago

Objective: Go through the math routines from Bmad sim_utils and, if there is no good existing native Julia routine for a given sim_utils routine, implement the equivalent in SimUtils.jl.

GPU and multithreading considerations are important here.