Skip to content

Commit

Permalink
Merge pull request #53 from oqc-community/jd/citation
Browse files Browse the repository at this point in the history
Add citation file
  • Loading branch information
chemix-lunacy authored Jun 20, 2024
2 parents 3e754ef + 12c3a43 commit 3140a19
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install LLVM
uses: ./.github/actions/install-llvm
with:
os: "ubuntu-latest"
os: "ubuntu-20.04"
version: "15"

- name: Build
Expand Down
24 changes: 24 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cff-version: 1.2.0
title: Rasqal
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: John
family-names: Dumbell
email: john.dumbell42@gmail.com
affiliation: Oxford Quantum Circuits (OQC)
repository-code: "https://github.com/oqc-community/rasqal"
url: "https://github.com/oqc-community/rasqal"
abstract: >-
Rasqal is a quantum-classical hybrid runtime that leans on
dynamic execution of hybrid IRs to optimize and synthesize
the circuits it sends to the QPU while executing the
classical parts itself. This approach means all
non-quantum variables are known at runtime, including
results from embedded quantum executions. Such information
is then used to enhance classical execution paths and
optimize circuit synthesis.
license: BSD-3-Clause
license-url: "https://github.com/oqc-community/rasqal/blob/develop/LICENSE"

0 comments on commit 3140a19

Please sign in to comment.