rigetti / pyquil

A Python library for quantum programming using Quil.
http://docs.rigetti.com
Apache License 2.0
1.39k stars 341 forks source link

Documentation uses deprecated `.readout_data.get("ro")` #1690

Closed bramathon closed 8 months ago

bramathon commented 8 months ago

The current documentation uses the .readout_data.get("ro") in many places, but when these examples are run, the method is reported to be deprecated.

The documentation should be updated to use the new method.