Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
Add ScQ-106
  • Loading branch information
ScQ-Cloud committed Mar 27, 2024
1 parent 76c55db commit 983fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quafu/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def send(
% (qc.num, self.backend.name, self.backend.qubit_num)
)

if not self.backend.name == "ScQ-P156":
if self.backend.name not in ["ScQ-P156", "ScQ-P106"]:
self.check_valid_gates(qc)
qc.to_openqasm()
data = {
Expand Down

0 comments on commit 983fa51

Please sign in to comment.