diff --git a/kwant/contrib/rmt.py b/kwant/contrib/rmt.py index 67b8b9c83f4fe1bde1f8478105367f2e7bdbc865..d248b3c8f0580991260cf618fea1a97b7ff35733 100644 --- a/kwant/contrib/rmt.py +++ b/kwant/contrib/rmt.py @@ -224,7 +224,7 @@ def circular(n, sym='A', charge=None): s, h = qr(h) if p(sym) == -1 and not np.allclose(np.diag(h, 1)[::2], 0, atol=1e-8): raise RuntimeError('QR decomposition symmetry failure.') - h = np.diag(h) + h = np.diag(h).copy() h /= np.abs(h) s *= h