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

Multiplier Operators Quantum Arithmetic #6112

Merged
merged 70 commits into from
Aug 23, 2024
Merged

Commits on Aug 14, 2024

  1. in operators and tests

    gmlejarza committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9b043c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. rename inplace ops

    gmlejarza committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5abfea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dcc9e1 View commit details
    Browse the repository at this point in the history
  3. first commit

    gmlejarza committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    61d8a72 View commit details
    Browse the repository at this point in the history
  4. adding test out_mult

    gmlejarza committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    348d998 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fixing some tests

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dc64251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54aa27a View commit details
    Browse the repository at this point in the history
  3. documentation fixes

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    91b492e View commit details
    Browse the repository at this point in the history
  4. test name fix

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    17cd506 View commit details
    Browse the repository at this point in the history
  5. extra minor fixes

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1545463 View commit details
    Browse the repository at this point in the history
  6. fix imports

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    03ba8bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aeb859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bac62b View commit details
    Browse the repository at this point in the history
  9. fix documentation adder

    gmlejarza committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c11b10b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    ec5ad75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d3a10 View commit details
    Browse the repository at this point in the history
  3. small fix

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2848410 View commit details
    Browse the repository at this point in the history
  4. minor test fix

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d6b1357 View commit details
    Browse the repository at this point in the history
  5. import fix

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d763eb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    644a865 View commit details
    Browse the repository at this point in the history
  7. black

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    70cbe03 View commit details
    Browse the repository at this point in the history
  8. fix init

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0445f90 View commit details
    Browse the repository at this point in the history
  9. fix adder tests

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    98e991c View commit details
    Browse the repository at this point in the history
  10. fixing adder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8d20ada View commit details
    Browse the repository at this point in the history
  11. fixing tests multipliers

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0d3dbb6 View commit details
    Browse the repository at this point in the history
  12. fix test adder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    054bfda View commit details
    Browse the repository at this point in the history
  13. fixing adder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6057422 View commit details
    Browse the repository at this point in the history
  14. fix local tests

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cda7832 View commit details
    Browse the repository at this point in the history
  15. minor change unflatten

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0724f4d View commit details
    Browse the repository at this point in the history
  16. fixing test_adder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    823f93f View commit details
    Browse the repository at this point in the history
  17. fix test_adder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    625b0d5 View commit details
    Browse the repository at this point in the history
  18. removing primitive_bind

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7bb4dda View commit details
    Browse the repository at this point in the history
  19. fix capture

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    700c76d View commit details
    Browse the repository at this point in the history
  20. minor change test_templates

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cde0d7e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    221c9cb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b1ed1d9 View commit details
    Browse the repository at this point in the history
  23. cleaning templates

    KetpuntoG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0382654 View commit details
    Browse the repository at this point in the history
  24. test_adder

    KetpuntoG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    73bb41c View commit details
    Browse the repository at this point in the history
  25. test_phase_adder

    KetpuntoG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    34ff2f1 View commit details
    Browse the repository at this point in the history
  26. adder

    KetpuntoG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c6a3af6 View commit details
    Browse the repository at this point in the history
  27. cleaning adder phaseadder

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8ff21f6 View commit details
    Browse the repository at this point in the history
  28. phase_adder

    KetpuntoG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    344f7fd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    10712a6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    70ae944 View commit details
    Browse the repository at this point in the history
  31. adding test capture

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4078b7e View commit details
    Browse the repository at this point in the history
  32. fix work_wires errors

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    218897b View commit details
    Browse the repository at this point in the history
  33. fix test_multiplier

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3b6fd0a View commit details
    Browse the repository at this point in the history
  34. fix pylint errors

    gmlejarza committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f885553 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. test_multiplier import fix

    gmlejarza committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e21fb5b View commit details
    Browse the repository at this point in the history
  2. fixing test_multiplier

    gmlejarza committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3d30d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f201a View commit details
    Browse the repository at this point in the history
  4. sphinx

    KetpuntoG committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    132e88c View commit details
    Browse the repository at this point in the history
  5. cleaning templates

    KetpuntoG committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cb0c4af View commit details
    Browse the repository at this point in the history
  6. Update multiplier.py

    KetpuntoG committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ffd8b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a577b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e7f38 View commit details
    Browse the repository at this point in the history
  3. Update adder.py

    KetpuntoG committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    79d6eca View commit details
    Browse the repository at this point in the history
  4. Update phase_adder.py

    KetpuntoG committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    70020bd View commit details
    Browse the repository at this point in the history
  5. Update test_adder.py

    KetpuntoG committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    444f40a View commit details
    Browse the repository at this point in the history
  6. Update test_phase_adder.py

    KetpuntoG committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    30e9d4b View commit details
    Browse the repository at this point in the history
  7. Update adder.py

    KetpuntoG committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6365e3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    196bda9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba24892 View commit details
    Browse the repository at this point in the history
  10. update multiplier

    soranjh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3dfbd9e View commit details
    Browse the repository at this point in the history
  11. update outmultiplier

    soranjh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bc08d58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31ee581 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bca767c View commit details
    Browse the repository at this point in the history
  14. update tests

    soranjh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a3423f7 View commit details
    Browse the repository at this point in the history
  15. update changelog

    soranjh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    85efee7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    23023e5 View commit details
    Browse the repository at this point in the history