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

No more explicit DD terminals #265

Merged
merged 12 commits into from
Jul 24, 2023
Merged

No more explicit DD terminals #265

merged 12 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. No more explicit DD terminals

    - Explicit DD terminals have been replaced by nullptr
    - Allows for more qubits
    - Requires changes to some loops
    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f98293f View commit details
    Browse the repository at this point in the history
  2. Fixed type warnings

    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8dac4e2 View commit details
    Browse the repository at this point in the history
  3. Update CPP Linter Workflow

    - Use action
    - Use debug build
    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    661ba01 View commit details
    Browse the repository at this point in the history
  4. Use correct CMake definition

    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f23e193 View commit details
    Browse the repository at this point in the history
  5. Use Clang16 for Linting

    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5c8aa85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82195fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bb9a1a View commit details
    Browse the repository at this point in the history
  8. Silence false-positives

    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0c4edc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f0947e View commit details
    Browse the repository at this point in the history
  10. Actually use clang16

    hillmich committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4eb3d63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3cdf9e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Earlier nullptr check

    hillmich committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8596ef2 View commit details
    Browse the repository at this point in the history