Skip to content

Commit

Permalink
refactored nanostrip.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jul 31, 2020
1 parent fc72915 commit 5355f3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ atoms per unit cell:

2. Set tight-binding parameters:
```python
tb.Orbitals.orbital_sets = {'A': orb}
tb.set_tb_params(PARAMS_A_A={"ss_sigma": 1.0})
```

Expand Down
1 change: 0 additions & 1 deletion examples/nanostrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def main(energy):
orb.add_orbital('s', energy=-1.0)

# set TB parameters
tb.Orbitals.orbital_sets = {'A': orb}
tb.set_tb_params(PARAMS_A_A={"ss_sigma": 1.0})

# define atomic coordinates for the unit cell
Expand Down

0 comments on commit 5355f3e

Please sign in to comment.