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 Constructor Description ProbabilitiesGate(org.redfx.strange.Step step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.layout.RegioncreateUI()-
Methods inherited from class org.redfx.strangefx.ui.PseudoGate
getAffectedQubitIndexes, getCaption, getGroup, getHighestAffectedQubitIndex, getMainQubitIndex, getMatrix, getName, getSize, setAdditionalQubit, setInverse, setMainQubitIndex
-
-