Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Likely code error in cc_extensions.py #926

@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

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions