Skip to content

Likely code error in cc_extensions.py #926

Open
@mhucka

Description

@mhucka

On line 72, the variable eri_kpt is assigned to itself. It's not clear what it should be instead – either something is missing on the RHS or else it's just a pointless assignment.

        if dtype == float:
            eri_kpt = eri_kpt.real
        eri_kpt = eri_kpt

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