Fix gauge fixing in :fixed mode for non-uniform unit cells from full SVD
#1327
Workflow file for this run
This file contains hidden or 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: FormatCheck | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| - 'master' | |
| tags: '*' | |
| pull_request: | |
| branches: | |
| - 'main' | |
| - 'master' | |
| jobs: | |
| formatcheck: | |
| name: "Format Check" | |
| uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main" | |