OpticSim.jl
OpticSim.jl copied to clipboard
Make ray intersection more efficient for large arrays
large arrays are inefficient for ray intersection since the current system has only a few spatial subdivision accelerations. Store array of paraxial elements not as a large CSG optical system but as many separate systems.