Skip to content

Commit

Permalink
minimize problem setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtong1000 committed Nov 18, 2024
1 parent 1649d7f commit f2ad00a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ def calc_phonon_displacement(self, mps):
import sys
# Model parameters
params = {
"nsites": 32,
"nsites": 2,
'g': 0.7,
'w0': 0.5,
't': -1.0,
'nboson_max': 40,
'bond_dim': 128,
'nsweeps': 20,
'nboson_max': 4,
'bond_dim': 16,
'nsweeps': 10,
'periodic': True
}

Expand Down

0 comments on commit f2ad00a

Please sign in to comment.