Skip to content

Return integrals as Numpy arrays rather than tuples #85

@kimt33

Description

@kimt33

The integrals of the Hamiltonian, integrate_sd_sd and integrate_wfn_sd, are returned as tuples of one electron integral, coulomb integral, and the exchange integral. It's a bit of a pain to add together these values.

The returned value can either be the sum or the numpy array of the three integrals. I'm not sure exactly when it would useful to have this information, but it might not be a bad idea to keep them separated. Numpy array should make it easier to manipulate these integrals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions