Skip to content

Commit

Permalink
Merge branch 'main' into mhucka-improve-examples-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka authored Dec 28, 2024
2 parents 404fa08 + 06f12b9 commit 9f7ff2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/google/engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google's Quantum Computing Service provides the Quantum Engine API to execute
circuits on Google's quantum processor or simulator backends and
to access or manage the jobs, programs, reservations and calibrations. As of Cirq is
to access or manage the jobs, programs, reservations and calibrations. Cirq is
the only supported client for this API, using the `cirq_google.Engine` class.
For other use cases (e.g. from a different language), contact
[cirq-maintainers@googlegroups.com](mailto:cirq-maintainers@googlegroups.com)
Expand All @@ -13,7 +13,7 @@ Note: the Quantum Engine API is not yet open for public access.
## Authenticating to Google Cloud

Before you begin, you will need to create a Google Cloud project with the API
enabled and billing enabled. You will then to create credentials in order to
enabled and billing enabled. You will then need to create credentials in order to
access the API.

You can create application default credentials from the command line using the
Expand Down

0 comments on commit 9f7ff2d

Please sign in to comment.