Skip to content

Define TensorAlgebra.matricize to return `SparseArrays.SparseMatrix… #27

Define TensorAlgebra.matricize to return `SparseArrays.SparseMatrix…

Define TensorAlgebra.matricize to return `SparseArrays.SparseMatrix… #27

Workflow file for this run

name: Register Package
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'main'
paths:
- 'Project.toml'
permissions:
contents: write
pull-requests: write
jobs:
Register:
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
with:
localregistry: ITensor/ITensorRegistry
secrets:
REGISTRATOR_KEY: ${{ secrets.REGISTRATOR_KEY }}