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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Performance increase for the PureFockSimulator and TensorflowPureFockSimulator.
Fixed
GaussianState.fidelity gave incorrect results for multiple modes and it
needed to be corrected.
During Williamson decomposition, sometimes scipy.linalg.sqrtm returned with
complex matrices instead of real ones which caused problems so it is manually
casted to real.
In TensorflowPureFockSimulator, the gradient of the displacement gate
matrix was not applied properly to the upstream gradient, a conjugation is
added.
Using TensorflowPureFockSimulator, the input of the Interferometer gate
was not converted to a tensorflow.Tensor automatically, which has been
included.