From 22a0b98331fa904ede7b9dd9f199c1287ce11845 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Thu, 21 Feb 2013 18:08:32 +0100 Subject: [PATCH] small tutorial clarification --- doc/source/tutorial/tutorial2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/tutorial/tutorial2.rst b/doc/source/tutorial/tutorial2.rst index 6bb6043f..4bfd7b50 100644 --- a/doc/source/tutorial/tutorial2.rst +++ b/doc/source/tutorial/tutorial2.rst @@ -180,8 +180,8 @@ Finally, we compute the transmission probability: :start-after: #HIDDEN_BEGIN_sqvr :end-before: #HIDDEN_END_sqvr -``kwant.solve`` allows us to specify a dictionary, `kwargs`, that will -be passed as additional keyword arguments to the function that evaluates the +``kwant.solve`` allows us to specify a dictionary, `kwargs`, that will be +passed as additional keyword arguments to the functions that provide the Hamiltonian matrix elements. In this example we are able to solve the system for different depths of the potential well by passing the keyword argument `pot`. We obtain the result: -- GitLab