-
Notifications
You must be signed in to change notification settings - Fork 14
Q# support #2
Copy link
Copy link
Closed
Labels
DC-3Difficulty class 3/5 → Domain/tech specific knowledgeDifficulty class 3/5 → Domain/tech specific knowledgeenhancementNew feature or requestNew feature or requestunitaryhackQuantum open source hackathonQuantum open source hackathon
Metadata
Metadata
Assignees
Labels
DC-3Difficulty class 3/5 → Domain/tech specific knowledgeDifficulty class 3/5 → Domain/tech specific knowledgeenhancementNew feature or requestNew feature or requestunitaryhackQuantum open source hackathonQuantum open source hackathon
The following classes need to be developed implementing the corresponding interfaces:
QsharpPlatform←QuantumPlatformQsharpBackend←QuantumBackendQsharpJob←QuantumJobQsharpCircuit←QuantumCircuitThe first of these classes follows the Facade/Abstract Factory pattern, while the other two are Class Adapters. For an example check the Qiskit variants.