infophysics / EntropicTrajectories

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

Local Taylor Expansion - get an actual function interpolation for a point. #7

Open infophysics opened 4 years ago

infophysics commented 4 years ago

Create some methods for returning either an abstract function approximation at a point, or some way of generating samples from a set of approximation parameters. Maybe some kind of abstract ScalarFieldFunction or something.

infophysics commented 4 years ago

Began implementing an Interpolant class which will act as a base to different types of interpolants (TE, RBF).

infophysics commented 4 years ago

A Local Taylor Interpolant has been implemented and tested with the heat equation. A simple integration scheme seems to be working, although we need to be able to impose constraints (boundary conditions)