Skip to main content
Ctrl+K
QCMet 1.0.0 documentation - Home QCMet 1.0.0 documentation - Home
  • Installation Guide
  • Quickstart Guide
  • User Guide
  • API Reference
  • GitHub
  • Installation Guide
  • Quickstart Guide
  • User Guide
  • API Reference
  • GitHub

Section Navigation

  • Core
    • qcmet.core.FileManager
    • qcmet.core.exceptions
  • Devices
    • qcmet.devices.BaseDevice
    • qcmet.devices.QiskitDevice
    • qcmet.devices.AerSimulator
    • qcmet.devices.NoisySimulator
    • qcmet.devices.IdealSimulator
  • Benchmarks
    • qcmet.benchmarks.BaseBenchmark
    • qcmet.benchmarks.BenchmarkCollection
    • qcmet.benchmarks.T1
    • qcmet.benchmarks.T2
    • qcmet.benchmarks.IdleQubitOscillationFrequency
    • qcmet.benchmarks.CliffordRB
    • qcmet.benchmarks.CycleBenchmarking
    • qcmet.benchmarks.OverUnderRotationAngle
    • qcmet.benchmarks.GST
    • qcmet.benchmarks.MirroredCircuits
    • qcmet.benchmarks.QuantumVolumeFixedQubits
    • qcmet.benchmarks.UpperBoundOnVD
    • qcmet.benchmarks.QFT
    • qcmet.benchmarks.QScoreSingleInstance
    • qcmet.benchmarks.HamiltonianSimulation
    • qcmet.benchmarks.Simulation1DFermiHubbard
    • qcmet.benchmarks.VQE1DFermiHubbard
    • qcmet.benchmarks.VQE
  • Utilities
    • qcmet.utils.fidelities.fidelity
    • qcmet.utils.fidelities.normalized_fidelity
    • qcmet.utils.noiseless_simulation.compute_ideal_outputs
    • qcmet.utils.noiseless_simulation.final_statevector
    • qcmet.utils.PauliTwirl
  • API Reference
  • Devices

Devices#

BaseDevice(name)

Abstract base class for quantum devices in the QCMet framework.

QiskitDevice([name, basis_gates])

QiskitDevice implementation for quantum benchmarks.

AerSimulator

NoisySimulator([num_qubits, ...])

Noisy AerSimulator using custom noise model.

IdealSimulator()

Noiseless AerSimulator.

previous

qcmet.core.exceptions

next

qcmet.devices.BaseDevice

Show Source

© Copyright 2026, QCMet Contributors.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.18.0.