Closed MashAliK closed 5 months ago
Thanks @MashAliK! :star_struck: I've requested reviews from our team.
This is looking good, thanks @MashAliK 🎉 There are some failing tests, but I don't think they are related to your PR (most of them definitely aren't). We'll work on getting that updated and get back to you soon, don't worry about it for now.
Don't forget to update the changelog to include the change, and list yourself as a contributor! This should definitely go under "Improvements". As mentioned above, we may also want to include a second entry for it in "Breaking changes" - let's see what people think makes sense.
@lillian542 @obliviateandsurrender Thanks for the suggestions! I've made an update to try to resolve these problems.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
530a6af
) to head (9405906
). Report is 13 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For https://github.com/PennyLaneAI/pennylane/issues/5646. Updated
load_qasm
to take optional measurements as an argument and added the ability for it to make mid-circuit measurements. Tests added intests/test_converter.py
.