Paddle Quantum 2.0.1
Release Note
Noise model
Paddle Quantum now supports noise model, including amplitude_damping
, generalized_amplitude_damping
, phase_damping
, bit_flip
, phase_flip
, bit_phase_flip
, depolarizing
, pauli_channel
, customized_channel
. The noise model could efficiently simulate quantum channels by Paddle Quantum.
You can refer to this tutorial to learn how to use this module.
New features
GHZ_state
: Now you can generate the GHZ-state directly with Paddle Quantum.linear_entangled_layer
: The entangled layer consisting of Ry gates, Rz gates, and CNOT gates, which only connect to its neighbors.