Skip to content

Commit

Permalink
Merge pull request #545 from JoelPasvolsky/repeated_fast_anneal_time_…
Browse files Browse the repository at this point in the history
…range

Remove repeated property and update upper limit
  • Loading branch information
randomir authored Nov 19, 2024
2 parents 306b8a2 + 2951486 commit ea016b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dwave/system/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(self,
'default_programming_thermalization': 1000.0,
'default_readout_thermalization': 0.0,
'extended_j_range': [-2.0, 1.0],
'fast_anneal_time_range': [0.005, 83000.0],
'fast_anneal_time_range': [0.005, 2000.0],
'h_gain_schedule_range': [-3.0, 3.0],
'max_anneal_schedule_points': 12,
'max_h_gain_schedule_points': 20,
Expand All @@ -345,7 +345,6 @@ def __init__(self,
'tags': [],
'category': 'qpu',
'quota_conversion_rate': 1,
'fast_anneal_time_range': [0.005, 83000.0],
})

if properties is not None:
Expand Down

0 comments on commit ea016b6

Please sign in to comment.