node-red-quantum / node-red-contrib-quantum

Quantum computing functionality for Node-RED
https://node-red-quantum.github.io/
Apache License 2.0
18 stars 2 forks source link

Rui/bug fix #114

Closed bbaayezi closed 3 years ago

bbaayezi commented 3 years ago

Purpose

fix bugs and update tests to solve failed CI run on master branch.

Changes

modify the script execution logic in classical-register to append circuit initialisation command instead of executing explicitly.

louislefevre commented 3 years ago

Pushed a commit 27871d6f414cc0505673b753966c3d68d87adf51 to fix something in the quantum register: if an error is raised when executing initScript, execution wouldn't stop at that node. Also simplified the code a bit and added some logging statements.