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

Fixes #7078: Change prefix of MemorySlot channel in Qasm Instructions #8166

Merged
merged 15 commits into from
Jul 27, 2022

Commits on Jul 19, 2022

  1. Fixes Qiskit#7078: Add is_schedulable property to qiskit.pulse.Channe…

    …l and don't apply a delay to it if True
    
    RegisterSlot and MemorySlot have this set to False. The default implementation in Channel sets it to True.
    pollyshaw committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f05d4b4 View commit details
    Browse the repository at this point in the history
  2. Fixes Qiskit#7078: Introduce ClassicalIOChannel as a subclass of puls…

    …e.Channel
    
    RegisterSlot, MemorySlot and SnapshotChannel now derive from this class. There are some tests to fix.
    pollyshaw committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0b1a111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ffb0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40aba71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3395b5e View commit details
    Browse the repository at this point in the history
  6. Fixes Qiskit#7078: Add is_schedulable property to qiskit.pulse.Channe…

    …l and don't apply a delay to it if True
    
    RegisterSlot and MemorySlot have this set to False. The default implementation in Channel sets it to True.
    pollyshaw committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9bf6e09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a217879 View commit details
    Browse the repository at this point in the history
  8. Fixes Qiskit#7078: Put checks in SetPhase, ShiftPhase and SetPhase. R…

    …emove check from Delay.
    pollyshaw committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cfd81c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c66a6e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87f0b27 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3f7634 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9208063 View commit details
    Browse the repository at this point in the history
  13. Fixes Qiskit#7078: remove typo

    pollyshaw committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7abc2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    207490f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    b7f93c3 View commit details
    Browse the repository at this point in the history