View source on GitHub
|
Samplers to access the AQT ion trap devices via the provided API.
For more information on these devices see the AQT homepage:
API keys for classical simulators and quantum devices can be obtained at:
https://gateway-portal.aqt.eu/
Classes
class AQTSampler: cirq.Sampler for the AQT ion trap device
class AQTSamplerLocalSimulator: cirq.Sampler using the AQT simulator on the local machine.
class GateR: A single-qubit rotation around an arbitrary axis on the Bloch sphere's equatorial plane.
class GateRXX: A two-qubit entangling gate of Mølmer-Sørenson-type.
class GateRZ: A single-qubit rotation rotation around the Bloch sphere's z-axis.
class Measure: Measurement operation.
class Resource: A quantum computing device.
class SingleQubitGate: Abstract single qubit rotation.
class Workspace: A user workspace.
Other Members | |
|---|---|
| Gate |
Instance of types.UnionType
|
| Operation |
Instance of types.UnionType
|
| annotations |
Instance of __future__._Feature
|
View source on GitHub