Skip to content

Commit

Permalink
XSWAP -- generate schedule start
Browse files Browse the repository at this point in the history
  • Loading branch information
fmozafari committed Oct 15, 2020
1 parent 4203314 commit e20eccc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cirq/contrib/routing/multi_prog_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ def generate_front_layers(self, cir_dags):

return flayers

def generate_schedule(self, two_qgateType):
schedule = cirq.Circuit
dags = self.generate_dags(two_qgateType)
flayers = self.generate_front_layers(dags)






Expand Down

0 comments on commit e20eccc

Please sign in to comment.