Skip to content
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

IntegralHelper -- Generating Integrals #126

Open
gustavojra opened this issue May 23, 2022 · 0 comments
Open

IntegralHelper -- Generating Integrals #126

gustavojra opened this issue May 23, 2022 · 0 comments

Comments

@gustavojra
Copy link
Member

Currently, integrals are obtained from an integral helper object by using a dictionary-like call

ints["S"]

which involves the getindex function.

I don't love the current system because it relies on several if statements... It is verbose and hard to extent. I want a way to leverage the multiple-dispatch system such that others can easily implement their own integral helper subtypes.

Thus, we should navigate away from

ints["S"]

and start using a functional form, such as

overlap(ints)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant