Skip to content

Commit

Permalink
[coulomb_integral.py] fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Aug 23, 2023
1 parent 0d51cf3 commit 51ca721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coulomb_integral.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def glr_int(r: float, q: float, l: int) -> float:
)

gl = np.array(gl)
gl[:, rcomp_idx+1:] = 0
self.gl = np.gl
gl[:, self.rcomp_idx:] = 0
self.gl = gl

@property
def lmidx(self):
Expand Down

0 comments on commit 51ca721

Please sign in to comment.