npm.io
0.9.0 • Published 7 years ago

@qiskit/algo-anu

Licence
Apache-2.0
Version
0.9.0
Deps
2
Size
15 kB
Vulns
0
Weekly
0
Stars
116
DeprecatedThis package is deprecated

Qiskit.js algo (ANU)

The Australian National University Quantum Random Numbers Server engine (chip) for the Qiskit algorithms package.

Install

Install lastest Node.js stable version (or LTS) and then:

npm i @qiskit/algo-anu

Use

You can visit the complete example in this test.

const qiskit = require('@qiskit/algo-anu');

console.log('Version');
console.log(qiskit.version);

API

Please check the main doc. The methods signature is the same but:

  • As expected, the engine parameter is omitted here.
  • Only the random method is supported.

Keywords