Hello, I'm trying to simulate the trajectory of the decay of two protons from the nucleus. I am using classical physics to calculate the trajectory from Newton's second law. For this, I wrote a python program, but I'm not getting the expected result, which would be an exponential path.
My...