0.10.1 • Published 7 months ago
@qbraid-core/compute v0.10.1
@qbraid-core/compute
Client for the qBraid Compute Manager.
Installation
npm install @qbraid-core/computeUsage 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.