
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Quantum Computing Language Converter
npm -g install q-convert
Q-Convert - Quantum Language Converter
Usage:
q-convert -i input_file -s source_format -o output_file -d destination_format [-j] [-w]
-i, --input Input file
-s, --source Source format: qasm, quil, qobj, ionq, quantum-circuit, toaster
-o, --output Output file
-d, --dest Destination format: qiskit, qasm, qobj, quil, pyquil, braket, cirq, tfq, qsharp, quest, cudaq, js, quantum-circuit, toaster, svg, svg-inline
-j, --jupyter Output jupyter notebook (for qiskit, pyquil, braket, cirq, tfq, qsharp, cudaq and js only)
-w, --overwrite Overwrite output file if it already exists
-h, --help Print this help text
The following command will take my_circuit.qasm and will output vector image of a circuit diagram my_circuit.svg
q-convert -i my_circuit.qasm -s qasm -o my_circuit.svg -d svg -w
Convert from QASM to Q# (QSharp)
q-convert -i my_circuit.qasm -s qasm -o my_circuit.qs -d qsharp -w
Convert from QASM to a jupyter notebook with pyQuil code inside:
q-convert -i my_circuit.qasm -s qasm -o my_circuit.ipynb -d pyquil -j -w
Online version is available at: https://quantum-circuit.com/qconvert
More input & output languages will be added soon.
That's it. Enjoy!
FAQs
Quantum Computing Language Converter
We found that q-convert demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.