Refactor absorb_weight
and use leftorth
in _qr_bond
(#146)
#797
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Format Check" | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'master' | |
tags: '*' | |
pull_request: | |
jobs: | |
format-check: | |
name: "Format Check" | |
uses: "QuantumKitHub/.github/.github/workflows/formatcheck.yml@main" |