New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qiskit/devs-ibm

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiskit/devs-ibm

IBM Q engine for QISKit for developers

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-94.44%
Maintainers
4
Weekly downloads
 
Created
Source

QISKit.js algorithms (IBM Q)

IBM Q engine (chip and remote simulator) for the QISKit algorithms package.

Install

:coffee: Install Node.js v8 and then:

npm i @qiskit/devs-ibm

Use

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

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

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

API

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

  • As expected, the engine parameter is omitted here.
  • All algorithms need a background job, so a jobId is returned.
  • The token parameter is mandatory. Provided by the login method of the qiskit-cloud package.
  • An extra one userId is also needed, same that for the last option.

Keywords

FAQs

Package last updated on 07 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc