TuringQ / deepquantum

DeepQuantum for quantum computing
https://deepquantum.turingq.com/
Apache License 2.0
31 stars 7 forks source link

Add delay loop and support forward in Gaussian backend #37

Open Hugh-888 opened 1 week ago

Hugh-888 commented 1 week ago

Update details

1. Support non-adjacent BS gate

image

2. Support adding delay loop in Gaussian backend using circ.delay

2.1 Support multiple delay loops acting on single wire

image Using circ.unfold_circuit to check the equivalent circuit after forward.

2.2 Support multiple delay loops acting on the corresponding wires

image

3. Able to generate cluster state using delay loop, such as EPR, GHZ state

image image