-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/devicesarea/docsarea/platformstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
It would be great to have a doc that lists all the different things a hardware provider can and should do when integrating with Cirq. Namely,
- write an RFC
- documentation (follow the notebook guidelines)
- access and auth (if available)
- getting started guide
- integration process (external vs internal module)
- design - interfaces to implement (Sampler, Device, ...)
- create device abstraction / operation validation for supported gateset
- noise model
- come up with serialization (or use cirq.to_json)
- ensure Simulators work (built-in, qsim)
- integrate service (if available)
and more...
Related #3245.
Metadata
Metadata
Assignees
Labels
area/devicesarea/docsarea/platformstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on