Pulse and Schedule plots do not start at t0=0
See original GitHub issueInformation
- 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:
- Created 4 years ago
- Comments:17 (17 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks. I am on it.
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: