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

DAGCircuit: Add get_causal_cone method #10325

Merged
merged 26 commits into from
Jul 18, 2023

Commits on Jun 23, 2023

  1. Feat: Add get_causal_node to DAGCircuit:

    - Also added `get_qubit_input_node` and `get_qubit_output_node`.
    raynelfss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1960f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f633e7 View commit details
    Browse the repository at this point in the history
  3. Docs: Added release note

    raynelfss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9f98755 View commit details
    Browse the repository at this point in the history
  4. Chore: Remove type-checking in dagcircuit.py

    - Type checking was causing strange behavior during linting.
    raynelfss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5df78a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7357ed View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Added changes to speed up get_causal_cone (#1)

    - Replace lists with deque for the iteration.
    danielleodigie authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b599f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7afeaca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d4bf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    9b67119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9df27 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    e201796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7959ffc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    2bcced6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373673c View commit details
    Browse the repository at this point in the history
  3. Lint: Fixed formatting

    raynelfss committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7cdb264 View commit details
    Browse the repository at this point in the history
  4. Docs: Fixed release-note

    raynelfss committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4e80937 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    59fb330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16350c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9158c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Docs: Fix inline comments.

    raynelfss committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d10eb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d129ffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b924ea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d66e2f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    65109c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    005f077 View commit details
    Browse the repository at this point in the history