CQCL / pytket-qsharp

pytket-qsharp, extensions for pytket quantum SDK
Apache License 2.0
0 stars 1 forks source link

Edit the file "qsharp_convert.py" #29

Closed yoshi-qc closed 1 year ago

yoshi-qc commented 1 year ago

Edit the file "qsharp_convert.py" for solving an issue on Rigetti devices and simulator. Reason of the cause of the issue is that Rigetti devices and simulator doesn't support "mutable", which create multiple classical bits. Remark: An issue on IonQ devices and simulator haven't been solved. If we create a qsharp circuit without any gate operation and execute the circuit on IonQ device or simulator, we have an error. IonQ devices and simulator doesn't support a qsharp circuit without any gate operation.