Skip to content

Commit

Permalink
Update solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Oct 2, 2023
1 parent d6d0440 commit 9572d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdgl/solver/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def solve_for_observables(
mu = operators.mu_laplacian_lu(rhs)
if use_cupy and not use_cupy_solver:
mu = cupy.asarray(mu)
normal_current = -(operators.mu_gradient @ mu) - 0 * dA_dt
normal_current = -(operators.mu_gradient @ mu) - dA_dt
return mu, supercurrent, normal_current

def get_induced_vector_potential(
Expand Down

0 comments on commit 9572d48

Please sign in to comment.