【代码贡献】新增 QuantumReservoir 量子储备池计算模块 - #83
Open
tokenjunkielabs wants to merge 1 commit into
Open
tokenjunkielabs wants to merge 1 commit into
tokenjunkielabs wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
关联 #13(2026 本源杯开源创新赛道|代码贡献)。
新增 pyqpanda_alg.QuantumReservoir,提供完整的量子储备池计算(Quantum Reservoir Computing, QRC)工作流:
设计目标是把量子部分保持为固定、可重复使用的非线性特征映射,只训练廉价的经典读出层,适用于时间序列回归、非线性系统辨识、传感器流等场景;实际 shot 分配、误差缓解、转译与设备校准继续由调用方后端负责。
Source head: bc0b60f
Base: develop@5f973efccb84bc193157d1ccebe32137e307293b
No test run is claimed; submission scope is the algorithm module, package API, documentation, and runnable example.