Skip to content

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

Open
SimonSekavcnik wants to merge 1 commit intoSoftwareQuTech:Developfrom
SimonSekavcnik:Develop
Open

Fixed a bug with transfering qubits which are at other nodes#283
SimonSekavcnik wants to merge 1 commit intoSoftwareQuTech:Developfrom
SimonSekavcnik:Develop

Conversation

@SimonSekavcnik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant