Skip to content

Commit

Permalink
cleaning comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Klymenko committed May 4, 2023
1 parent 5e1725a commit 5acde75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nanonet/tb/diatomic_matrix_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ def me(atom1, ll1, atom2, ll2, coords, which_neighbour=0, overlap=False):

print(coords)

# print d_me(coords[2], 0, 0, 0)
# print d_me(-coords[2], 0, 0, 0)
# print d_me(-coords[2], 1, 0, 0)

print(d_me(-coords[2], 1, 1, 0))
print(d_me(-coords[2], 1, 0, 1))
print(d_me(-coords[2], 2, 1, 0))
Expand Down

0 comments on commit 5acde75

Please sign in to comment.