Closed paul0403 closed 3 weeks ago
Context: Two fixes on catalyst.passes.pipeline:
catalyst.passes.pipeline
catalyst.pipeline
catalyst.pipeline({...})(qnode_func)
catalyst.pipeline(pass_pipeline={...})(qnode_func)
Hello. You may have forgotten to update the changelog! Please edit doc/releases/changelog-dev.md on your branch with:
doc/releases/changelog-dev.md
Context: Two fixes on
catalyst.passes.pipeline
:catalyst.pipeline
catalyst.pipeline({...})(qnode_func)
now works (as opposed tocatalyst.pipeline(pass_pipeline={...})(qnode_func)
)