SoftwareQuTech / SimulaQron

Quantum Network Simulator for Application Programming
Other
113 stars 53 forks source link

Fixed a bug with transfering qubits which are at other nodes #283

Open SimonSekavcnik opened 3 months ago

SimonSekavcnik commented 3 months ago

Fixed a bug in the virtual.py -> virtualNode -> send_qubit method

When qubit is simulated at remote host the virtual node tries to call self._lock_simulating_node, but this method belongs to the virtualQubit class. locked_node = yield self._lock_simulating_node(exclude=[self.virtNode, remoteNode])