Closed SamFerracin closed 8 months ago
Dgate(1.0)[2] >> Sgate([1., -1]) The circuit drawer should represent the Sgates as S(1.0, 0.0) and S(-1.0, 0.0)
Dgate(1.0)[2] >> Sgate([1., -1])
Sgate
S(1.0, 0.0)
S(-1.0, 0.0)
The circuit drawer displays both the Sgates as S(r, 0.0)
S(r, 0.0)
always
Mr Mustard: a differentiable bridge between phase space and Fock space. Copyright 2021 Xanadu Quantum Technologies Inc. Python version: 3.9.18 Platform info: Linux-5.15.0-92-generic-x86_64-with-glibc2.31 Installation path: /home/samuele.ferracin/git/MrMustard/mrmustard Mr Mustard version: 0.7.0.dev0 Numpy version: 1.23.5 Numba version: 0.56.4 Scipy version: 1.12.0 The Walrus version: 0.19.0 TensorFlow version: 2.14.0
No response
Solved on lab_dev
Before posting a bug report
Expected behavior
Dgate(1.0)[2] >> Sgate([1., -1])
The circuit drawer should represent theSgate
s asS(1.0, 0.0)
andS(-1.0, 0.0)
Actual behavior
The circuit drawer displays both the
Sgate
s asS(r, 0.0)
Reproduces how often
always
System information
Source code
No response
Tracebacks
No response
Additional information
No response