From 29ab783cce77e7958686f131731f6e9b7379b08d Mon Sep 17 00:00:00 2001 From: Mattia Robbiano Date: Mon, 20 Oct 2025 18:13:51 +0300 Subject: [PATCH] chore: updated function name --- src/qibotn/backends/quimb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/backends/quimb.py b/src/qibotn/backends/quimb.py index 667d4fe..020951b 100644 --- a/src/qibotn/backends/quimb.py +++ b/src/qibotn/backends/quimb.py @@ -203,7 +203,7 @@ if not __name__ == "__main__": statevector=statevector, ) - def expectation_observable_symbolic_from_state( + def expectation_observable_symbolic( self, circuit, operators_list, sites_list, coeffs_list, nqubits ): """