-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into openqasm_documentation
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
[[email protected]](mailto:[email protected]) | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters