CQCL / pytket-qiskit

pytket-qiskit, extensions for pytket quantum SDK
Apache License 2.0
17 stars 13 forks source link

feat: add density matrix simulation via qiskit Aer #380

Closed CalMacCQ closed 2 months ago

CalMacCQ commented 3 months ago

Description

Adding a new AerDensityMatrixBackend class. Unlike other density matrix simulators available through the pytket extensions this emulator should support an optional NoiseModel in the constructor.

There's a decent amount of duplication from the AerBackend implementation for BackendInfo. Maybe there's a smarter and less error prone way to do it.

Related issues

closes #231

Checklist