From 0c0a5c70f56d957b84bfd577ad78a279261cde5a Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Fri, 27 Sep 2019 13:50:35 +0200
Subject: [PATCH] add forgotten parameter to docstring of
 'kwant.kpm.conductivity'

---
 kwant/kpm.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kwant/kpm.py b/kwant/kpm.py
index db19f4ea..3c335bdc 100644
--- a/kwant/kpm.py
+++ b/kwant/kpm.py
@@ -778,6 +778,8 @@ def conductivity(hamiltonian, alpha='x', beta='x', positions=None, **kwargs):
 
     Parameters
     ----------
+    hamiltonian : `~kwant.system.FiniteSystem` or matrix Hamiltonian
+        If a system is passed, it should contain no leads.
     alpha, beta : str, or operators
         If ``hamiltonian`` is a kwant system, or if the ``positions``
         are provided, ``alpha`` and ``beta`` can be the directions of the
-- 
GitLab