From a177ceb3b0efc975e9bc32d2b022e60dbf114c13 Mon Sep 17 00:00:00 2001 From: MauroMendizabal Date: Tue, 14 Jan 2025 14:47:47 +0100 Subject: [PATCH] update folder --- emu_sv/sv_config.py | 2 +- emu_sv/{custom_applies.py => ustom_callback_implementations.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename emu_sv/{custom_applies.py => ustom_callback_implementations.py} (100%) diff --git a/emu_sv/sv_config.py b/emu_sv/sv_config.py index 2a656c4..b6b837c 100644 --- a/emu_sv/sv_config.py +++ b/emu_sv/sv_config.py @@ -15,7 +15,7 @@ from types import MethodType -from emu_sv.custom_applies import custom_qubit_density +from emu_sv.ustom_callback_implementations import custom_qubit_density class SVConfig(BackendConfig): diff --git a/emu_sv/custom_applies.py b/emu_sv/ustom_callback_implementations.py similarity index 100% rename from emu_sv/custom_applies.py rename to emu_sv/ustom_callback_implementations.py