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.
New Features
The StateGenerator is now able to generate photonic states based on new rules
Improvements
The catalog items now expose a build_experiment method that allows creating an Experiment without creating a Processor, allowing easier integration into RemoteProcessor.
Non BasicState input in a Processor require setting the min_detected_photons_filter. The error message when omitting it was not human readable. The message is now clearer.
Bug fixes
Fixed copy of Experiment and Processor that now give a deep copy of the original object.