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.

Pulse and Schedule plots do not start at t0=0

See original GitHub issue

Information

  • Qiskit Terra version:
  • Python version:
  • Operating system:

What is the current behavior?

As noted in https://github.com/Qiskit/qiskit-terra/pull/3418#pullrequestreview-313349295, the pulse and schedule plots do not start at t=0, nor do they finish at t=t0+duration

Steps to reproduce the problem

import qiskit.pulse as pulse
import qiskit.pulse.pulse_lib as pulse_lib
sched = pulse.Schedule()
sched += pulse_lib.constant(10, 1.0)(pulse.DriveChannel(1))
sched.draw(channels_to_plot=[pulse.DriveChannel(1)])

What is the expected behavior?

They should start and stop at t0(duration)

Suggested solutions

Any ideas @nkanazawa1989?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
faraimazhcommented, Jan 8, 2020

Sure, no problem. If I make progress I will let you know.

On Wed., 8 Jan. 2020, 01:23 Thomas Alexander, notifications@github.com wrote:

@faraimazh https://github.com/faraimazh do you still plan to work on this? Otherwise, I will reassign.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Qiskit/qiskit-terra/issues/3427?email_source=notifications&email_token=AIPNQSRZUQLG54SPKVL575TQ4UFHFA5CNFSM4JKHK5DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIKUQ3Q#issuecomment-571820142, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPNQSUZQ7NXKCDZ7376PCLQ4UFHFANCNFSM4JKHK5DA .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Gaps in Heart Rate Graphs - Oura Help
Occasionally, you may see gaps in your Nighttime, Daytime, or Workout Heart Rate graphs. See below for troubleshooting tips. Gaps in Nighttime Heart...
Read more >
Dysautonomia: Symptoms, Causes, Types, & How to Live With
This part of your nervous system controls involuntary body functions like your heartbeat, breathing and digestion. When the ANS doesn't work ...
Read more >
Pulse program Reference Manual
A pulse program is an ASCII text consisting of a number of lines. Each line may contain one or more pulse program statements...
Read more >
How to fix Apple Watch heart rate monitor not working
—Open your iPhone's Watch app and: Go to General and make sure that Workout Power Saving Mode is Off. Next, go to Privacy...
Read more >
Monitor the Heart Rate using Pulse Sensor and Arduino
Learn to detect, measure, monitor and plot the Heart Rate BPM using Pulse Sensor and Arduino along with Working, Pinout and four Example...
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