PML-376: hints on FF with PartialMeasurement - #293
Conversation
|
@claude review |
|
Claude finished @CassNot's task in 5m 16s —— View job Review: PML-376 — hints on FF with
|
|
I agree with Claude's comment that my fixed proposition should have been verified. |
|
Claude finished @CassNot's task in 5m 7s —— View job Review (round 2): PML-376 — hints on FF with
|
…eclaration, fixed tests
|
Indeed, good comments |
|
Claude finished @CassNot's task in 5m 51s —— View job Review (round 3): PML-376 — hints on FF with
|
Summary
I am adding an explanation in the documentation of the FeedForward in MerLin to reflect the findings of #274
The goal is to explain to users how to use
PartialMeasurementwhen what they want to do with the FeedForwardBlock is not possible (here, the input parameters cannot be used inside a branch)Related Issue
PML-376
Type of change
Proposed changes
Summary of what was added, right after the main FeedForwardBlock example and before "Further Reading":
MeasurementStrategy.partial(...), routing eachPartialMeasurementbranch into its ownQuantumLayer.How to test / How to run
Documentation
Checklist
SPHINXOPTS="-W --keep-going -n" make -C docs clean htmlthe docs are built without any warning or errors.