0.8.0 • Published 5 years ago

@qiskit/devs-anu v0.8.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

Qiskit.js devs (ANU)

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

Install

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

npm i @qiskit/devs-anu

Use

:pencil: You can visit the complete example in this test.

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

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

API

:eyes: 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.