- #1
chahmquahk
- 9
- 0
I've been running some of my own simulations of a variation on a standard map using Verlet integration on Mathematica, and I would like to start generating maps of phase space using ~25,000 initial points. I'm currently at 1000 points using Mathematica, and each simulation takes about 15 minutes using CompiledFunctions. Would Python be significantly faster? Also, is there anything else I can do to optimize computation?