Package com.quantum4j.core.gates
Class StandardGates.CCXGate
java.lang.Object
com.quantum4j.core.gates.ThreeQubitGate
com.quantum4j.core.gates.StandardGates.CCXGate
- All Implemented Interfaces:
Gate
- Enclosing class:
- StandardGates
-
Field Summary
Fields inherited from class com.quantum4j.core.gates.ThreeQubitGate
matrix -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.quantum4j.core.gates.ThreeQubitGate
apply, arity
-
Constructor Details
-
CCXGate
public CCXGate()
-
-
Method Details
-
name
Description copied from interface:GateGet the name of this gate (e.g., "H", "X", "CNOT").- Returns:
- the gate name
-