Skip to content

Clearly document the basis "endiandness" in tensor products and partial traces (and more) and make a comparison table to other julia and python tools and to kron in basic linear algebra and tensor network toolkits #7930

Clearly document the basis "endiandness" in tensor products and partial traces (and more) and make a comparison table to other julia and python tools and to kron in basic linear algebra and tensor network toolkits

Clearly document the basis "endiandness" in tensor products and partial traces (and more) and make a comparison table to other julia and python tools and to kron in basic linear algebra and tensor network toolkits #7930

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}