Package org.redfx.strangefx.ui
Class ProbabilitiesGate
java.lang.Object
org.redfx.strangefx.ui.PseudoGate
org.redfx.strangefx.ui.ProbabilitiesGate
- All Implemented Interfaces:
org.redfx.strange.Gate
public class ProbabilitiesGate extends PseudoGate
A special implementation of a Gate that is not altering the probability vector, but that
is used in rendering.
- Author:
- johan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.redfx.strangefx.ui.PseudoGate
getAffectedQubitIndexes, getCaption, getGroup, getHighestAffectedQubitIndex, getMainQubitIndex, getMatrix, getName, getSize, setAdditionalQubit, setInverse, setMainQubitIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redfx.strange.Gate
applyOptimize, getMatrix, hasOptimization
-
Constructor Details
-
ProbabilitiesGate
public ProbabilitiesGate(org.redfx.strange.Step step)
-
-
Method Details
-
createUI
public javafx.scene.layout.Region createUI()
-