You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are trying to generate a rabi pulse using 04_amplitude.ipynb. It works well when do_emulation=False, but we haven't figured out how to generate a pulse in our real device. looks like it requires some "platform" to get a setup:
my_platform = demo_platform(1)
so we look into the tutorial to get a device set up:
If this works fine, then LabOne Q was able to successfully connect to your SHFQC instrument. I suspect then that the issue lies with the qubits. Are you using the qubits you are showing above, returned by generate_device_setup_qubits?
If yes, those qubit objects don't work with the Applications Library yet. The qubits returned by generate_device_setup_qubits are of type Transmon but the experiments in the Applications Library expect TunableTransmonQubits and their corresponding TunableTransmonQubitOperations at the moment.
Have you seen the tutorial on Defining Your Experimental Setup? This tutorial teaches you how to define the qubits, qpu, and quantum operations expected by the experiments in the LabOne Q Applications Library.
Let me know if this has worked. If the error persists after following the steps in the tutorial above, could you send us the error traceback you get when calling exp_workflow.run() ?
Hi, we are trying to generate a rabi pulse using 04_amplitude.ipynb. It works well when do_emulation=False, but we haven't figured out how to generate a pulse in our real device. looks like it requires some "platform" to get a setup:
so we look into the tutorial to get a device set up:
using \laboneq\contrib\example_helpers\generate_device_setup.py
However, there's a runtime error when exp_workflow.run().
Is there a good way to generate a real pulse using SHFQC in this repo? Thanks
The text was updated successfully, but these errors were encountered: