We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a760f commit 586e8f5Copy full SHA for 586e8f5
backends/eqsn_backend.py
@@ -117,7 +117,7 @@ def __init__(self):
117
self._hosts = EQSNBackend.Hosts.get_instance()
118
# keys are from : to, where from is the host calling create EPR
119
self._entaglement_qubits = EQSNBackend.EntanglementIDs.get_instance()
120
- self.eqsn = EQSN()
+ self.eqsn = EQSN.get_instance()
121
122
def start(self, **kwargs):
123
"""
requirements.txt
@@ -3,4 +3,4 @@ networkx==2.4
3
nose2==0.9.1
4
numpy==1.18.1
5
projectq==0.4.2
6
-eqsn==0.0.4
+eqsn==0.0.5
0 commit comments