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
Describe the bug
Running the interactive_psv simulation based on the attached compiled_experiment results in a key_error, with the following Stack trace:
File "C:\Users\\miniconda3\envs\wmiqconly\lib\site-packages\laboneq\pulse_sheet_viewer\pulse_sheet_viewer.py", line 37, in interactive_psv
simulation = OutputSimulator(compiled_experiment)
File "C:\Users\\miniconda3\envs\wmiqconly\lib\site-packages\laboneq\simulator\output_simulator.py", line 165, in __init__
self._simulations = simulate(
File "C:\Users\\miniconda3\envs\wmiqconly\lib\site-packages\laboneq\simulator\seqc_parser.py", line 1205, in simulate
seqc_descriptors, waves = _analyze_compiled(compiled)
File "C:\Users\\miniconda3\envs\wmiqconly\lib\site-packages\laboneq\simulator\seqc_parser.py", line 1189, in _analyze_compiled
seqc_descriptors = analyze_recipe(
File "C:\Users\\miniconda3\envs\wmiqconly\lib\site-packages\laboneq\simulator\seqc_parser.py", line 1104, in analyze_recipe
seqc_descriptor = seqc_descriptors_from_recipe[name]
KeyError: 'seq_AWG1_0_[0,1].seqc'
Describe the bug
Running the interactive_psv simulation based on the attached compiled_experiment results in a key_error, with the following Stack trace:
To Reproduce
Use the interactive_psv with
failed_simulation.json
Versions used:
Context
The text was updated successfully, but these errors were encountered: