Skip to content

Commit

Permalink
feat: allow client to be passed in to get qulit calibrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Jul 22, 2024
1 parent 85de2d3 commit 57d9170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyquil/api/_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def native_quil_to_executable(
def _fetch_calibration_program(self) -> Program:
response = get_quilt_calibrations(
quantum_processor_id=self.quantum_processor_id,
client=self.client_configuration,
)
return Program(response)

Expand Down

0 comments on commit 57d9170

Please sign in to comment.