0.10.1 • Published 1 year ago

@qbraid-core/jobs v0.10.1

Weekly downloads
-
License
Proprietary
Repository
github
Last release
1 year ago

@qbraid-core/jobs

Stable npm

Client for the qBraid Quantum Jobs service.

Installation

npm install @qbraid-core/jobs

Usage Example

import { QuantumJobsClient } from '@qbraid-core/jobs';

const client = new QuantumJobsClient();

const jobs = await client.getJobs();

jobs.forEach(job => console.log(`${job.qbraidJobId} - ${job.status}`));

License

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