Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 597 Bytes | |
v0.13.1 - Castle of Wonders source code.tar.gz | 2025-05-27 | 7.4 MB | |
v0.13.1 - Castle of Wonders source code.zip | 2025-05-27 | 7.9 MB | |
Totals: 3 Items | 15.3 MB | 0 |
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 anExperiment
without creating aProcessor
, allowing easier integration intoRemoteProcessor
. - Non
BasicState
input in aProcessor
require setting themin_detected_photons_filter
. The error message when omitting it was not human readable. The message is now clearer.
Bug fixes
- Fixed copy of
Experiment
andProcessor
that now give a deep copy of the original object.