Skip to content

Commit

Permalink
ad-hoc hardcoded basis gates
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Dec 29, 2021
1 parent 286edcc commit 86b2b5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion c3/qiskit/c3_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,10 @@ class C3QasmPhysicsSimulator(C3QasmSimulator):
"max_shots": 65536,
"coupling_map": None,
"description": "A physics based c3 simulator for qasm experiments",
"basis_gates": [], # TODO add basis gates
"basis_gates": [
"cx",
"x",
],
"gates": [],
}

Expand Down

0 comments on commit 86b2b5d

Please sign in to comment.