Skip to content

can qiskit-aer(espcially AerSampler()) run on NVIDIA B200 GPU? #2357

@Herutriana44

Description

@Herutriana44

i use this code for running quantum simulation in A100 google colab

sampler = AerSampler()
sampler.set_options(
        device='GPU',
        max_parallel_threads=16,   
        max_parallel_experiments=8, 
        blocking_enable=True,
    )

can qiskit-aer run on NVIDIA B200 GPU? especially in modal.com?

i need this confirmation because i plan use free tier of modal.com for training qiskit machine learning model in modal.com using NVIDIA B200 GPU and i only have 30$ cost in modal.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions