Skip to content

Commit

Permalink
added ccx in NAME_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Nov 16, 2023
1 parent a463e1d commit e08fc84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_aer/backends/name_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
CXGate,
CYGate,
CZGate,
CCXGate,
CSXGate,
CUGate,
CU1Gate,
Expand Down Expand Up @@ -300,6 +301,7 @@ def __init__(self, num_ctrl_qubits, ctrl_state=None):
"cx": CXGate,
"cy": CYGate,
"cz": CZGate,
"ccx": CCXGate,
"csx": CSXGate,
"cu": CUGate,
"cu1": CU1Gate,
Expand Down

0 comments on commit e08fc84

Please sign in to comment.