Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
754
stars
191
forks
source link
Missing negative sign in docs for sf.ops.S2gate #550
Closed
akirakyle closed 3 years ago
On line 1887 of ops.py a minus sign is missing in the RHS expression. It should be
e^{i\phi} a_1^\dagger a_2^\dagger - e^{-i\phi} a_1 a_2
.