|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--edu.buffalo.fs7.mathlib.MathObject
|
+--edu.buffalo.fs7.mathlib.MathMap
|
+--edu.buffalo.fs7.mathlib.NoiseError
class representing a map that generates an infinitesimal 2x2 complex rotation matrix in dependence of the standard deviation of a Gaussian distribution given as a parameter. This class is used to model the effect of noise during gate applications.
Gate,
Decoherence| Fields inherited from class edu.buffalo.fs7.mathlib.MathObject |
mathlib |
| Constructor Summary | |
NoiseError()
creates a map that generates an infinitesimal 2x2 rotation matrix. |
|
| Method Summary | |
MathObject |
apply(MathObject o)
returns an infinitesimal 2x2 rotation matrix where the three parameters eps_1, eps_2, eps_3 are drawn from a Gaussian distribution of standard deviation sigma as specified in the real part of the complex number. |
java.lang.String |
toString()
string representation of the decoherence map |
| Methods inherited from class edu.buffalo.fs7.mathlib.MathObject |
clone, toParseableString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NoiseError()
| Method Detail |
public MathObject apply(MathObject o)
apply in class MathMappublic java.lang.String toString()
toString in class MathObjectedu.buffalo.fs7.mathlib.MathObjectMathObject.toParseableString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||