infophysics / EntropicTrajectories

The Entropic Trajectories Framework: Many Body QM Simulations and Analysis.
0 stars 0 forks source link

RK4 Integration #9

Open infophysics opened 4 years ago

infophysics commented 4 years ago

Finish implementing the abstract Integrator class and a subclass for implementing RK4 approximations. The Integrator class will need a DiffEQ definition that will be fed into different algorithms in the subclasses.

infophysics commented 4 years ago

Perhaps the issue with the integration blowing up is that there are discontinuities created by using a local fit rather than using a global fit for the function. Perhaps a global fit will fix this issue.