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])
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])