Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Missing/wrong generation_method_parameters for PulseSequences #117

Open
Nick-Grimm opened this issue Nov 28, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Nick-Grimm
Copy link

Version

current main

What is affected by the bug?

In the pulsed toolchain any uploaded PulseSequence from predifined methods does not show its own generation_method_parameters but rather the parameters of a former uploaded 'PulseBlockEnsemble'. This leads to false saving of the generation method paramters in the Metadata.

When does the bug occur?

The bug occurs when uploading predefined methods written as PulseSequences, e.g. t1_seq.

How do we replicate the issue?

-Upload any predefined method written as PulseSequence, e.g. t1_seq
-Check in the console the pulsed_measurement_logic.generation_method_parameters

Expected behavior

The generation method parameters should match.

Relevant log output

No response

Additional Comments

I think the issue is resolved when adding for sequences in the sequence_generator_logic in the method generate_predefined_sequence: sequence.generation_method_parameters = kwargs_dict just as for ensembles.

Contact Details

No response

@Nick-Grimm Nick-Grimm added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant