@qbraid-core
    Preparing search index...

    Module @qbraid-core/compute

    qbraid

    @qbraid-core/compute

    Stable npm

    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.

    Classes

    ComputeManagerClient

    Interfaces

    ComputeProfile
    UserServerStatus