feat: integrating qmatchatea SimulationResult in the circuit execution

This commit is contained in:
MatteoRobbiati
2025-01-27 13:03:27 +01:00
parent 43ebd79cec
commit 508d5cd5e9
2 changed files with 71 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/docformatter
rev: master
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]