Feature request: evaluate multipole expansion on single axis #10
Replies: 5 comments
-
I have just sent a pull request implementing this feature. In fact, it implements even more. Now you
But evaluating along a circle of radius 50 in the x-y plane would be
|
Beta Was this translation helpful? Give feedback.
-
Yes, I have just merged your pull requests a few minutes ago. Thank you very much! Great work. :-)) |
Beta Was this translation helpful? Give feedback.
-
I see that you already have made a new release with my changes. Thanks! By the way, I have a Jupyter notebook showing how the accuracy of your multipole package scales. Shall I post it to the repo as example? |
Beta Was this translation helpful? Give feedback.
-
That would be awesome! |
Beta Was this translation helpful? Give feedback.
-
Just sent a pull request. 😄 |
Beta Was this translation helpful? Give feedback.
-
Hi,
instead of evaluating the multipole expansion point by point, like
where
mpe
is a multipole expansion object.I would rather like to write something like this:
As far as I can see, the call function just allows to pass a point. and the getitem function wants slices or masks on the same grid
that was used for the charge distribution. Is there a possibility to do the same for outside of that grid?
Cheers, Sara
Beta Was this translation helpful? Give feedback.
All reactions