SimulatorCluster

class SimulatorCluster(name, access_level='PUBLIC', minimum_tier='FREE', supports_expval=True)[source]

Bases: object

Represents a simulator cluster for cloud-based quantum simulation.

Variables:
  • name – The name of the simulator cluster.

  • access_level – The access level for this cluster (e.g., ‘PUBLIC’, ‘ADMIN’).

  • minimum_tier – The minimum token tier required to access this cluster.

  • supports_expval – Whether the cluster supports expectation value jobs.

Attributes Summary

Attributes Documentation

access_level: str = 'PUBLIC'
minimum_tier: str = 'FREE'
name: str = <dataclasses._MISSING_TYPE object>
supports_expval: bool = True