macOS
brew install staqlocal Homebrew formula metadata
brew / rang 12649
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de staq pour les workflows d'agents IA.
installation
brew install staqlocal Homebrew formula metadata
aperçu
Full-stack quantum processing toolkit
historique
staq is a C++ quantum-circuit toolkit distributed as both a library and a collection of command-line tools for OpenQASM-centered circuit synthesis, transformation, optimization, mapping, and translation.
The project is maintained by softwareQ Inc. Its README describes a modern C++17 library with low external dependencies, usable through binary tools or as a header-only library for parsing and manipulating OpenQASM 2.0 circuits. The linked paper, first posted as an arXiv preprint in December 2019 and later published in Quantum Science and Technology in 2020, frames staq as a full-stack quantum processing toolkit.
staq's design is explicitly source-oriented: the README says it manipulates OpenQASM syntax trees directly, taking inspiration from Clang, rather than lowering immediately to an intermediate representation. That made it useful for source-to-source transformations and translations where preserving the structure of QASM input mattered.
For package-manager users, staq shows up as a Homebrew formula with many small executables rather than a single monolithic binary. The input package facts list the main `staq` tool alongside specialist tools such as simplifiers, inliners, mappers, resource estimators, and language/library translators.
The project did not become a general-purpose developer utility like a formatter or shell tool; its adoption is concentrated in quantum software workflows, especially scripts and experiments built around OpenQASM.
The official tool-suite wiki documents a Unix-style workflow where OpenQASM source is passed through individual tools using standard input, standard output, and shell pipes. That style encourages users to compose exactly the circuit passes they need.
Common usage includes desugaring, inlining, simplifying, optimizing rotations, mapping circuits to device constraints, estimating resources, and translating OpenQASM into targets such as Quil, ProjectQ, Q#, and Cirq.
staq is interesting to package maintainers because it turns a specialized research compiler into a set of ordinary command-line programs. The package exposes many narrowly scoped binaries, which fits the Unix-pipeline culture better than a large GUI or cloud-only quantum SDK.
Its low-dependency C++17 implementation and MIT license also make it relatively straightforward for a package manager to build and ship compared with quantum stacks that pull in larger runtime ecosystems.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
staq | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_circ | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_desugarer | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_device_generator | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_grid_synth | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_group_qregs | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_inliner | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_ionq | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_lattice_surgery | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_mapper | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_oracle_synthesizer | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_projectq | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_qasm_synth | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_qsharp | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_quil | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_resource_estimator | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_rotation_optimizer | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
staq_simplifier | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:staq |
|---|---|
| Version | 3.5 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://iopscience.iop.org/article/10.1088/2058-9565/ab9359/pdf |
| Dépôt | https://github.com/softwareQinc/staq |
| Dernière mise à jour | 2026-07-13T17:31:48+09:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.