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.
2 parents b6a3ca7 + 21cec65 commit a1f8170Copy full SHA for a1f8170
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
"""
dev_requirements.txt
@@ -6,7 +6,7 @@ Automat==0.8.0
6
Babel==2.7.0
7
backcall==0.1.0
8
bitstring==3.1.6
9
-bleach==3.1.1
+bleach==3.1.2
10
certifi==2019.6.16
11
chardet==3.0.4
12
Click==7.0
0 commit comments