From 7efe1e8e8a60571a91079b22bdbf3fd550d35bdf Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Mon, 10 Feb 2025 10:16:46 -0500 Subject: [PATCH] adding some inits --- test/runtime/__init__.py | 0 test/runtime/noise/__init__.py | 0 test/runtime/noise/native/test_loss.py | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/runtime/__init__.py create mode 100644 test/runtime/noise/__init__.py diff --git a/test/runtime/__init__.py b/test/runtime/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/runtime/noise/__init__.py b/test/runtime/noise/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/runtime/noise/native/test_loss.py b/test/runtime/noise/native/test_loss.py index 12fefad..5f2ab08 100644 --- a/test/runtime/noise/native/test_loss.py +++ b/test/runtime/noise/native/test_loss.py @@ -4,9 +4,10 @@ from bloqade.noise import native from bloqade.runtime.qrack import Memory, PyQrackInterpreter, reg +simulation = qasm2.main.add(native) + def test_atom_loss(): - simulation = qasm2.main.add(native) @simulation def test_atom_loss():