From 8ad7c1b351cba1b1481493257b10e2301a8e17e9 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph@weston.cloud> Date: Thu, 9 Aug 2018 09:28:34 +0200 Subject: [PATCH] correct typo in KPM documentation --- doc/source/tutorial/kpm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorial/kpm.rst b/doc/source/tutorial/kpm.rst index 24f0c286..ec9b2724 100644 --- a/doc/source/tutorial/kpm.rst +++ b/doc/source/tutorial/kpm.rst @@ -194,7 +194,7 @@ the spectral density of the given operator that is calculated. `~kwant.kpm.SpectralDensity` accepts the operators in a few formats: -* *explicit matrices* (numpy array of scipy sparse matrices will work) +* *explicit matrices* (numpy array or scipy sparse matrices will work) * *operators* from `kwant.operator` If an explicit matrix is provided then it must have the same -- GitLab