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