Skip to content

IntegralHelper -- Generating Integrals #126

@gustavojra

Description

@gustavojra

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions