From 2e9d299007ed650d6a84c44ccf5927ab90244c8e Mon Sep 17 00:00:00 2001 From: matulni Date: Tue, 30 Jun 2026 14:22:12 +0200 Subject: [PATCH] Up nox and readme --- README.md | 3 ++- noxfile.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4b61cee..55a69a68f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ state_out = pattern.simulate_pattern(backend="statevector") - [`graphix-qasm-parser`](https://github.com/TeamGraphix/graphix-qasm-parser): a plugin for parsing OpenQASM circuit. - [`graphix-stim-backend`](https://github.com/thierry-martinez/graphix-stim-backend): `stim` backend for efficient Clifford pattern simulation - [`graphix-stim-compiler`](https://github.com/qat-inria/graphix-stim-compiler): `stim` backend for efficient compilation of Clifford maps. -- [`graphix-symbolic`](https://github.com/TeamGraphix/graphix-symbolic): parameterized patterns with symbolic simulation +- [`graphix-symbolic`](https://github.com/TeamGraphix/graphix-symbolic): parameterized patterns with symbolic simulation. +- [`graphix-mqtbench`](https://github.com/TeamGraphix/graphix-mqtbench): an interface between Graphix and the [MQT Bench](https://mqt.readthedocs.io/projects/bench/en/latest/index.html) suite for benchmarking purposes. ## Related packages diff --git a/noxfile.py b/noxfile.py index 69b63d6d1..c6fc69efe 100644 --- a/noxfile.py +++ b/noxfile.py @@ -107,6 +107,7 @@ class ReverseDependency: ReverseDependency("https://github.com/TeamGraphix/graphix-ibmq", doctest_modules=False), ReverseDependency("https://github.com/qat-inria/graphix-stim-compiler", branch="ps_dim"), ReverseDependency("https://github.com/thierry-martinez/graphix-pyzx", branch="pyzx_from_graphix"), + ReverseDependency("https://github.com/matulni/graphix-mqtbench", branch="minimal"), ], ) def tests_reverse_dependencies(session: Session, package: ReverseDependency) -> None: