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

Warning and Hint removal #595

Merged
merged 10 commits into from
Oct 8, 2023
Merged

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    7297e98 View commit details
    Browse the repository at this point in the history
  2. Add support for Complex tensors to the decomposition functions

    These changes were actually made by Vindaar <batsi90@gmail.com>. I only completed the SVG test.
    AngelEzquerraAtKeysight committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6478af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Add functions to calculate the Moore-Penrose pseudo-inverse of a matr…

    …ix (pinv) and the conjugate of a complex tensor
    AngelEzquerraAtKeysight committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ce9b133 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Fix "expression 'arg[0]' is immutable, not 'var'"

    Code to fix the issue was provided by @Vindaar.
    AngelEzquerraAtKeysight committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6d6efd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9277870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1936506 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Fix a few "is declared but not used [XDeclaredButNotUsed]" hints

    There are still a few left which I did not "fix" because IMHO they make the code clearer by naming all outputs of procedures that return tuples.
    AngelEzquerraAtKeysight committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    18630a8 View commit details
    Browse the repository at this point in the history
  2. Fix ImplicitTemplateRedefinition warning

    While this change fixes the warning (by renaming one of the two templates, which works because they term rewriting macros should never be called explicitly), I am not sure that this code is ever triggered (with or without my fix).
    AngelEzquerraAtKeysight committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    461b4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c404189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4909202 View commit details
    Browse the repository at this point in the history