0.10.1 • Published 11 months ago

@qbraid-core/compute v0.10.1

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

@qbraid-core/compute

Stable npm

Client for the qBraid Compute Manager.

Installation

npm install @qbraid-core/compute

Usage Example

import { ComputeManagerClient } from '@qbraid-core/compute';

const client = new ComputeManagerClient();

const computeProfiles = await client.getComputeManagerAsync('<<your-email>>');

computeProfiles.forEach(profile => console.log(`${profile.slug} - ${profile.description}`));

License

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

0.10.1

11 months ago

0.10.0

11 months ago

0.9.0

11 months ago

0.8.0

12 months ago

0.7.0

12 months ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago