0.10.1 • Published 7 months ago

@qbraid-core/devices v0.10.1

Weekly downloads
-
License
Proprietary
Repository
github
Last release
7 months ago

@qbraid-core/devices

Stable npm

Client for the qBraid Quantum Devices service.

Installation

npm install @qbraid-core/devices

Usage Example

import { QuantumDevicesClient } from '@qbraid-core/devices';

const client = new QuantumDevicesClient();

const devices = await client.getDevices();

devices.forEach(device => console.log(`${device.qbraid_id} - ${device.status}`));

License

This software is proprietary and subject to the terms of the qBraid Commercial Software License.

0.10.1

7 months ago

0.10.0

7 months ago

0.9.0

8 months ago

0.8.0

8 months ago

0.7.0

8 months ago

0.6.0

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

10 months ago

0.1.0

10 months ago