-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AQT: Improve documentation, Add Z operations and rename AQTRemoteSimu…
…lator to AQTSamplerLocalSimulator (#2578) The API for the AQT devices has been changed and should now be stable. The code for accessing the API has been changed and handling of connection errors has been improved. This PR adds Z operations for the AQT device. This PR addresses the issues #2194 #2091 The documentation has been imroved, possible addressing #2503
- Loading branch information
1 parent
8408f89
commit 2201aa0
Showing
5 changed files
with
218 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
from cirq.aqt.aqt_sampler import AQTSampler, AQTRemoteSimulator | ||
# Copyright 2019 The Cirq Developers | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
from cirq.aqt.aqt_sampler import AQTSampler, AQTSamplerLocalSimulator | ||
from cirq.aqt.aqt_device import AQTSimulator | ||
"""Types and methods related to the AQT ion trap device""" |
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
Oops, something went wrong.