functionalΒΆ

Guppy standard module for functional qsystem native operations. For the mathematical definitions of these gates, see the guppylang.std.qsystem documentation.

These gates are the same as those in std.qsystem but use functional syntax.

Functions

measure(q)

Functional destructive measurement command.

measure_and_reset(q)

Functional measure_and_reset command.

phased_x(q, angle1, angle2)

Functional PhasedX gate command.

qfree(q)

Functional qfree command.

reset(q)

Functional Reset command.

rz(q, angle)

Functional Rz gate command.

zz_max(q1, q2)

Functional ZZMax gate command.

zz_phase(q1, q2, angle)

Functional ZZPhase gate command.