Skip to content

Commit

Permalink
📝 Paper
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Nov 8, 2024
1 parent f0ead09 commit 3bca7ea
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- paper/**
- .github/workflows/draft-pdf.yml

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
paper:
runs-on: ubuntu-latest
Expand Down
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,21 @@ repos:
rev: 2024.09.23
hooks:
- id: validate-pyproject

# Tidy up BibTeX files
- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: v1.14.0
hooks:
- id: bibtex-tidy
args:
[
"--align=20",
"--curly",
"--months",
"--blank-lines",
"--sort",
"--strip-enclosing-braces",
"--sort-fields",
"--trailing-commas",
"--remove-empty-fields",
]
30 changes: 30 additions & 0 deletions paper/codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0003-4699-1316",
"@type": "Person",
"email": "[email protected]",
"name": "Lukas Burgholzer",
"affiliation": "Chair for Design Automation, Technical University of Munich, Germany"
},
{
"@id": "https://orcid.org/0000-0002-4993-7860",
"@type": "Person",
"email": "[email protected]",
"name": "Robert Wille",
"affiliation": "Chair for Design Automation, Technical University of Munich, Germany"
}
],
"identifier": "",
"codeRepository": "https://github.com/cda-tum/mqt-core",
"datePublished": "2024-11-07",
"dateModified": "2024-11-07",
"dateCreated": "2024-11-07",
"description": "MQT Core forms the backbone of the software tools developed as part of the Munich Quantum Toolkit (MQT).",
"keywords": "Python, C++, MQT, Quantum Computing, Design Automation, Intermediate Representation, Data Structures, Decision Diagrams, ZX-Calculus",
"license": "MIT",
"title": "MQT Core",
"version": "v2.7.0"
}
Loading

0 comments on commit 3bca7ea

Please sign in to comment.