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

lazy_measure_and_reset(q)

Functional lazy_measure_and_reset command.

lazy_measure_and_reset_array(qubits)

Functional lazy_measure_and_reset_array command.

measure(q)

Functional destructive measurement command.

measure_and_reset(q)

Functional measure_and_reset command.

measure_and_reset_array(qubits)

Functional measure_and_reset_array command.

measure_array(qubits)

Functional measure_array 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.