You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the results from https://quantum-journal.org/papers/q-2020-11-30-366/ it should be possible to implement natively in Fock space any Gaussian gate. Thus for example we should not need to decompose the MZgate, CXgate, CZgate and Pgate . This should be bring the speed of all the gates to be fairly fast and comparable to the Sgate and BSgate and S2gate for 1 and 2 modes respectively.
Two accomplish this two steps are needed:
Add in the thewalrus.fock_gradients the relevant recursion for calculation of the gradients and the gates themselves.
Update the piping in SF so that these gates are now imported from thewalrus and used by the tf and fock backends.
The text was updated successfully, but these errors were encountered:
Given the results from https://quantum-journal.org/papers/q-2020-11-30-366/ it should be possible to implement natively in Fock space any Gaussian gate. Thus for example we should not need to decompose the
MZgate
,CXgate
,CZgate
andPgate
. This should be bring the speed of all the gates to be fairly fast and comparable to theSgate
andBSgate
andS2gate
for 1 and 2 modes respectively.Two accomplish this two steps are needed:
thewalrus.fock_gradients
the relevant recursion for calculation of the gradients and the gates themselves.thewalrus
and used by thetf
andfock
backends.The text was updated successfully, but these errors were encountered: