Commit b599377e authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

Fix typo in multigrad

Showing with 1 addition and 1 deletion
+1 -1
......@@ -191,7 +191,7 @@ def multigrad(nelec, a, n, s):
if isinstance(n, int):
n = np.arange(n) + 1
if isinstance(s, int):
n = np.arange(s) + 1
s = np.arange(s) + 1
elec = np.arange(nelec) + 1
abmn = []
for aa in a:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment