Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jul 22, 2020
1 parent 5713494 commit 8a0dc34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/si_nw_transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def main():

# get Hamiltonian matrices
hl, h0, hr = hamiltonian.get_hamiltonians()
# get Hamiltonian matrices in the block-diagonal form
hl1, h01, hr1, subblocks = hamiltonian.get_hamiltonians_block_tridiagonal()

# specify energy array
energy = np.linspace(2.1, 2.2, 50)
Expand Down

0 comments on commit 8a0dc34

Please sign in to comment.