0.8.0 • Published 5 years ago

@qiskit/devs-js v0.8.0

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

Qiskit.js devs (pure JavaScript)

Pure JS engine (jsqubits based) engine (simulator) for the Qiskit algorithms package.

Install

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

npm i @qiskit/devs-js

Use

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

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

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.
  • All algorithms doesn't need a background job, so a result is returned (vs a jobId).
0.8.0

5 years ago

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago