Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N NIFTy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ift
  • NIFTy
  • Merge requests
  • !499

LinearEinsum: fix adjoint_times for pure transpose operations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lukas Platz requested to merge fixup_einsum_transpose into NIFTy_6 May 24, 2020
  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 2

LinearEinsum, when called with an empty mf and subscripts 'ij->ji' did calculate incorrect adjoint subscipts ',yz->zy', rendering its .adjoint_times method inoperable.

Fixed this and added a test on it.

@gedenhof, could you please check if the fix is really correct?

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fixup_einsum_transpose