Skip to content
Snippets Groups Projects
Commit b3f2b33a authored by patavirt's avatar patavirt
Browse files

tests: fix h field direction

parent 870607f0
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ def test_soc_analytic(n=10): ...@@ -291,7 +291,7 @@ def test_soc_analytic(n=10):
sol.Ux[...] = expm(1j * dx * Ax) sol.Ux[...] = expm(1j * dx * Ax)
sol.Uy[...] = expm(1j * dy * Ay) sol.Uy[...] = expm(1j * dy * Ay)
sol.Omega[...] += h * np.kron(sz, sz) sol.Omega[...] += h * np.kron(sz, sx)
return sol return sol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment