From 8253ced262457bbb98ba8fd43c036410c00c4716 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Wed, 23 Mar 2022 14:32:16 +0100 Subject: [PATCH] fix import --- hiro_models/one_qubit_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiro_models/one_qubit_model.py b/hiro_models/one_qubit_model.py index 21cebec..a6af1d9 100644 --- a/hiro_models/one_qubit_model.py +++ b/hiro_models/one_qubit_model.py @@ -34,7 +34,7 @@ from hops.util.truncation_schemes import ( import stocproc as sp from beartype import beartype -from utility import StocProcTolerances +from .utility import StocProcTolerances from .model_base import Model import scipy.special import hopsflow