question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement frequency changes for pulse

See original GitHub issue

What is the expected enhancement?

PulseChannels create the control fields Re[exp(i 2pi j dt f + phi)d_j]. There should be a Command to change the frequency f of the PulseChannel.

This instruction will be implemented by class SetChannelFrequency(Command). It will have

  • one attribute, the new frequency of the channel, i.e. self._frequency,
  • the prefix scf,
  • and will result in the command_dict {‘name’: ‘scf’, ‘t0’: …, ‘ch’: …, ‘frequency’: … }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
eggerdjcommented, Nov 22, 2019

Thinking about this a bit more I am now comfortable with SetFrequency. Changing the qubit frequency for a fixed duration T would require a square pulse (implemented as ConstantPulse(ParametricPulse) or SamplePulse) of duration T on the flux bias line. (If the frequency change is to be until the end of the schedule then a persistent value would probably better). At this point its up to the user to know that his square pulse will change the frequency of the qubit.

1reaction
eggerdjcommented, Nov 14, 2019

@taalexander Yes I’ll implement this. Please assign me.

SetFrequency is also an option and it makes sense given that Commands are applied on channels. My reason for making channel explicit is that for flux-tunable qubits I can imagine a command named SetQubitFrequency. I.e. to avoid any ambiguity I would prefer to have SetChannelFrequency.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pulse Frequency - an overview | ScienceDirect Topics
Pulse frequency modulation (PFM) is a process by which information of an input signal is coded into time-intervals of identical pulses emitted as...
Read more >
Pulse repetition frequency - Wikipedia
The pulse repetition frequency (PRF) is the number of pulses of a repeating signal in a specific time unit. The term is used...
Read more >
Design and implementation of pulse frequency modulation ...
Design and implementation of pulse frequency modulation control systems. S. Tzafestas, PhD, DSc and G. Frangakis, MScView all authors and affiliations.
Read more >
Pulse Width Modulation Characteristics and the Effects of ...
Key Takeaways. ○ Learn about pulse width modulation (PWM). ○ Gain a greater understanding of PWM as a controlling method.
Read more >
Implementation of the pulse rhythmic rate for the efficient ...
Pulses detected on the PPG use the change in the reflected light as this is due to the change in the flow of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found