Commit 13bf5ee
committed
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.
```python
if dtype == float:
eri_kpt = eri_kpt.real
eri_kpt = eri_kpt
```
Resolves issue quantumlib#926.
1 parent b8365ff commit 13bf5ee
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
0 commit comments