qrand icon indicating copy to clipboard operation
qrand copied to clipboard

CIRQ support

Open pedrorrivero opened this issue 3 years ago • 9 comments

The following classes need to be developed implementing the corresponding interfaces:

  • [ ] CirqPlatformQuantumPlatform
  • [ ] CirqBackendQuantumBackend
  • [ ] CirqJobQuantumJob
  • [ ] CirqCircuitQuantumCircuit

The first of these classes follows the Facade/Abstract Factory pattern, while the other two are Class Adapters. For an example check the Qiskit variants.

pedrorrivero avatar Apr 05 '21 01:04 pedrorrivero