-
Notifications
You must be signed in to change notification settings - Fork 36
Heterotopic MO kernel helper #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea :) Just a couple small comments that are really more a matter of opinion! Feel free to leave them as is!
@thomasgudjonwright if there's nothing else, would you mind approving? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one comment that definitely can be ignored!
Patch bumped. Will merge when CI passes again. |
I think I like this feature. It's a bit trivial at the minute, but I think it probably helps a bit with the cognitive load of using multi-output kernels in a heterotopic setting.
If nothing else, suggesting that users use this function to get their multi-output data in a format that KernelFunctions likes will help to future proof us a bit in case we change implementation details later on (e.g. maybe using
StructArray
s to represent the inputs that are returned from this function)