Client for the qBraid Compute Manager.
npm install @qbraid-core/compute
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}`));
This software is proprietary and subject to the terms of the qBraid Commercial Software License.