
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
@qiskit/algo-js
Advanced tools
Pure JS engine (jsqubits based) engine (simulator) for the Qiskit algorithms package.
:coffee: Install lastest Node.js stable version (or LTS) and then:
npm i @qiskit/algo-js
:pencil: You can visit the complete example in this test.
const qiskit = require('@qiskit/algo-js');
console.log('Version');
console.log(qiskit.version);
:eyes: Please check the main doc. The methods signature is the same but:
engine
parameter is omitted here.jobId
).[0.9.0] - 2019-05-13
@qiskit/qiskit-sim
: Use spread operator in addGate@qiskit/qiskit-dev*
: Packages dev renamed to algo@qiskit/qiskit-sim
: Add print circuit method@qiskit/qiskit-sim
: Add print method to Circuit API documentation@qiskit/qiskit-sim
: Add 'add' method to Circuit class@qiskit/qiskit-qasm
: Add name to the gate type in qasm parser@qiskit/qiskit-sim
: Add fromQasm/fromQasmFile functions to Circuit
- 🐛 Fixed: for any bug fixes.
@qiskit/qiskit-sim
: Connection bug in printCircuit@qiskit/qiskit-cloud
: Tests after last API changesFAQs
Pure JavaScript engine for Qiskit algorithms
The npm package @qiskit/algo-js receives a total of 9 weekly downloads. As such, @qiskit/algo-js popularity was classified as not popular.
We found that @qiskit/algo-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.