Skip to content
Snippets Groups Projects
Commit 2c5da944 authored by Joseph Weston's avatar Joseph Weston
Browse files

correct error in "whatsnew" file for kwant 1.3

Closes #166.
parent 056c312a
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ the following::
psi = kwant.wave_function(syst)(0)[0]
# create the operators
Q = kwant.physics.LocalOperator(syst)
J = kwant.physics.Current(syst)
Q = kwant.operator.Density(syst)
J = kwant.operator.Current(syst)
# evaluate the expectation value with the wavefunction
q = Q(psi)
......
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