Hi Freudians,
I am using the AABBQuery in Freud for a project and I was wondering if it is possible to return the difference vector instead of returning the the length of the difference vector.
I could not find this in the documentation and it also does not seem to be an optional kwarg like num_neighbors etc. It would be great if there is a nice solution possible, which would not require a custom Freud version, as I would like to flag Freud as a dependency and creating installers would become messy with custom versions.
I need such vectors for treatment of aggregates to classify their containment hierarchy. I have been using a voxel based paradigm in the past, but I am trying out Freud to replace and enhance my distance/PBC logic.
Cheers,
Bart
PS
If anyone turns out to be interested in inside and outside classification (containment) in Periodic Spaces and want to know how it works, feel free to send me an email. It is pretty wild, but can be really useful!