Skip to content

munich-quantum-toolkit/workflows

Repository files navigation

MQT Logo

Reusable GitHub Workflows of the Munich Quantum Toolkit (MQT)

This repository hosts the reusable GitHub workflows of the Munich Quantum Toolkit (MQT).

Key Features

This repository provides reusable GitHub workflows for the MQT, which can be used in other repositories to automate various tasks such as:

  • Change detection for selective workflow execution.
  • C++ testing, linting, and coverage reporting.
  • Python testing (including coverage reporting), linting, and packaging.
  • Dependabot-like updates for MQT Core.
  • Upstream testing against Qiskit.

Overall, these enable modern CI/CD for

  • C++ projects,
  • Python projects with compiled extensions, as well as
  • pure Python packages.

If you have any questions, feel free to create a discussion or an issue on GitHub.

Passing Project-Specific Secrets to Reusable Workflows

Most reusable build, test, lint, and packaging workflows expose a fixed whitelist of inherited secrets as environment variables. In the calling workflow, use secrets: inherit and define the corresponding repository or environment secrets with the same names.

The currently supported variables are

  • IQM_TOKEN,
  • IQM_QC_ALIAS,
  • AWS_S3_BUCKET,
  • AWS_ACCESS_KEY_ID, and
  • AWS_SECRET_ACCESS_KEY.

If one of these secrets is not defined by the calling repository or environment, GitHub Actions leaves the corresponding environment variable empty.

Contributors and Supporters

The Munich Quantum Toolkit (MQT) is developed by the Chair for Design Automation at the Technical University of Munich and supported by MQSC. Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.

MQT Partner Logos

Thank you to all the contributors who have helped make the MQT Workflows a reality and keep them up-to-date!

Acknowledgements

The Munich Quantum Toolkit has been supported by the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.

MQT Funding Footer

About

A collection of reusable GitHub workflows used throughout the MQT

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors