Implement the aExp and bExp options #40
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description of feature
The
aExp
andbExp
values are currently hard-coded in most of the Fortran code. We should complete the partial implementation to allow users to set these values in Python.Potential solution
This will mainly involve modifying how the interpolation weights are computed in
kd_tree.F90
. See here for one example.The text was updated successfully, but these errors were encountered: