-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add QVM factory function load_device_noise_properties #7369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add QVM factory function load_device_noise_properties #7369
Conversation
Convenience function for constructing GoogleNoiseProperties from available specifications for known QVM device. Related to b/395705720
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7369 +/- ##
=======================================
Coverage 98.68% 98.68%
=======================================
Files 1112 1112
Lines 97588 97601 +13
=======================================
+ Hits 96307 96320 +13
Misses 1281 1281 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eliottrosenberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @pavoljuhas!
| the Z phases data, if available, to construct NoiseProperties for device simulation. | ||
| Args: | ||
| processor_id: name of the processor to simulate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we either specify valid processor names or tell where to find them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, there seems to be no public API to get those names apart from reading the code. I will add a list_virtual_processors function in next PR.
Convenience function to get the valid `processor_id` strings for QVM factories. Follow-up to quantumlib#7369
Convenience function to get the valid `processor_id` strings for QVM factories. Follow-up to #7369
Convenience function for constructing GoogleNoiseProperties from available specifications for known QVM devices. Related to b/395705720
…#7375) Convenience function to get the valid `processor_id` strings for QVM factories. Follow-up to quantumlib#7369
Convenience function for constructing GoogleNoiseProperties from available
specifications for known QVM devices.
Related to b/395705720