Classes to assist in processing of VPE (ArXiv:2010.02538) signal data
Classes
class PhaseFitEstimator
: A VPE estimator that works by fitting a set of known frequencies.
Functions
get_phase_function(...)
: Generates an estimate of the phase function g(t) from circuit output
Other Members |
standard_vpe_rotation_set
|
[[0.25, cirq.Ry(rads=1.5707963267948966), cirq.Ry(rads=-1.5707963267948966)],
[-0.25, cirq.Ry(rads=1.5707963267948966), cirq.Ry(rads=1.5707963267948966)],
[(-0-0.25j),
cirq.Ry(rads=1.5707963267948966),
cirq.Rx(rads=-1.5707963267948966)],
[0.25j, cirq.Ry(rads=1.5707963267948966), cirq.Rx(rads=1.5707963267948966)],
[0.25, cirq.Rx(rads=1.5707963267948966), cirq.Rx(rads=-1.5707963267948966)],
[-0.25, cirq.Rx(rads=1.5707963267948966), cirq.Rx(rads=1.5707963267948966)],
[0.25j, cirq.Rx(rads=1.5707963267948966), cirq.Ry(rads=-1.5707963267948966)],
[(-0-0.25j),
cirq.Rx(rads=1.5707963267948966),
cirq.Ry(rads=1.5707963267948966)]]
|