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

Add and Fix Game-of-Life, Hamiltonian, and QBF for Grendel #100

Merged
merged 24 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2119860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73bc375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b8a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce5ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ecfb22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbb53cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ec6be2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e2903e View commit details
    Browse the repository at this point in the history
  9. Remove columns from 'double diagonal' symmetry

    Indeed it becomes smaller, but it is not the 'easy' part of the quantification
    SSoelvsten committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    061d369 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    531e8a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c9381e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20bd364 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9fa033 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ac00a0b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2096507 View commit details
    Browse the repository at this point in the history
  16. Fix flushing when compiling with STATS

    The lack of output made me worry there was a bug.
    SSoelvsten committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0fdd82a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d351b8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8edc30 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4075563 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    107989d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    eb9bde7 View commit details
    Browse the repository at this point in the history
  22. Move quantifier merging into 'add_quant_gate'

    This (1) is much cleaner and (2) supports this optimisation even when using it without
    the qcir parser.
    SSoelvsten committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    537b525 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    511df1b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    59b0247 View commit details
    Browse the repository at this point in the history