Skip to content

Commit

Permalink
More reversions for StandardGST seeding
Browse files Browse the repository at this point in the history
One more change to StandardGST to fight with git sync issues.
  • Loading branch information
Corey Ostrove committed Jul 23, 2023
1 parent 88a13cf commit 8a746c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygsti/protocols/gst.py
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,6 @@ def __init__(self, modes="full TP,CPTP,Target", gaugeopt_suite='stdgaugeopt', ta
self.auxfile_types['objfn_builders'] = 'serialized-object'
self.auxfile_types['optimizer'] = 'serialized-object'
self.auxfile_types['badfit_options'] = 'serialized-object'
self.auxfile_types['initial_model'] = 'dict:serialized-object'

#Advanced options that could be changed by users who know what they're doing
self.starting_point = {} # a dict whose keys are modes
Expand Down

0 comments on commit 8a746c1

Please sign in to comment.