Skip to content

Likely code error in cc_extensions.py #926

Closed
@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

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions